#header{
	
}

#menu{
	min-height : 25px;
}

#banner{
	background-image : url(../img/layout/banner.png);
	min-height : 174px;
	min-width : 1000px;
	border-bottom : 2px solid #FEA202;
}

#bannerlogo{
	float : left;
	margin : 10px 0 0 120px;
}

#bannertxt{
	margin-left : 550px;
	padding-top : 55px;
	min-width : 450px;
	max-width : 450px; 
}

#container{
	background-image : url(../img/layout/container.png);
	background-position:left top; 
	min-width : 1000px;
	padding : 0 0 15px 0;
}

#content{
	width : 970px;
	margin : auto;
}

#main{
	background-color : white;
	padding-bottom : 5px;
}

#footer{
	border-top : 2px solid #FEA202;
	text-align : center;
	padding : 5px 0 5px 0;
}

.clear{
   clear : both;
}
