/* ------ Page Layout (DIVs) ------ */

#main_container
{
	margin-top: 10px;
	position: absolute;
	left: 50%;
	margin-left: -362px;
	width: 724px;
	border: 1px #000000 solid;
	margin-bottom: 20px;
}

#header1
{
	width: 102px;
	height: 65px;
	background-image: url("../images/top.jpg");
	padding-left: 622px;
	padding-top: 2px;
}

#header2
{
	width: 724px;
	height: 136px;
}

#nav
{
	padding-left: 39px;
	width: 685px;
	height: 24px;
	background-color: #E55497;
	height: 20px;
}

#recommend
{

	margin-left: 680px;
	top: 6px;
	position: relative;
}

#content_container
{
	width: 724px;
	float: left;
}

#content
{
	padding-left: 48px;
	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: 292px;
	float: left;
	padding-top: 15px;
	margin-bottom: -30px;
}

.RHS_image
{
	padding-top: 2px
}

.Phone_number{
	padding-top:1px; 
	margin-left:-2px;
}

#bottom_container
{
	position: relative;
	width: 724px;
	float: right;
}

#bottom
{
	float: left;
	padding-left: 46px;
	margin-top: 15px;
}	

