body {
	background:#fff url(images/bg.jpg) repeat-x;
	font-family:'Trebuchet MS', Verdana, Arial, sans-serif; 
	font-size:10pt; 
	color:#444;
	margin:0 auto; 
	padding:0px;
}

#wrapper {
	width:748px; 
	margin:0 auto;
	background:#fff;
}

#header {
	background:#000 url(images/header.jpg) top center no-repeat;
	height:395px;
}

#content {
	width:462px;
	float:left;
	padding:10px 16px 10px 25px;
}

#navigation {
	width:210px;
	float:right;
	padding:10px 20px 0px 15px;
}

#content h1 {
	font-size:14pt;
	margin:0px 0px 8px 0px;
	color:#232035;
}

#navigation h2 {
	margin:10px 5px 0 5px;
	padding:5px 5px; 
	font:bold 11pt 'Trebuchet MS', Tahoma, Sans-serif;
	color:#232035; 
}

#navigation ul {
	text-align:left;
	margin:7px 8px 14px 10px; padding: 0;			
	border-top:1px solid #b8b3d1;
	text-decoration:none;
}

#navigation li {
	list-style:none;
	padding:4px 0 4px 5px;
	margin:0 2px;		
	border-bottom:1px solid #b8b3d1;
}

#navigation a {
	text-decoration:none;	
	color:#326ea1; 
	border:none;	
}

#navigation a:hover {
	color:#383d44;
	border:none;
}

.clear {
	clear:both;
}