body {
   	margin:  0;
   	padding: 0;
   	background-color: #eeeeee;
   	font-size: 10px
}

/************ CONTAINER **************/

#container{
   	width: 760px;
   	margin: 0 auto;
   	background-color: #ffffff;
   	border-left: 1px dotted #3c1414;
   	border-right: 1px dotted #3c1414;
   	border: 1px solid black;
}

/*********** HEADER ***************/

#header_left{
	float: left;
	width: 227px;
	height: 170px;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-color: #a6c1d4;
}

#header_right{
	float: right;
	width: 533px;
	height: 170px;
	background-image: url(../img/bg_txt.jpg);
	background-repeat: no-repeat;
	background-color: #a6c1d4;
}

/************ MENU **************/

#menu{
	clear: both;
	width: 760px;
	height: 35px;
	background-color: #4c5870;
	border-bottom: 1px solid black;
	position: relative;
}

#menu_left{
	width: 410px;
	float: left;
}

#menu_right{
	width: 350px;
	float: right;
	position: absolute;
	top: 7px;
	right: 10px;
	text-align: right;	
}

/************ CONTENT **************/

#content{
	clear: both;
	width: 760px;
	margin: 0 auto;
	min-height: 340px;
}

#content_left{
   	background-color: #ffffff;
   	width: 160px;
   	min-height: 665px;
   	float: left;
   	position: relative;
   	top: 0px;
   	padding-left: 5px;
 	border-right: 1px dotted black;
}

#content_right{
	background-color: #ffffff;
	width: 594px;
	min-height: 440px;
	float: right;  		
}

/***********************************/

#footer{
	clear: both;
	width: 760px;
	min-height: 60px;
   	margin: 0;
   	background-color: #4c5870;
}










