body {
	margin: 0;
	padding: 0;
	background-image: url('img/bg.gif');
	
}

body.news {
	margin: 0;
	padding: 0;
	}

#motto {
	background-color: #595959;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding-top: 25px;
	padding-bottom: 25px;
	font-size: 11px;
	font-family: Tahoma;
	text-align: center;
}

#motto a {
color: #FFFFFF;
text-decoration: none;
}

#container {
	margin: auto;
	width: 800px;
	background-color: #FFFFFF;
	color: #595959;
}

#header {
	height: 173px;
	background-image: url('img/header.jpg');
}

#menu {
	height: 55px;
	background-color: #000000;
	border-top: 1px solid #FFFFFF;
	font-family: Garamond, Georgia, serif;
	font-weight: bold;
	font-size: 14px;
	font-stretch: narrower;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin-bottom: 10px;
}

#menu ul, #menu li {
	list-style: none;
	padding: 0;
	margin: 0;
}

#menu ul {
	text-align: center;
	margin-top: 18px;
}

#menu li {
	display: inline;
}

#menu li a {
	background-image: url('img/arrow_white.gif');
	background-repeat: no-repeat;
	background-position: top center;
	padding: 18px 10px;
	color: #FFFFFF;
	text-decoration: none;
}

#menu li a:hover {
	background-image: url('img/arrow_blue.gif');
	color: #008ad9;
}

#column_left {
	width: 335px;
	float: left;
	font-family: Verdana;
	font-size: 11px;
}

#column_left h2 {
	font-family: Garamond, Georgia, serif;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #FFFFFF;
	background-color: #000000;
	margin: 0;
	padding: 10px 20px;
}

#column_left .stats {
	color: #595959;
	background-color: transparent;
	border: 0;
	padding-top: 0;
}

#column_left p {
	background-color: #f3f3eb;
	margin: 0 0 20px;
	padding: 5px 10px 10px 20px;
	border-right: 1px solid #a9a98e;
	border-bottom: 1px solid #a9a98e;
}

#column_right {
	width: 448px;
	float: right;
	font-family: Verdana;
	font-size: 11px;
}

#column_right #focus {
	width: 448px;
	height: 235px;
	background-image: url('img/focus.jpg');	
}

#column_right h3 {
	display: block;
	background-image: url('img/background.gif');	
	color: #FFFFFF;
	font-size: 11px;
	padding: 10px;
	margin-bottom: 0;
}

#column_right p {
	padding: 0px 20px 10px 10px;
	margin-top: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e9e9e9;
}

#top_ten {
	clear: both;
	background-color: #343434;
	height: 135px;
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 10px;
	text-align:center;
}

#top_ten p {
	margin-top: 0;
}

#top_ten a {
	display: block;
	float: left;
	border: 1px solid #FFFFFF;
	margin-left: 20px;
	margin-right: 20px;
}

#top_ten a:hover {
	border: 1px solid #008ad9;;
}

#top_ten a img {
	border: 0;
}

#sponsors {
}

#copyright {
	padding-top: 20px;
	background-image: url('img/bg.gif');
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	height: 50px;
	color: #FFFFFF;
	text-align: right;
}

#copyright a {
	color: #FFFFFF;
	text-decoration: none;
	text-align: left
}

#copyright a:hover {
	text-decoration: underline;
}

form {
	padding: 0;
	margin: 0;
}

form input.newsletter_text {
	font-family: Verdana;
	font-size: 11px;
	width: 182px;
	height: 22px;
	border: 0;
	padding: 8px 12px 0px 12px;
	background-color: transparent;
	background-position: top left;
	color: #FFFFFF;
	background-image: url('img/input.gif');
}

form input.newsletter_image {
	position: absolute;
	margin-top: -3px;
	margin-left: 8px;
}

#tresc {
	width: 700px;
	font-family: Verdana;
	font-size: 13px;
	padding-left: 50px;
	padding-right: 50px;
	text-align: justify;
}

#tresc img {
	border: 0px none #ffffff;
}


#tresc a {
	text-decoration: none;
	color: #595959;
	background-color: #DDDDDD;
}

