/* CSS Document */

body {
	margin: 0px;
	background: url('images/bg.jpg') repeat-x top;
	text-align: center;
	font-family:"Trebuchet MS";
	font-size: 14px;
	margin-left: auto;
	margin-right: auto;
}

td {
	font-family:"Trebuchet MS";
	font-size: 14px;
}
h1 {
	font-size:18px;
	color:#CC0000;
	border-bottom: 1px dotted #CC0000;
	width: 100%;
}

.main_container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

.header {
	background: url('images/header.jpg') no-repeat top;
	width: 980px;
	height: 164px;
	max-height: 164px;
	vertical-align: bottom;
}

.content_main {
	background: url('images/content_bg.jpg') no-repeat top;
	vertical-align: top;
}

.menu {
	text-align: left;
	width: 914px;
	background-color: #DC0000;
	height: 30px;
	color: #FFF;
	margin-left: auto;
	margin-right: auto;
}

.menu ul {
	list-style: none;
	margin-left: 0px;
}

.menu li {
	display: inline;
	float: left;
	text-align: center;
	line-height: 2.0em;
	font-weight:bold;
}

.menu li a{
	color: #FFF;
	background-color: #DC0000;
	padding: 0px 15px 0px 15px;
	height: 30px;
	text-decoration: none;
}
.menu li a:hover{
	color: #FFF;
	background-color: #BB0000;
	padding: 0px 15px 0px 15px;
	height: 30px;
	text-decoration: none;
}

.content {
	width: 864px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.footer {
	border-top: #CC0000 2px solid;
	width: 85%;
	font-size: 10px;
	margin-left: auto;
	margin-right: auto;
}