body {
   	margin-top: 0px;
   	margin-bottom: 0px;
  	padding: 0;
   	background-color: #3f3f3f;
   	font-size: 10px;
}

/* main containers */

#container{
	width: 760px;
	margin: 0 auto;
	background-color: #ffffff;
	border: 1px solid black;
}

#column_left{
	float: left;
	width: 160px;
	height: 650px;
}

#header{ 
	float: right;
	width: 598px;
	height: 200px;
	background-color: #ffffff;
	background-image: url(../img/bg.jpg);
	position: relative;
	border-left: 1px solid black;	
}

#pass_main{
	width: 580px;
	height: 35px;
	background-color: transparent;
	text-align: right;
	position: absolute;
	top: 6px;
	right: 5px;
}

#menu{
	text-align: right;
	position: absolute;
	top: 35px;
	right: 5px;	
}

#content{
	float: right;
	width: 598px;
	background-color: #ffffff;
	border-left: 1px solid black;		
}



/*** Footer ***/
#footer{
 	clear: both;
	width: 760px;
	min-height: 60px;  
	background-color: #ffffff;
	background-image: url(../img/footer.jpg);	
	text-align: left;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid black;		
}




