body {
	background-color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0 0 0 10px;
}
#container {
	position: absolute;
	margin: 0 0 0 -390px;
	left: 50%;
	width: 780px;
	background: #fff url(images/back2.jpg) no-repeat scroll 0px 230px;
}
#banner {
	width: 780px;
	height: 233px;
	background: #fff url(images/banner.jpg) no-repeat scroll top;
}
#topmenu {
	position: absolute;
	top: 83px;
	width: 170px;
	height: 120px;
}
#tm {
	width: 170px;
	height: 120px;
}
#tm a {
	color: #eee;
	display: block;
	text-align: right;
	text-decoration: none;
	font-size:90%;
	padding-bottom:2px;
}
#tm a:hover {
	color: #fff;
	background-color: Gray;
	text-decoration: none;
}
#mainarea {
	position: relative;
	padding-top: 20px;
	padding-left: 15px;
}

#mainarea a{
	color: #444444;
	font-weight: bold;
	text-decoration: none;
}
#mainarea a:hover{
	color: #A1A1A1;
	font-weight: bold;
	text-decoration: none;
}

#righttext {
	float: left;
	width: 740px;
	padding-left: 15px;
	padding-bottom: 10px;
}
h1{
	color: #2A4047;
	font-size: 1.5em;
}
h2{
	color: #2A4047;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 5px;
}
h3{
	color: #2A4047;
	font-size: 0.85em;
	font-weight: bold;
	margin-bottom: 5px;
}
#footer {
	text-align: center;
	clear: both;
	padding-top: 10px;
	background-color: #000;
	color: #eee;
	font-size: 0.75em;
}
#footer .orange {
	color: orange;
}
#footer a {
	color: orange;
	text-decoration: none;
}
#footer a:hover {
	color: orange;
	text-decoration: underline;
}

