body {
	background:#000 url("images/bodyBg.gif") repeat-x;
	font-family:'Trebuchet MS', Verdana, Arial, sans-serif; 
	font-size:10pt; 
	color:#26424e;
	margin:0 auto; 
	padding:0px;
}

#wrapper {
	width:838px; 
	margin:0 auto;
	background:#000 url("images/bg.jpg") no-repeat;
}

#header {
	height:290px;
}

#content {
	width:430px;
	padding:15px;
	margin-left:63px;
	float:left;
	background:#fff;
	border-top:#000 5px solid;
	border-left:#000 5px solid;
	border-bottom:#000 5px solid;
}

#navigation {
	width:200px;
	padding:15px;
	margin-right:70px;
	float:right;
	background:#374d56 url("images/navBg.gif");
	border:#000 5px solid;
}

#content h1 {
	font-size:14pt;
	font-family:Georgia, Tahoma, Verdana, sans-serif;
	padding-bottom:3px;
	border-bottom:#01c5b9 1px solid;
	color:#01c5b9;
}

#content h2, #content h3, #content h4 {
	font-size:11pt;
	font-family:Georgia, Tahoma, Verdana, sans-serif;
	padding-bottom:3px;
	border-bottom:#01c5b9 1px solid;
	color:#01c5b9;
}

#content a {
	text-decoration:none;	
	color:#00f; 	
}

#content a:hover {
	text-decoration:underline;
}

#navigation h2 {
	font-size:11pt;
	color:#00e0d3;
	font-family:Georgia, Tahoma, Verdana, sans-serif;
	padding-bottom:3px;
	border-bottom:#00e0d3 1px solid;
	margin:0px;
}

#navigation ul {
	text-align:left;
	margin:3px 0px 20px 0px; 
	padding:0;	
}

#navigation li {
	list-style:none;
	padding:5px 0px;
	border-bottom:#98fdf7 1px dotted;
}

#navigation a {
	text-decoration:none;	
	color:#98fdf7; 	
}

#navigation a:hover {
	color:#fff;
}

.clear {
	clear:both;
}