@charset "utf-8";
/* CSS Document */

* { margin: 0; padding:0; border: none;}

/* Container ***********************************************/

#Container {
	margin: 0 auto;
	position: relative;
	width: 1024px;
	background: #fff;
	}

/* Header ***********************************************/

#Header {
	float: left;
	position: relative;
	width: 100%;
	height: 160px;
	background: url(../images/body/headerBack.png) no-repeat;}
	
	#Header .headerTop {
		float: left;
		padding-left: 209px;
		padding-top: 59px;
		width: 660px;}
		
	#Menu {
		float: left;
		padding-left: 209px;
		width: 640px;}
		
/* Main ***************************************************/
	
#Main { 
	float: left;
	position: relative;
	width: 100%;  
	background: url(../images/body/background.png) repeat-x;
	position: relative;
	min-height:500px;
    height:auto !important;
    height:500px;}
	
	.mainColumn { float: left; padding-left: 59px; margin-top: 24px; width: 120px;}
	.mainColumnRight { padding:0; padding-right: 21px; top: -125px; 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;}