@charset "utf-8";
/* CSS Document */

html, body {
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 12px;
	line-height:16px;
	vertical-align:middle;
	height:100%;
	margin:0px 0px 0px 0px;
	padding-top:20px;
	border: none;
	background-color:#420000;
}


#wrapper {
	position:relative;
	margin-left:auto;
	margin-right: auto;
	padding: 0px;
	height: 480px;
	width: 925px;
}

#menu {
	position:absolute;
	top: 0;
	left: 0px;
	padding: 0px;
	height: 34px;
	width: 620px;
	z-index: 6;
}

#logo{
	position:absolute;
	width:482px;
	height:115px;
	right: 0px;
	top: 0px;
	z-index:5;
}

#top_circles{
	position:absolute;
	background-image:url(../images/top_circles.jpg);
	background-repeat:no-repeat;
	width:605px;
	height:143px;
	left: 0px;
	top: 0px;
	z-index:3;
}

#bg_leaf{
	position:absolute;
	background-image:url(../images/bg_leaf.jpg);
	background-repeat:no-repeat;
	width:605px;
	height:317px;
	left: 0px;
	top: 143px;
	z-index:4;
}

#bg_whitefade{
	position:absolute;
	background-image:url(../images/whitefade.png);
	background-repeat:repeat-x;
	width:586px;
	height:35px;
	left: 0px;
	top: 425px;
	z-index:6;
}

#content{
	position:absolute;
	width:545px;
	height:275px;
	left: 30px;
	top: 170px;
	z-index:5;
	overflow:auto;
	padding-right:30px;
	padding-bottom:15px;
	
}

#footer {
	position:absolute;
	top:460px;
	left: 0px;
	width: 925px;
	height: 20px;
	padding-top: 5px;
}


#main_image{
	position:absolute;
	background-image:url(../images/bg_circles.jpg);
	background-repeat:none;
	width:320px;
	height:460px;
	left:605px;
	top: 0px;
	z-index:2;
}

a {
	text-decoration: underline;
	color:#333333;
}
a:hover {
	text-decoration: none; 
	color:#333333;
}

.text_footer {
	color: #FFFFFF;
	font-size: 13px;
}

.text_footer_link {
	color: #FFFFFF;
	font-size: 13px;
	text-decoration: none;
}

.text_footer_link:hover {
	color: #b07777;
	font-size: 13px;
	text-decoration: none;
}

.text_subheading {
	font-size: 12px;
	color: #420000;
	font-weight: bold;
}

.pop_heading{
	font-size: 12px;
	color: #420000;
	font-weight: bold;
}

.pop_body{
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 12px;
}


.floatright
		{
	float: right;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;

		}
		
.floatleft
		{
	float: left;
	margin-top: 4px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;

		}
		
hr {
	color: #333333;
	background-color: #c0c0c0;
	height: 1px;

}

.pageheading {
font-family:"Times New Roman", Times, serif;
font-size:19px;
color: #333333;
font-weight:normal;}


