body {
   margin:  0;
   padding: 0;
   background-color: #eeeeee;
   font-size: 10px
}

/************containers**************/

#containers{
	width: 760px;
	background-color: #ffffff;
	margin: 0 auto;
	border: 1px solid black;
}

#pass_main{
   	width: 760px;
   	height: 30px;
   	background-color: #9cb3d3;
   	position: relative;
}

#pass_adjust{
   	width: 700px;
   	background-color: transparent; 
   	text-align: right;
   	position: absolute;
   	right: 10px;
   	top: 5px;
}

#header{
	width: 760px;
	height: 160px;
    	background-image: url(../img/bg4.jpg);
	background-repeat: no-repeat;
}

#menu{
	width: 760px;
	height: 30px;
	margin: 0 auto;
	min-height: 28px;
	background-color: #9cb3d3; 
	border-top: 1px solid black;
    	border-bottom: 1px solid black;	
}

#menu_left{
	width: 710px;
}

#content{
	width: 760px;
	margin: 0 auto;
	min-height: 300px;
	background-color: #ffffff; 
	
}

#content_left{
   background-color: #ffffff;
   width: 620px;
   float: left;
   position: relative;
   top: 0px;
   margin-top: 4px;
   padding-left: 5px;	
}

#content_right{
    background-color: #ffffff;
	width: 120px;
	min-height: 365px;
	float: right;
	padding-bottom: 4px;
	border-left: 1px dotted black;
}

#footer{
	clear: both;
	width: 760px;
	margin: 0 auto;
	min-height: 60px;
	background-color: #9cb3d3;
	border-top: 1px solid black;
}


/************************************/




