/* ------ Page Layout (DIVs) ------ */

#main_container
{
	margin-top: 10px;
	position: absolute;
	left: 50%;
	margin-left: -362px;
	width: 718px;
	border: 1px #474747 solid;
	margin-bottom: 20px;
	background-color: #F4E4C0;
}

#header1
{
	width: 718px;
	height: 48px;
	background-image: url("../images/top.jpg");

}

#header2
{
	width: 718px;
	height: 143px;
}


#nav
{
	padding-left: 39px;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 679px;
	height: 30px;
	background-color: #2F8B96;
	height: 20px;
}

#recommend
{
	height: 15px;
	padding-top: 5px;
	position: relative;
	left: 630px;
}

#content_container
{
	width: 718px;
	float: left;
}

#content
{
	padding-left: 40px;
	padding-top: 40px;
	padding-bottom: 100px;
	padding-right: 20px;
	width: 364px;
	float:left;
	/*background-image: url("../images/watermark_left.jpg");*/
	background-repeat: no-repeat;
}

#decorative_image
{
	width: 280px;
	float: left;
	padding-top: 79px;
	margin-bottom: -30px;
}

#bottom_container
{
	position: relative;
	width: 718px;
	float: right;
}

#bottom
{
	float: left;
	padding-left: 226px;
	margin-top: 15px;
}	

