#main {
	width:900px;
	margin:auto;
}

#header {
	height:100px;
}
#header, #content, #footer { font-size:0.75em;}

.col-1, .col-2, .col-3 {
	float:left;
}

/*======= index.html =======*/
#page1 #content .col-1 {
	width:680px;
}
#page1 #content .col-1 .col-1 {
	width:180px;
}
#page1 #content .col-1 .col-2 {
	width:180px;
	background:none;
}
#page1 #content .col-2 {
	width:180px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 20px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EEE;
	border-right-color: #EEE;
	border-bottom-color: #EEE;
	border-left-color: #EEE;
}


#footer {
	height:15px;
	text-align: right;
}
