body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:0;
	background:url(images/background.jpg) center repeat-y #111A16;
}



/* main setup */
#wrapper {
	width:540px;
	margin:auto;
	background-color:#000000;
}
#header {
	text-align:center;
	color:#ffffff;	
	text-align:center;
	padding:10px;
	height:100px;
}
#pagecontent {
	padding:20px;
	padding-top:30px;
	font-size:14px;
	color:#ffffff;	
}
#pagecontent a {
	color:#ffffff;
}
#pagecontent a:hover {
	color:#acb7b1;
	background-color:#222825;
}
#footer {
	text-align:center;
	font-size:13px;
	color:#ffffff;	
	text-align:center;
	padding:10px;
}
#footer a {
	color:#ffffff;
}
#footer a:hover {
	color:#acb7b1;
	background-color:#222825;
}
/* end main setup */



/* lists */
ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}
li { /* all list items */
	float: left;
	position: relative;
	width: 10em;
}
li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
}
li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}
li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}
#pagecontent li { /* this is needed to turn lists back to normal in pagecontent area */
	float:none;
	list-style: outside square;
	margin-left:20px;
	width:auto;
}
/* end lists */



/* top nav */
#topnav {
	padding-left:10px;
	color:#ffffff;
}
#topnav li { /* all list items */
	width: 8em;
	padding:3px;
	font-weight:bold;
	text-align:center;
	border:1px solid #111A16;
}
#topnav ul li { /* second-level */
	background-color:#000000;
	width: 12em;
	font-weight:normal;
}
#topnav li a { /* second-level links */
	display:block;
	color:#ffffff;
	text-decoration:none;
	}
#topnav li a:hover { /* second-level links hover */
	background-color:#111A16;
	color:#a5ada9;
}
/* end top nav */



/* table setup */
table {
	padding:0;
	border:0;
}
tr {
	vertical-align:top;
}
.alignright {
	text-align:right;
	padding-right:10px;
}
.alignleft {
	text-align:left;
	padding-left:10px;
}
.alignmiddle {
	text-align:center;
}
/* end table setup */



/* classes for columns */
.col3-1 {
	width:243px;
	float:left;
	padding:5px;
}
.col3-3 {
	width:243px;
	float:right;
	padding:5px;
}
.col3-2 {
	margin-left:253px;
	width:243px;
	padding:5px;
}
.col2-1 {
	width:370px;
	float:left;
	padding:5px;
}
.col2-2 {
	margin-left:380px;
	padding:5px;
}
.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
}
/* end classes for columns */



/* headers setup */
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}
/* end headers setup */



/* page content */
.skinny {
	width:500px;
	margin:auto;
	text-align:justify;
}
.skinny ul {
	text-align:left;
}
/* end page content */