@charset "utf-8";
/* CSS Document */

BODY {
	background-color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

A {
	text-decoration:underline;
	color: #000000;
}


H1   { 
	color: #333399; 
	font-size: 23px; 
	font-family: "Arial Narrow", Arial, Verdana; 
	font-weight: bold; 
	line-height: 23px; 
	text-decoration: none 
}

H2  { 
	color: #333399; 
	font-size: 18px; 
	font-family: "Arial Narrow", Arial, Verdana; 
	font-weight: bold; 
	line-height: 18px; 
	text-decoration: none;
	padding-left: 30px;
}

#container {
	width: 738px;
	margin:auto;
}

#header {
	width: 100%;
}

#menu {
	width: 609px;
	height:62px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

#menu a {
	text-decoration: none;
}

#menu a:hover {
	color: #333399; 
}

#menu ul {
	padding: 0px;
	margin: 0px;
	list-style:none;
	width: 609px;
	height:57px;
	border-bottom: 5px solid #000000;
}
#menu li {
	float:left;
	margin-top: 40px;
	margin-right:15px;

}
#logo{
	width: 129px;
	height: 62px;
	float:right;
}

#content {
	width:100%;
}	

#content-left {
	width: 200px;
	float:left;
}

#content-left img{
	margin-bottom: 10px;
}

#content-right {
	margin-top:10px;
	width: 495px;
	float: right;
}	
