body{
	margin:					auto;
	width:					1000px;
	font-family: 			Arial;
	font-size: 				9px;
}
img {
	display: 				block;
	float:					left;
	border: 				none;
}
#cbclogo{
	width:					1000px;
	height:					35px;
	background-image: 		url("../images/cbc.jpeg");
	background-repeat: 		no-repeat;
	background-position: 	left;
	padding:				10px 0 10px 0;
	float:					left;
}
#topnav {
	width:					990px;
	height:					35px;
	background-image: 		url("../images/topnavbg.jpeg");
	background-repeat: 		repeat-x;
	padding:				20px 0 0 10px;
	font-size: 				14px;
	float:					left;
	
}
#header{
	width:					1000px;
	height:					190px;
	background-image: 		url("../images/header.jpeg");
	float:					left;
}
#main {
	padding:				75px;
	width:					1000px;
	float:					left;
}
#main1, #main2 {
	padding:				25px 10px 25px 10px;
	width:					1000px;
	float:					left;
}
#main2 p{
	float:					left;
	width:					300px;
	padding:				0 0 0 10px;
}
#foot {
	background-color: 		#E0E0E0;
	height:					122px;
	width:					1000px;
	float:					left;
/*
	background-image: 		url("../images/signup.jpg");
	background-position: 	right;
	background-repeat: 		no-repeat;
*/
}
a {
	text-decoration: 		none;
	color:					#404040;
	font-weight:			bold;
}