html, body {
	background-color:#2A2A2A;
	margin:0px;
	padding:0px;
	border:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#2A2A2A;
	list-style-image:url(favicon.ico);
}

div#header {
	background-image:url(headerbg.gif);
	background-position:left top;
	background-repeat:no-repeat;
	width:777px;
	height:150px;
	color:#ffa501;
	font-weight:lighter;
	font-size:14px;
	padding:20px 7px 0px 0px;
	margin-top:20px;
}

td > div#header {
	height:130px;
}

div#header img {
	padding-bottom:5px;
}

div#content {
	background-image:url(bg.gif);
	background-position:top left;
	background-repeat:repeat-y;
	width:777px;
	padding:33px 7px 20px 0px;
	text-align:center;
	font-size:11px;
}

div#content ul {
	padding-left:243px;
	text-align:left;
}

div#content>ul {
	padding-left:291px;
	margin-top:2px;
}

div#content ul li {
	padding:9px 0px 10px 0px;
}

div#content ul>li {
	padding:0px 0px 14px 0px;
}

div#content span {
	font-size:14px;
}

a, a:visited, a:active {
	text-decoration:none;
	color:#2A2A2A;
}

a:hover {
	color:#ffa501;
}

div#footer {
	background-image:url(footerbg.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:777px;
	height:17px;
	padding:0px 7px 0px 0px;
}

div#footertext {
	font-size:10px;
	color:#6D6D6D;
}

span.image_text {
	color:#A19E8D;
	margin-top:-3px;
}