
#allContent {
	width: 1000px;
	background:#FFFFFF;
	font-family:arial;
	font-size:12px;
}

#topHeader {
	width:1000px;
	float:center;
	border:0px;
}

#mainContent {
	float:left;
	width:600px;
	background:#FFFFFF;
}

#titleBar {
	width:700px;
	float:left;
	border:0px;
	text-align:left;
	background:#FFFFFF;
}

#contentBox {
	width:700px;
	min-height:800px;
	float:left;
	padding:0px;
	background-image:url(images/contentbg.jpg);
	background-repeat:no-repeat;	
}

#rightInfobar {
	width:300px;
	float:right;
	padding-top:10px;
	background-image:url(images/sidebarbg.jpg);
	background-repeat:no-repeat;
}

#infotitleBar {
	width:300px;
}


#infocontentBox1 { 
	width:275px;
	background:#FFFFFF;
	overflow:hidden;
	}

#infolowBox {
	width:300px;
		}

#footer {
	width:1000px;
        background:orange;
	clear:both;
	
}

#leftFooter {
	width:350;
	float:left;
	height: 45px;
	color:#FFFFFF;
	background:#002765;
}

#rightFooter {
	width:650;
	float:right;
	height: 45px;
	color:#FFFFFF;
	background:#011f4e;
}

