﻿body 
{
	background-color:#ddd697;
}



div#page_container 
{
	width:836px;
	margin-right:auto;
	margin-left:auto;
	background:none;

}

 
div#page_header 
{
    clear      :both;	
	border:none;
	/*padding:24px 27px 24px 27px;*/
	background:url("img/top_round.gif") repeat-y top;
	height:73px;
	width:836px;
}

div#page_header img.header 
{
	border:none;
	margin:0;
}




div#middle_container 
{
	width:836px;	
	background:url("img/middle_round.gif") repeat-y top left;
	padding:10px 0px 0px 0px;
	min-height:500px;	
	
}



div#nav_container
{
	float:left;
	width:200px;
	margin-left:10px;
	border:none;
	background:none;
	padding:35px 5px 5px 5px;
}

div#main_container
{
	float:left;
	width:580px;
	border:none;
	background:none;
	padding: 15px 20px 0px 5px;
}

div#sidebar_container
{
  display:none;
}


div#footer
{
	clear:both;	
	border:none;
	padding:10px 27px 16px 27px;
	height:69px;
	background:url("img/bottom_round.jpg") repeat-y bottom left;
	
}

.clear 
{
    clear:both;
}



