body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #007803;
}

#header {
width: 870px;
height: 312px;
text-align: center;
}

.container {
background:url(../images/body.jpg) repeat-y;
width: 870px;
text-align:left;
height: 100%;
display: table;
line-height: 22px;
margin: 0 auto;
}

.cont-inner { padding: 20px 40px 20px 40px; }

a {
	font-size: 14px;
	color: #006699;
}

#footer {
background:url(../images/footer.jpg) no-repeat;
width: 870px;
height: 75px;
text-align: center;
font-size:10px;
color:#0099CC;
padding: 35px 0px 0px 0px;
line-height: 30px;
margin:0 auto;
}

#footer a {
	font-size: 10px;
	color: #CCCCCC;
}
#footer a:link {
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
#footer a:hover {
	text-decoration: none;
	color: #00CC33;
}
#footer a:active {
	text-decoration: none;
	color: #CCCCCC;
}

a {
	font-size: 10px;
	color: #006699;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006699;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #006699;
}
h1 {
	font-size: 16px;
	color: #CC0000;
}
h2 {
	font-size: 16px;
	color: #003366;
}
h3 {
	font-size: 16px;
	color: #006600;
}

.float_left {
float: left;
padding: 10px 10px 10px 0px ;
}

.float_right {
float: left;
padding: 10px 0px 10px 10px ;
}

li {
margin-left: 20px;
}