/* Redefine some eader and footer styles, just for the index page */
#header {
	height: 225px;
	background: url(../images/top_index.jpg);
}

#container {
	background: url(../images/index_bg.jpg) no-repeat;
}

#footer {
	padding: 0px 0px 0px;
	background: none;
}

#content {
	margin: 0px;
	padding: 0px 0px 20px 12px;
}

#index-main {
	float: left;
	width: 325px;
	height: 355px;
	margin: 0px;
	padding: 0px 15px 0px 10px;
}

#index-sub {
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px 0px 0px 15px; 
	border-left: 1px solid #EBEBEB;
}
/* The rest of the index page uses common.css declarations */
