#main {width:908px; margin:0 auto; position:relative;}

#header {
	height:445px;
	background-repeat: no-repeat;
	background-position: left top;
}
#header, #content, #footer {
	font-size:0.9375em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.col-1, .col-2, .col-3 { float:left;}

.aside {
	float:left;
	width:160px;
	background:url(images/aside-top.gif) left top repeat-x;
}
.content {
	float:left;
	width:719px;
	background:url(images/content-bg.gif) left top repeat-x;
}

/*======= index.html =======*/
#page1 #content .col-1 {width:275px; margin-right:39px;}
#page1 #content .col-2 { width:268px;}

/*======= index-1.html =======*/
#page2 #content .col-1 {
	width:275px;
	margin-right:10px;
	margin-top: 10px;
}
#page2 #content .col-2 {
	width:411px;
	height: 800px;
}

/*======= index-3.html =======*/
#page4 #content .col-1 {width:275px; margin-right:39px;}
#page4 #content .col-2 {
	width:370px;
}

/*======= index-4.html =======*/
#page5 #content .col-1 {
	width:275px;
	margin-right:0px;
}
#page5 #content .col-2 { width:268px;}

/*======= index-5.html =======*/
#page6 #content .col-1 {width:308px;}
#page6 #content .col-2 { width:291px;}

/*=========================*/


#footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.69em;
	padding:0 0 18px 30px;
	color: #000;
}
