body {
   margin:  0;
   padding: 0;
   background-color: #ffffff;
   font-size: 10px
}

/* main containers */

#container{
	width: 760px;
	margin: 0 auto;
	background-color: #ffffff;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

#column_left{
	width: 160px;
	float: left;
	min-height: 605px;
	background-color: #ffffff;
}

#header{
	float: right;
	width: 597px;
	height: 210px;
	background-image: url(../img/bg1.jpg);
	background-repeat: no-repeat;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
}

#password_main{
	float: right;
	width: 597px;
	height: 30px;
	background-color: #dae7f8;
	position: relative;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
}

#password_adjust{
	text-align: right;
	position: absolute;
	top: 7px;
	right: 10px;
	width: 540px;
}

#menu{
	float: right;
	width: 597px;
	height: 35px;
	background-color: #5e463c;
	background-image: url(../img/bg2.jpg);
	background-repeat: no-repeat;
	position: relative;	
	border-left: 1px solid black;
	border-bottom: 1px solid black;	
}


#content{
	float: right;
	width: 597px;
	min-height: 377px;
	background-color: #ffffff;
	border-left: 1px solid black;
}


/*** Footer ***/
#footer{
 	clear: both;
	width: 760px;
	min-height: 60px;  
	background-color: #5e463c;
	text-align: left;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid black;		
}





