@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000000;
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
	text-align: center;
	font-family: Tahoma;
	color: #FFF;
}
 .layout {
	margin: 0 auto;
	text-align: center;
	z-index: 3;
	position: relative;
	


}
.flourish {
	position: absolute;
	top: 0px;
	right: 0px;	
	background-repeat: no-repeat;
	background-image: url(../images/flourish.gif);
	height: 580px;
	width: 700px;
	z-index: 2;
	opacity:0.20;filter:alpha(opacity=20)
}
.flourish2 {
	position: absolute;
	top: 0px;
	left: 0px;	
	background-repeat: no-repeat;
	background-image: url(../images/flourish2.gif);
	height: 580px;
	width: 700px;
	z-index: 1;
	opacity:0.20;filter:alpha(opacity=20)
}

h1 {
font-size: 22px;
font-family: arial narrow;
}
h2 {
font-size: 18px;
font-family: arial narrow;
}
.body {
	text-align: left;
	width: 630px;
/*margin: 0 auto;*/
	padding: 30px 10px;
	
	font-size: 12px;
	line-height: 20px;
}
.information {font-size: 1px; line-height: 1px; color: #429bab;}
.left-column {
	text-align: left;
	width: 200px;
	/*margin: 0 auto;*/
	margin-top: 10px;
	float: left;
}
  a, a:link {
 	
	color: #fada80;
	text-decoration: none;
	
}
 a:hover {
	text-decoration: underline;
	color:#fada80;
}
th {
	text-align: left;
}
.left-column a {
	color: #000000;
	font-size: 13px;
	margin-bottom: 5px;
	display: block;
	font-weight: bold;
	text-decoration: none;
	font-family: Geneva;
}
.left-column a:hover {
	text-decoration: underline;
	color:#FFF;
}
small {
	font-size: 10px;
}
label {
	font-weight: bold;
}