#maincontainer {
	width: 700px;
	margin: 10px auto;
}
#top{
	width: 700px;
	height: 165px;
	margin-bottom: 4px;
}
#header{
	float: left;
	width: 700px;
	height: 250px;
}
.header-left{
	float: left;
	width: 508px;
	height: 250px;
	overflow: hidden;
}
.header-right{
	float: left;
	width: 188px;
	height: 250px;
	margin-left: 4px;
}
#menu{
	float: left;
	width: 700px;
	height: 40px;
}
#main{
	float: left;
	width: 700px;
	background: url(../images/bg_main.jpg) repeat-y;
}
.main-left{
	float: left;
	width: 508px;
	background: #9C1C1D;
}
.main-left .content {
	padding: 20px; /*Margins for inner DIV inside each column (to provide padding)*/
	padding-top: 30px;
	color: #CCC;
	line-height: 115%;
}
.main-right{
	float: left;
	width: 188px;
	margin-left: 4px;
}
#footer{
	float: left;
	width: 700px;
	background: black;
	color: #9C1C1D;
	text-align: center;
	padding: 20px 0;
	font-size: 90%;
}
#footer a{
	color: #9C1C1D;
}