* {margin:0; padding:0; border:0; text-align:center;}

	body {
background:#333 url(../images/fixedbg.gif) no-repeat fixed center left;
margin:10px;
color:#fff;
font-family:verdana, "trebuchet ms", arial, serif;
font-size:12px;
	}

	#container {
border:1px solid #fdaa15;
background:#f8f8ff url(../images/gradient.png) repeat-x;
color:#369;
width: 800px;
margin:0px auto;
	}

	#logo {
width:800px;
text-align:center;
height:140px;
color:#fff;
background:#0a500a url(../images/logo1.png) no-repeat;
margin:0px auto;
}

	#content {
margin:0px auto;
border:0;
}

	#content img {margin-top:40px;}

	#footer {
text-align:center;
font-family:tahoma;
font-size:11px;
color:#fff;
width:98%;
height:20px;
padding-top:5px;
margin:20px auto 2px auto;
background: #0a500a;
clear:both;
}

a:link {color:#f8f8ff; text-decoration:none;}
a:visited {color:#f8f8ff; text-decoration:none;}
a:hover {color:#9acd32;}
a:active {color:#CAFF70;}

.rust {color:#8b2500;}

	.bottomnav {
font-size:14px;
font-family:"trebuchet ms", verdana;
margin:20px auto 0 auto;
text-align:center;
}

	.center {text-align:center;}

.bottomnav a:link {color:#006400;}
.bottomnav a:visited {color:#006400;}
.bottomnav a:hover {color:#8b2500;}
.bottomnav a:active {color:#006400;}

	table {
text-align:center;
width:98%;
height:20px;
margin-bottom:10px;
}

	.td {
padding-bottom:6px;
}

	ul {
margin-top:90px; 
padding:0; 
text-align:center;
}
	li {
font-size:12px;
display:inline;
}

	.alignleft {text-align:left;}