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

body { 
text-align:center;
margin: 0 auto;
}

#container {margin: 0 auto;
	width:1024px;
	min-height:800px;
}

#banner {
	height:145px;
	width:1024px;
	background-image:url(../images/header.jpg);
}

#navbar {
	height:45px;
	width:1024px;
	background-image:url(../images/navbar.jpg);
	
	

}

#navbar a {
margin-right:60px;
float: right;

}

#contentcon{
	clear:both;
	margin: 0 auto;
	height:986px;
	width:1024px;
	background-image: url(../images/container.jpg);
}

#content1{
	margin-left: 200px;
	margin-top:35px;
	height:auto;
	width:656px;
	
}

#c1top{
	background: url(../images/topcontent1.jpg);
	height:106px;
	width:656px;
}

#c1mid{
	background: url(../images/middlecontent1.jpg);
	height:173px;
	width:656px;
}

#c1txt {
	overflow: auto;
	margin-left:8px;
	float:left;
	height:173px;
	width:600px;
}

#c1txt p {
	font-size:14px;

	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
}

#c1bot{
	clear:both;
	background: url(../images/bottomcontent1.jpg);
	height:55px;
	width:656px;
}



#footer {
	margin-right:30px;
	margin-top:120px;
	float:right;
	height:42px;
	width:880px;
	background-image:url(../images/footer.jpg);
}



