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

* {

	/* border:1px solid red !important; */

}

.clear {

	display:block;
	float:none;
	clear:both;
	height:0px;

}

#wrapper {

	position:relative;
	width:1006px;
	margin:0 auto;

}

	#header {
		background: #ffcd4a;
		position:relative;
		height:446px;
		background:url('../../img/global/header.jpg') no-repeat center center;
		min-width: 1006px;
		width: auto !important;
		width:100%;	
	}
	
	#content {
	
		position:relative;
		width:100%;
		
		min-height:127px;
		height:auto !important;
		height:127px;
	
	}
	
		#flashMessage {
		
			text-align:center;
			
			/* color:#FF0000; */
			font-weight:bold;
			
			padding:35px;
			
			color:#000000;
			font-family:Helvetica,Verdana,Arial,sans-serif;
			font-size:12pt;
			font-weight:bold;
			text-transform:uppercase;
		
		}
	
		#contentLeft {
		
			position:relative;
			float:left;
			width:25%;
		
		}
		
		#contentRight {
		
			position:relative;
			float:left;
			width:74%;
		
		}
	
	#footer {
	
		height:50px;
		margin-top:50px;
		position:relative;
		width:100%;
	
	}