

body {
	font-family: arial;
	font-size: 11px;
	color: #333333;
	margin-left: auto;
	margin-right: auto;
	display: block;
	background-color: #ffffff;
	margin-top: 10px;
	background-image:url(/images/bg.gif);
	}
	
	a:link, a:visited {
		color: #333366;
		}
	a:hover {
		text-decoration: none;
		}
	
#nav {
	background-image:url(/images/contentbg2.jpg);
	background-repeat: no-repeat;
	width: 520px;
	color: #000000;
	font-size: 11px;
	font-family: arial;
	vertical-align: top;
	background-color: #ffffff;
	}
	
	#nav a:link, #nav a:visited{
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	}
	
	#nav a:hover {
	color: #e2db70;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	} 
	
#content {
	font-size: 12px;
	font-family: arial;
	width: 520px;
	line-height: 18px;
	}
	
#content a:link, #content a:visited {
		font-size: 12px;
		color: #333366;
		font-weight: bold;
		}
	#content a:hover {
		text-decoration: none;
		color: #9900cc;
		}
	
#footer {
	background-image:url(/images/footer.gif);
	background-repeat: no-repeat;
	height: 26px;
	color: #ffffff;
	text-align: center;
	font-size: 11px;
	}
	
#footer a:link, #footer a:visited, #footer a:hover {
	color: #e2db70;
	text-decoration: none;
	}
	
	