@charset "utf-8";
body  {
	font: 60% Verdana, Arial, Helvetica, sans-serif;
	background: #ccc;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #fff;
}
 #container { 
	width: 784px;  
	background:#fff url(images/cont_bg.gif) repeat-y ;
	margin: 0 auto; 
	border-top:none;
	/*border:2px solid #fff;*/
	text-align: left; 
} 

 #header { 
	background: #ffffff url(images/top_bg.gif) repeat-x;
	padding:23px 0px 0px 0px;
	position:relative;
	height:157px;
	
	  
} 

 .nav {
	float: left; 
	width: 160px; 
	/*background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 10px; /* padding keeps the content of the div away from the edges */
	/*background:green;*/
}
/*/*/ * html .nav{width/**//:180px;}
 .middle {
	float: left; 
	width: 230px; 
color: #000000;
	/*background: green; 
	/* padding: 15px 0px 15px 20px;*/
padding:0px 0px 15px 8px;
}
	/*/*/ * html .middle{width/**//:270px;}
 .Content { 
	 
	padding: 10px 12px 15px 5px;
	/*background:red;*/
	width:304px;
	float:right;
} 
/*/*/ * html .Content{width/**//:320px;}
 #footer { 
	padding: 0 0px 0 20px;
	background:#DDDDDD;
	color: #000000;
	width:760px;
}
*html #footer{width:780px;} 
#footer p {
	margin: 0;
	padding: 10px 0;
}

.clearfloat { 
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#logo{
position:absolute;
right:0;
background-image:url(images/logo.jpg);
width:313px;
height:150px;
top:23px;
}

#top{
	background: url(images/13_c.jpg) no-repeat;
	margin:0;
	padding:0;
	height:150px;
}

