#main {
	width:990px;
	margin:0 auto;
}
#header {
	/* height:105px; */
	padding-top: 90px;
	/* position: relative; */
}
#header,
#content
{
	font-size:0.85em;
}

#menu {
	/* display: block; */
	height: 50px;
	background: url(../images/menu-bg.png) repeat;
	margin-left: 90px;
}

#menu a {
	/* display: block; */
	color: white;
	text-decoration: none;
	line-height: 50px;
	/* border: solid 1px white; */
	text-align: center;
}

table {
	margin-left: 100px;
	background: url(../images/menu-bg.png) repeat;
	width: 800px;
	height: 50px;
	padding-left: 90px;
}

#footer {
	font-size:0.75em;
	height:125px;
}
.col-1,
.col-2 {
	float:left;
}

/*======= index-1.html =======*/
#page1 #content .col-1 { width:990px; margin-right:53px;}

/*======= index-2.html =======*/
#page2 #content .col-1 { width:920px; margin-top:1em;}
#page2 #content .row-1 .col-2 { width:605px;}
#page2 #content .row-2 .col-1 { width:864px; margin-top:1em;}

/*======= index-3.html =======*/
#page3 #content .row-1 .col-1 { width:181px; margin-left:20px; margin-right:53px;}
#page3 #content .row-1 .col-2 { width:545px; margin-left:25px;}
#page3 #content .row-2 .col-1 { width:546px; margin-top:1em; margin-left:320px;}

