/* ------ Page Layout (DIVs) ------ */

#main_container
{
	width: 777px;
	margin-left: auto;
	margin-right: auto;
	/*border: 2px #030000 solid;*/
	background-color: #dad9d7;
	/*padding-top: 10px;*/
}

#header{
	width: 777px;
	height: 214px;
}

#content-container{
	width: 777px;
	background: #fff url('../images/content-shadow.gif') repeat-y;
}

#content{
/*background: url('../images/content-background.gif') repeat-y;*/
 width: 679px;
margin-left: 49px;

}

#recommend_site
{
	width: 712px;
	text-align: right;
}

#text{
	width: 354px;
	padding: 15px;
	float: left;
	background-color: #f5f6f6;
}

#right-column{
 width: 141px;
 background-color: #e4992d;
 float: right;
 margin-right: 1px;
}

#footer{
	width: 777px;
	height: 45px;

}


#nav
{
	width: 151px;
	/*background: url('../images/navbar.gif');
	background-repeat: no-repeat;*/
	float: left;
	
}