/*End RESET - Begin Full Width CSS*/
	
	.wrap {
		margin:0 auto;
		width:1024px;
	}
	
	#header {
	float: left;
	padding-top: 15px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0px;
	min-width: 100%;
	}
	
	#header {
	border-top: 20px solid #0c1c8c;
	}
	
	
	#content {
		padding:15px 0;
		clear:both;
		margin-bottom:40px;
	}
	
	#footer {
		margin-top:40px;
		float:left;
		padding:15px 0;
		min-width:100%;
		background:#bc242a;
		text-align:center;
		color:#fff;
		height:140px;
		/*To anchor to bottom of page uncomment the following lines:*/
		/*position:fixed;
		bottom:0;*/
	}
	
	#footer a {
		color:#fff;
	}