/* Basic Layout */

body {
	/*width:782px;*/
	font-size: 12px;
	font-family:Arial,Helvetica,sans-serif;	
	float:left;	
	margin:0px;
}

#header{
	width:780px;
	height:100px;
}

#header_l{
	width:200px;
	float:left;	
	height:100px;
}
#header_r{
	width:580px;
	float:left;	
	height:100px;
}
#main {
	width:860px;
	display:block;
}
#left{
	width:200px;
	float:left;
}
#menu {
	margin-top:0px;
	width:199px;
	border-right:1px solid #8C8A94;
	height:466px;
	float:left;
	background-color:#BDD7DE;
}
#menuLogo{
	width:200px;
	float:left;
	vertical-align:bottom;
}
#menuLogo a{
	background:none;
	padding-left:0;
}
#content{
	height:400px;
	float:left;	
}
/* images */
img{
	border:0 none;
}
