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

#top {
	width: 900px;
	margin:0px;
	height:132px;
	background-image: url(../images/top_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}

#content {
	width:887px;
	background-image: url(../images/content_border.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-right: 1px;
	padding-left: 12px;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a2aab0;
	float:left;
}
#inner_content {
	width:868px;
	background-image: url(../images/content_border.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-right: 1px;
	padding-left: 31px;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a2aab0;
	float:left;
}
#bottom {
	position: relative;
	width: 900px;
	clear:both;
	padding-top:30px;
	float:left;
	margin:auto;
}


