body {
	background:#3f1717 url("images/bg.gif") repeat-x;
	font-family:Tahoma, Verdana, Arial, sans-serif; 
	font-size:10pt; 
	color:#000;
	margin:0 auto; 
	padding:0px;
}

#wrapper {
	width:698px; 
	margin:15px auto 15px;
	background:#17353f url("images/header.jpg") no-repeat;
	padding:10px;
	border-left:#000 1px solid;
	border-right:#000 1px solid;
	border-bottom:#000 1px solid;
}

#header {
	height:288px;
}

#content {
	width:468px;
	float:left;
	padding:15px;
	background:#fff;
}

#navigation {
	width:199px;
	float:right;
	background:#d8e9ef;
}

#content h1 {
	font-size:14pt;
	color:#17353f;
	border-bottom:#17353f 1px solid;
	margin:0px;
}

#content h2, #content h3, #content h4 {
	font-size:11pt;
	color:#17353f;
	border-bottom:#17353f 1px solid;
	margin:0px;
}

#content p {
	margin:10px 0px 18px 0px;
	line-height:1.3em;
}

#content a {
	text-decoration:none;	
	color:#00f; 	
}

#content a:hover {
	text-decoration:underline;
}

#navigation h2 {
	font-size:11pt;
	background:#17353f;
	color:#fff;
	padding:3px 0px 4px 4px;
	margin:0;
}

#navigation ul {
	text-align:left;
	margin:0; 
	padding:4px 0px;			
}

#navigation li {
	list-style:none;
	padding:0px 4px;
	line-height:1.4em;
}

#navigation a {
	text-decoration:none;	
	color:#00f; 	
}

#navigation a:hover {
	text-decoration:underline;
}

.clear {
	clear:both;
}