body {
	background:#f4f9f9 url("images/bg.gif") top repeat-x;
	font-family:"Trebuchet MS", Arial, Sans-serif;
	font-size:10pt; 
	color:#5f5f5f;
	margin:0 auto; 
	padding:0px;
}

#wrapper {
	width:648px; 
	margin:0 auto;
	background:#fff;
}

#header {
	background:#000 url("images/header.jpg") no-repeat;
	height:340px;
	display:block;
}

#content {
	float:left;
	width:397px;
	background:#fff;
	border-top:#becbcb 1px solid;
	border-left:#becbcb 1px solid;
	border-bottom:#becbcb 1px solid;
	padding:10px 10px 18px 10px;
}

#navigation {
	float:right;
	width:209px;
	background:#0f4140;
	border-top:#74a4a4 1px solid;
	border-left:#74a4a4 1px solid;
	border-bottom:#74a4a4 1px solid;
	padding:10px 10px 18px 10px;
}

#content h1 {
	font-size:14pt;
	font-family:Georgia, Times, Serif;
	font-weight:normal;
	font-style:italic;
	margin:0px;
	padding:0px;
	color:#0f4140;
	border-bottom:#0f4140 1px solid;
}

#content h2, #content h3, #content h4 {
	font-size:12pt;
	font-family:Georgia, Times, Serif;
	font-weight:normal;
	font-style:italic;
	margin:0px;
	color:#0f4140;
	border-bottom:#0f4140 1px solid;
}

#content a {
	text-decoration:underline;	
	color:#01beaa; 	
}

#content a:hover {
	text-decoration:none;
}

#navigation h2 {
	background:#0b3736;
	padding:5px 0px;
	color:#74a4a4;
	font-size:11pt;
	font-family:Georgia, Times, Serif;
	font-weight:normal;
	font-style:italic;
	margin:0px 0px 3px 0px;
}

#navigation ul {
	text-align:left;
	margin:0px 0px 30px 0px; 
	padding:0;			
}

#navigation li {
	list-style:none;
	padding:4px 0px;
	border-bottom:#246463 1px solid;
}

#navigation a {
	text-decoration:none;	
	color:#d9eaea; 
	font-size:9pt;
}

#navigation a:hover {
	text-decoration:underline;
}

.clear {
	clear:both;
}