<style type="text/css">	body,	html {
	margin: 0;
	padding: 0;
	color: #000;
}

body {
	background: #FFFFFF url(../images/bg.gif) repeat;
	min-width: 880px;
}

#wrap {
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	width: 880px;
	text-align: left;	
}

#content {
	background: #FFFFFF;
	width: 880px;
	border: 1px solid #828282;
}

#nav {
	height: 30px;
	background: #E7E7E7;
	border-bottom: 1px solid #828282;
	margin-bottom: 3px;
}

#navItems {
	padding-top: 3px;
	color: #333333;
	font: small-caps bold 18px "Lucida Grande", "Trebuchet MT", Lucida, Verdana, sans-serif;
	text-indent: 10px;
}

a:active, a:link, a:visited {
	color: #0894C7;
	text-decoration: none;
}

a:hover {
	color: #9C0055;
	text-decoration: none;
}

#left {
	float: left;
	width: 280px;
	margin: 0px 10px 10px 10px;
	color: #333333;
	font: 12px "Lucida Grande", "Trebuchet MT", Lucida, Verdana, sans-serif;
}

#main {
	float: left;
	width: 500px;
	margin: 0px 10px 10px 30px;
	color: #333333;
	font: 12px "Lucida Grande", "Trebuchet MT", Lucida, Verdana, sans-serif;
}

#main h1, #left h1 {
	color: #333333;
	font: bold 13px "Lucida Grande", "Trebuchet MT", Lucida, Verdana, sans-serif;
	border-bottom: 1px solid #333333;
}

#main p {
	color: #333333;
	font: 12px "Lucida Grande", "Trebuchet MT", Lucida, Verdana, sans-serif;
}

#footer {
	clear:  both;
		text-align: right;
	border-top: 1px solid #8d1717;
	padding-top: 5px;
}

#footer p {
	padding: 5px;
	color: #ED008C;
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border-top: 1px solid #ED008C;
	text-indent: 10px;
}	</style>