body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-image: url(../images/bodyback.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #010101;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}

#container{
	margin:auto;
	width: 897px;
	

}
#header{
	height:83px;
	
}
#navbar{
	height:32px;
	width:897px;
	
}
#footbar{
	height:20px;
	width:897px;
	text-align:center;
	float:left;
	padding-bottom:10px;
		
}
#content{
	float:left;
	margin-top:5px;
	width:556px;
	background-image:url(../images/contentback.jpg);
	background-repeat:no-repeat;
	padding-left:5px;
	
	
}
#feature{
	float:right;
	width:310px;
	margin-top:5px;
	padding-right: 10px;	

}
#highlight{
	float:center;
	background-image:url(../images/hilightback.png);
	background-repeat:no-repeat;
	width:308px;
	height:73px;
	padding:1px;
	
}
#aboutme{
	float:right;
	background-image:url(../images/contentback.jpg);
	background-color:#161616;
	width:310px;
	padding: 5px;
	border:dotted #333 1px;
	border-radius: r;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

}
#assoc{
	float:right;
	background-color: #FFF;
	width:310px;
	padding: 5px;
	border-radius: r;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top:10px;
	
}

#mainpic{
	float:left;
	width:570px;
	height:458px;
	padding:1px;
	
}
#smallpic{
	float:left;
	width:308px;
	height:430px;
	padding:1px;
	padding-top:30px;
	
}


#identity{
	float:left;
	width:890px;
	padding:1px;
	padding-top:30px;
	text-align: left;
	
}
	
#footer { 
	clear:both;
	height:15px;
	text-align:center;
	margin-top:20px;

}

#notes{
	float:left
	width: 890px;

}

.footer {
	font-size: x-small;
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
}

.bodytext {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	font-weight: normal;
	text-align:left;
}
.bodyhead {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #F90;
	font-weight: bold;
	text-align: left;
}
.thankyou {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #F90;
	font-weight: bold;
	text-align:center
}
.smallheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}
a:link {
	color: #CCC;
	text-decoration: underline;
}

a:visited {
	color: #CCC;
	text-decoration: underline;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}
	
.images{
	position:center;
	margin-left:18px;
	border-radius: r;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
		
.fimages{
	position:middles;
	margin-left:2px;
	padding:5px;
}

.newsimages{
	float:left;	
	padding:10px;
}

.newsimagesb{
	float:right;	
	padding:5px;
	
}

.btimages{

	margin-left:2px;
	padding:10px;
	border-radius: r;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
