body { background-color: #1E1E1E; 
	font-family: verdana,arial;
	text-decoration: none; 
	color: #C1C1C1; 
	font-size: 12px; 
}
p, td { font-family: verdana,arial; 
	color: #C1C1C1;
	font-size: 12px; 
	margin: 5px 80px 5px 80px;
}
.center {
text-align: center;
margin-left: auto;
margin-right: auto;
}
img {
	border: 1px solid;
	color: #696969;
}
/* links */
a:link { color:#FFCCCC; }
a:visited { color:#FFCCCC; }
a:hover { text-decoration: underline; color:#CEE3FF; }
/* layout */
#topmenu {
	position: absolute;
	margin-left: -400px;
	left: 50%;
	top: 15px;
	width: 800px;
	padding: 0;
	background-color: #3E3E3E;
	background-image: url(../images/background.jpg);
	text-align: center;
	font: 12px arial, sans-serif;
}
#topmenu ul, #topmenu li { margin: 0; padding: 2px; }
#topmenu img { border: 0; width: 800px; height: 139px; }
#navlinks a { text-decoration: none; }
#navlinks li { display: inline; list-style: none; }
#navlinks li a { padding: 0 8px; margin: 0 10px; }
#navlinks li a:link, #navlinks li a:visited { color: #A4A4A4; }
#navlinks li a:hover { color: #E6E6E6; background-color: #505050; }
#content {
	display: table;
	position: absolute;
	margin-left: -400px;
	left: 50%;
	top: 140px;
	width: 800px;
	background-color: #3E3E3E;
	background-image: url(../images/background.jpg);
}
#footerframe {
	width: 800px;
	height: 21px;
	text-align: center;
	background-image: url(../images/footer.jpg);
}
#footer {
	text-align: center;
}
#footer hr {
	border: 0;
	width: 600px;
	height: 1px;
	color: #727272;
	background-color: #727272;
	background-image: url(../images/footer.jpg);
}
#footer a:link, #footer a:visited, #footer a:hover { color: #A0A0A0; }
#footer ul, #footer li { margin: 0; padding: 0 10px; }
#footer li { display: inline; list-style: none; font-size: 9px; }

/* Header */
H1, H2, H3 { 
	font-weight: 300; 
	font-family: "Lucida Sans",Verdana,  sans-serif; 
}
H1 {
	text-align: center; 
	font-size: 12px;
	margin-top: 32px;
	letter-spacing: .6em;
	text-transform: uppercase;
	
}
* html h1 { letter-spacing: 15px; }
H2 {
	text-align: center;
	font-size: 14px;
}
H3 {
	text-align: center; 
	font-size: 12px;
}
H1 .caps {
	font-size: 16px;
}