body {
	background:#222;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt; 
	color:#000;
	margin:10px auto; 
	padding:0px;
}

#wrapper {
	width: 810px;
	padding: 0;
	margin: 0px auto 0 auto;
	background-image: url("images/wrapperbg.jpg");
	overflow: auto;
	position: relative;
} 

#header {
	height:0px;
}

img#blackpad {
	position: absolute;
	right: 0px;
	top: 0px;
	height:40px;
	display: block; 
}

img.headerimg {
	margin-bottom:15px;
}

#content {
	width:490px;
	background:#fff;
	float:right;
	margin:0px 20px 0px 0px;
	padding:20px 20px 0px 20px;
}

#navigation {
	width:260px;
	float:left;
	padding:240px 0px 0px 0px;
	background: url("images/logo.jpg") top left no-repeat;
}

#content h1, #content h2 {
	font-family: Arial, Helvetica, Sans-Serif;
}

#content h1 {
	font-size: 1.9em;
	line-height: 1.2em;
	padding:0;
	margin:0;
	letter-spacing:-2px;
	font-weight:100;
	border-bottom: 1px solid #222;
}	
	
#content h2 {
	font-size: 1.9em;
	letter-spacing: -2px;
	margin:0em;
	font-weight: 100;
	line-height: 1.2em;
	border-bottom: 1px solid #d2d2d2;
}	

#navigation h2 {
	margin:0 0 3px 0;
	color:#fff;
	background:#222;
	font-weight:bold;
	text-transform:uppercase;
	font-size:9pt;
	padding:5px 0px 5px 20px;
}

#navigation ul {
	text-align:left;
	margin:0 0 15px 15px;
	padding:0;			
	text-decoration:none;
}

#navigation li {
	list-style:none;
	padding:2px 0 2px 5px;
	margin:0 2px;
	font-size:9pt;
}

#navigation a {
	text-decoration:none;	
	color:#f5dfc5; 
}

#navigation a:hover {
	text-decoration:underline;
}

#footer {
	background:url("images/footer.gif");
	width: 810px;
	padding: 0;
	margin: 0px auto 0 auto;
	height: 30px;
	position: relative;
}

.clear {
	clear: both;
}