/* layout css */

	
#header{
	width: 673px;
	margin: 10px auto 0 auto;		
	background: url(/assets/images/express/header.png) no-repeat 0 0;
	height: 153px;
	text-indent: -5000px;
	}
	
#contentBody{
	height: 1103px; /*1080px less padding*/
	width: 860px; /*900px less padding*/
	margin: 0 auto;	
	background: url(/assets/images/express/logo_photo_bg.png) no-repeat left bottom;
	padding: 10px 40px 0 0;
	}
	
/*contest rules page */
#contentBody.rulesPage {
	background: none;
	}

#contentBody.rulesPage h2{
	width: 400px;
	margin: 30px auto 0 auto;
	text-align: center;
	font-weight: normal;
}
#navBar {
	width: 815px;
	height: 30px;
	margin: 5px 0 10px 30px;
	}

	#navBar a.btn{	
		float: right;
	}
	#navBar a.backBtn{	
		float: left;
		font-size: 108%;
		color: #000;
		margin-top: 14px;
	}
	

#footer {
	width: 895px;
	margin: 43px auto 43px auto;	
	font-size: 85%;
	color: #606060;
	*height: 43px;
	}

