/* CSS Document */

*{
	margin:0;
	padding: 0;
}
body{
	text-align:center;
	background-color:#FFFFFF;
}
a{
	color:#b6544a;
	text-decoration:none;
}
a:hover{
	color:#a8372b;
	text-decoration:underline;	
	
}
#container{
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:.9em;
	color:#6e7e82;
	text-align:left;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	
}
#header{
	background-image: url(../images/header.jpg);
	background-repeat:no-repeat;
	height:190px;
	width:800px;
}
#topnav{
	float:right;
	display:inline-block;
	width:375px;
	height:15px;
	color:#FFFFFF;
	font-size:.95em;
	padding-top:10.85em;
	padding-bottom:1.5em;
}
#topnav a{
	text-decoration:none;
	color:#ffffff;
}
#topnav a:hover{
	color:#a8372b;
	text-decoration:none;
}
#containerleft{
	float:left;
	width:230px;
	border-right-style:solid;
	border-right-color:#6e8c95;
	border-right-width:1px;
}
#buttons{
	float: left;
	margin-top:5em;
	margin-left:auto;
	margin-right:auto;
	
}
#buttons ul {
	list-style-type:none;
	
}
#buttons li {
	height:29px;
	width:185px;
	margin-left:0.5em;
	margin-right:0.5em;
	margin-top:0.5em;
	margin-bottom:0.5em;
}
#buttons a {
	background-image:url(../images/buttonreg2.jpg);
	background-repeat: no-repeat;
	display: block;
	font-size:.85em;
	text-align:center;
	text-decoration:none;
	color:#b6544a;
	padding-left:0em;
	padding-right:0.5em;
	padding-top:0.7em;
	padding-bottom:0.7em;
}
#buttons a:hover {
	background-image:url(../images/buttonhov.jpg);
	background-repeat:no-repeat;
}

#blogger{
	width:88px;
	height:30px;
	clear:both;
	padding-left:3.5em;
	padding-top:5em;
	overflow:hidden;
}
#register{
    float:left;
	width:150px;
	clear:both;
	padding-top:3em;
	text-align:center;
	font-size:.95em;
	color:#009999;
	margin-left:1.35em;	
	margin-right:auto;
	
}
#containerright{
	width:525px;
	float:left;
	

}
#flashpics{
	float:left;
	width:500px;
	height:350px;
	margin-left:0.5em;
	margin-top:2em;

	
}
#texthome{
	float:left;
	width:475px;
	padding-top:1em;
	padding-left:2em;
	
}	

#text2{
	float:left;
	width:475px;
	padding-left:2em;
	padding-top:3em;
	
}
h2{
	font-size:.95em;
	color:#40a782;
}
h3{
	font-size:.95em;
	color:#40a782;
	text-align:center;
}
#contacttext{
	float: left;
	text-align:left;
	width:475px;
	padding-left:2em;
	padding-top:5.5em;
	padding-bottom:3em;
}

#subscribe{
	float:right;
	width:495px;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:.9em;
	color:#6e7e82;
	text-align:right;
	padding-top:4em;
	margin:-right:1em;
	
}
#footerbar{
	float:left;
	width:800px;
	height:7px;
	margin-top:3em;
	margin-bottom:1em;
}
#bottomnav{
	float:left;
	text-align:center;
	display:inline;
	color:#b6544a;
	clear:both;
	width:800px;
	font-size:.75em;
	margin-left:auto;
	margin-right:auto;
	margin-top:1em;
}
#bottomnav a{
	text-decoration:none;
	color:#b6544a;
}
#bottomnav a:hover{
	text-decoration:none;
	color:#6e7e82;
}
#copyright{
	float:left;
	text-align:center;
	width:800px;
	clear:both;
	color:#333333;
	font-size:.75em;
	padding-top:2em;
	
}


	
