body {
	color: #000000;
	font-family: tahoma, arial;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #000000;
}

* html body {
}

img {
	border: 0px;
}

a:link {
	color: #CCCC99;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
	
a:visited { 
	color: #CCCC99;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;	
}
	
a:hover, a:active {
	color: #3366FF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

/*#footer a:link { 
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;
}
	
#footer a:visited { 
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;	
}
	
#footer a:hover, #footer a:active { 
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: underline;
}*/

#banner {
	clear: both;
	height: 326px;
	width: 776px;
	background-color: #000;
	background-image: url(images/banner.jpg);
}

#container {
	margin: auto;
	text-align: left;
	width: 776px;
	height: auto;
	background-repeat: no-repeat;
}

#content {
	clear: both;
	width: 776px;
	background-image:;
	background-repeat: no-repeat;
	background: #A4A4A4;
}

#logo1 {
	height: 47px;
	width: 776px;
	background-image: url(images/footer.jpg);
	text-align: center;
	color: #000000;
	clear: both;
	display: block;
	padding-top: 25px;
	background-repeat:no-repeat
}

#headlines {
	background: #1F1F1F;
	height: 199px;
	padding: 10px;
	width: 254px;
}

#left {
	float: left;
	width: 476px;
	background-color: #333333;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 16px;
	height: 1500px;
	padding: 20px;
}

#logo {
	height: 72px;
	width: 776px;
	background-image: url(images/logo.jpg);
}

#nav {
	clear: both;
	display: block;
	height: 43px;
	width: 776px;
	background-image: url(images/nav-bg.gif);
	background-repeat: repeat-x;
}
#nav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;	
}
#nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align:center;
}

.nlink, .nlinkend {
	float:left;
	width:auto;
	list-style: none;
	display:inline;
	text-align:center;
	padding-top: 15px;
	padding-left: 17px;
	padding-right: 17px;
	height:28px;
}
.nlink{
	background-image: url(images/nav-line.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.nlinkend {
	background-image: none;
}
#right {
	float: left;
	width: 220px;
	height: 1500px;
	color: #FFFFFF;
	font-size: 16px;
	background-color: #999999;
	background-repeat: no-repeat;
	padding: 20px;
}
/*
#right p {
	margin-top: 0px;
}

* html #right p {
	margin-top: -5px;
}*/

#stats {
	background: #494949;
	padding: 10px;
	width: 254px;
}

* html #stats {
	height: 170px;
}

.date {
	color: #827961;
	font-weight: bold;
}

.flt-lft {
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	font-size: 16px;
}

.flt-rgt {
	float: right;
	margin-right: 20px;
	margin-left: 20px;
	font-size: 16px;
}

.heading1 {
	background: url(images/heading-bg-1.gif) no-repeat;
	color: #909090;
	display: block;
	font-family: arial, tahoma;
	font-size: 14px;
	font-weight: bold;
	height: 21px;
	margin-bottom: 12px;
	padding-left: 40px;
	padding-top: 4px;
	width: 181px;
}

* html .heading1 {
	margin-bottom: 5px;
}

.heading2 {
	background: url(images/heading-bg-2.gif) no-repeat;
	color: #909090;
	display: block;
	font-family: arial, tahoma;
	font-size: 14px;
	font-weight: bold;
	height: 21px;
	margin-bottom: 5px;
	padding-left: 38px;
	padding-top: 4px;
	width: 161px;
}
