body {
   	margin:  0;
  	padding: 0;
   	background-color: #d2d9ea;
   	font-size: 10px
}

/* main containers */

#container{
	width: 760px;
	margin: 0 auto;
	background-color: #ffffff;
	border-left: 1px solid black;
	border-right: 1px solid black;

}

#header{ 
	width: 760px;
	height: 176px;
	background-color: #ffffff;	
}


#menu{
	float: left;
	width: 162px;
        height: 176px;
	background-color: #a4aa6f;
	border-bottom: 1px solid black;
}

#password_main{
        float: right;
	width: 597px;
	height: 30px;
	background-color: #a4aa6f;	        
	position: relative;
	border-left: 1px solid black;	
}

#password_adjust{
	text-align: right;
	position: absolute;
	top: 7px;
	right: 10px;
	width: 540px;
}


#logo{
	float: right;
	width: 597px;
	height: 146px;
	background-color: #eeeeee;
	background-image: url(../img/bg.jpg);
	border-bottom: 1px solid black;	
	border-left: 1px solid black;	
}

#ad_pion{
	clear: both;
	float: left;
	width: 160px;
	height: 600px;
	background-color: #ffffff;
}

#content{
	float: right;
	width: 597px;
	min-height: 600px;
	background-color: #ffffff;
	border-left: 1px solid black;	
	
}

/*** Footer ***/
#footer{
 	clear: both;
	width: 760px;
	min-height: 60px;  
	background-color: #a4aa6f;
	text-align: left;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid black;		
}





