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



body {
    font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:21px;
	color:#333;
}

a {color:#F00;
text-decoration:none;}

p {padding-bottom:2px;
margin-top:10px}

a:hover{text-decoration:underline;
color:#000;
}



h2 {
	font-size: 16px;
	color:#000;
	margin-top:30px;
	margin-bottom:5px;
}

p{display:block;
margin-top:10px;}

#mainframe .date {text-align:right;
font-size: 16px;}

#wrapper {
	padding:30px;
	background-color:#FFF;
	width:600px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	display:block;
	 clear: both;
	
}

#content{
	width:inherit;
	text-align:left;
	clear:both;
}

	
	#left { 
 height: auto;
 width: 300px;
 float: left;
}
	
	#right {
		 height: auto;
 width: 300px;
 float: left;
 text-align:right;
 padding-bottom:15px;
}


.header {
	font-size:16px;
	color:#000;}
	

.subhead {
	font-size:12px;}
	
	#banner {
		padding-bottom:20px;}
	
#footer { 
 width:inherit;
 clear: both;
 color:#000;
 background:
 margin: 0px 0px 10px 0px;
 padding: 0px;
}

.thumbs {
	float:left;
	padding-right:10px;
	padding-bottom:15px;
	vertical-align:bottom;
	text-align:center;
}

.thumbs span {letter-spacing:20px;}



img{border:none;}

.copyright {
	clear:both;
	text-align:center;
	padding-top:40px;
}

#spacer {height:8px}