<!--

* {
	margin: 0;
	padding: 0;
}

.alt {
	display: none;
}

body {
	font-family: "Courier New", Courier, mono;
    font-size: 12px;
	line-height: 16px;
	text-align: center;
    background-color: #000000;
	background-image: url('../images/tile.gif');
	color: #656161;
}

img {
	border: 0;
}

a {
    color: #4F4E4E;
    text-decoration:none; 
}

a:hover {
    text-decoration: none;
	color: #ffffff;
}

/* Alt Font Classes */
.green {
	font-size: 11px;
	color: #95c10d;
	font-style: normal;
}

.blue {
	color: #0099cc;
}

.grey {
	color: #999;
}

.darkgrey {
	color: #666;
}

/* Layout */
#maincontainer {
	width: 780px;
	margin-right:auto;
	margin-left:auto;
	text-decoration:none;
}

#wrapper {
	float: left;
	width:780px;
	margin-right:auto;
	margin-left:auto;
	text-align: left;
    background: #000000;
}

/* Header */
#header {
	width: 780px;
	height: 115px;
    background: #000000;
	background-image: url('../images/top.jpg');	
}

/* Navigation */
#nav {
	width: 780px;
	height: 90px;
	background-image: url('../images/menu2.jpg');
}

#nav ul {
	padding: 26px 0 0 20px;
	list-style: none;
	text-decoration:none;
}

#nav ul li {
	padding: 0 22px 0 0;
	display: inline;
	font-family: "Courier New", Courier, mono;
    font-size: 16px;
	font-weight: bold;	
	color: #ffffff;
	text-decoration:none;
}

#nav ul li a {
	color: #4F4E4E;
	text-decoration: none;
}

#nav ul li.active a {
	color: #ffffff;
	text-decoration:none;
}

#nav ul li a:hover {
	color: #ffffff;
}

/* Footer */
#footer {
	width: 780px;
	height: 87px;
	background-image: url('../images/footer.jpg');
}

#footer ul {
	padding: 15px 0 0 100px;
	list-style: none;
}

#footer ul li {
	padding: 0 32px 0 0;
	display: inline;
	font-family: "Courier New", Courier, mono;
    font-size: 14px;
	line-height: 14px;
	text-align: center;
    background-color: #000000;
	color: #ADADAD;
}

#footer ul li a {
	color: #666;
	text-decoration: none;
}

#counterdiv {
	position: absolute;
	display: inline;
	height: 150px;
	width: 150px;
	padding: 0 80px 0 0;
	z-index: 101;
}
//-->


