/* ------ Page Layout (DIVs) ------ */

body{
	background: #fff url(../images/body_background.jpg) top repeat-x;
}

#main-container{
	position: absolute;
	width:701px;
	border: #fff 10px solid;
	left: 50%;
	margin-left: -360px;
}

#header{ 
	width: 701px;
	height: 59px;
	border-top: #d4d4d4 8px solid;
	background-color: #f5f5f5;
}

#nav{
	width: 701px;
	height: 53px;
	background-color: #c6c6c6;
}

#under-nav{
	width: 701px;
	height: 176px;
	border-top: #f5f5f5 9px solid;
	border-bottom: #f5f5f5 9px solid;
}

#content{
	width: 457px;
	background: #737373 url(../images/content_background.jpg) top no-repeat;
	padding: 53px 69px 53px 175px;
	border-bottom: #bb2a36 9px solid;
	color: #fff;
}

#footer{
	width: 701px;
	height: 23px;
	padding: 10px 0px 10px 0px;
	background-color: #d4d4d4;
	text-align: center;
}

#recommend
{
	margin-left: 616px;
	font-family: Arial;
	font-size: 8pt;
	color: #717171;
	top: 1px;
	position: relative;
}

#recommend a
{
	font-family: Arial;
	font-size: 8pt;
	color: #717171;
	text-decoration: none;
}
