@charset "utf-8";
/* CSS Document */

* { margin: 0; padding:0; border: none;}

/* Container ***********************************************/

#Container {
	margin: 0 auto;
	position: relative;
	width: 954px;
	}

/* Header ***********************************************/

#Header {
	float: left;
	position: relative;
	width: 100%;
	height: 160px;
	overflow: hidden; 
	/*background: url(../images/body/headerBack.png) no-repeat;*/}
	
	#Header .headerTop {
		float: left;
		padding-left: 159px;
		padding-top: 59px;
		width: 790px;}
		
	#Menu {
		float: left;
		padding-left: 179px;
		width: 640px;}
		
/* Main ***************************************************/
	
#Main { 
	float: left;
	position: relative;
	width: 100%;  
	/*background: url(../images/body/background.png) repeat-x;*/
	position: relative;
	min-height:548px;
    height:auto !important;
    height:500px;}
	
	.mainColumn { float: left; padding-left: 9px; margin-top: 24px; width: 120px;}
	.mainColumnRight { padding:0; padding-right: 1px; top: -60px; left: 20px; position: relative;}
	
	#Content { float: left; padding-left: 17px; width: 666px; position: relative;}
	
/* Footer *************************************************/

#Footer {
	float: left;
	width: 100%;
	height: 121px;
	margin-top: 35px;}
