body {
	background-color: #666666;
	margin: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;	
}

h1 {
	background-color: #393142;
	color: #e7ad29;
	font-size: 125%;
	border: thin solid #ad1021; 
}

#main {
	width: 760px;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFFFFF;
	background-image: url(images/menu_back.gif);
	background-repeat: repeat-y;
	font-size: 12px;
	text-align:left;
}

#header {
	height: 150px;
}

#banner {
	background-color:#393142;
	margin-top: -3px;
}

#banner table {
	color:#ffffff;
	font-size:100%;
}

#banner a:link, #banner a:visited, #banner a:active {
	color: #FFCC00;
	font-weight:bold;
}

#banner a:hover {
	color: #FFFFFF;
}

#left {
	text-align:center;
	width:175px;
	float:left;
}

#menu {
	float: left;
	height: auto;
	width: 175px;
}

#content {
	margin-left: 180px;
	margin-right: 5px;
	height: auto;
	padding: 6px;
}

#content table {
	font-size:100%;
}

#menu ul li {
	margin-left: -15px;
	list-style-type: none;
	margin-bottom: 6px;
}
#menu a {
	display: block;
	background-color: #393142;
	color: #e7ad29;
	text-decoration: none;
	text-align: center;
	padding: 4px;
	font-weight: bold;
	font-size: 12px;
	font-family: Tahoma, "Sans Serif";
	width: 130px;
	position: relative;
	left: -10px;
	border: thin solid #ad1021;
}

#menu a:hover {
	color: #e7ad29;
	background-color: #ad1021;
	border: thin solid #393142;
}

#footer {
	clear: both;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #CC0000;
	font-size: 80%;
	background:#FFFFFF;
}

#footer table {
	font-size:90%;
}

.news {
	font-size:110%;
}

.news h2 {
	font-size:125%;
}
.news img {
	float:left;
	padding-right:8px;
	width: 150px;
	height: auto;
}



