body { padding: 0px; margin: 0px; background: #6A7C7C; font-family: 'Lucinda Grande','Arial'; font-size: 12px; color: #000; line-height: 14px;} 
a { color: #000; } 
p { padding-top: 0px; margin-top: 6px; margin-bottom: 6px; } 

#wrap { width: 900px; margin-left: auto; margin-right: auto; } 
#menu { width: 100%; background: url('/images/menu.jpg'); height: 21px; padding-top: 45px; } 
#left { float: left; background: url('/images/left.jpg'); width: 288px; height: 549px; }
#right { float: left; background: url('/images/right.jpg'); width: 612px; height: 549px; } 
#title {
	width: 100%;
	background: url('/images/title.jpg');
	height: 290px;
} 

#menu ul { margin: 0px; padding: 0px; float: right; margin-right: 66px; list-style: none; top: 50px;} 
#menu ul li {float: left; border-width: 1px; border-style: solid; border-color: #fff; margin-right: 5px; padding-left: 15px; padding-right: 15px; padding-top: 5px; border-bottom-style: none;} 
#menu ul li a { color: #fff; text-decoration: none; } 
#menu ul li:hover { background: #333333; }
#menu ul li.active { background: #333333; } 

#leftcontent { width: 200px;  height: 400px; margin-left: 50px; margin-top: 130px; } 
#rightcontent { width: 550px;  height: 510px; margin-top: 20px; margin-left: 10px; color: #fff; } 

