﻿body, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#aaa9a9;
}

a:link, a:visited, a:active {
	text-decoration:underline;
	color:#fcbf0f;
	font-weight:bold;
}

a:hover {
	color:#000;
}

#page {
	background:url(siteart/bg.jpg);
}

#hbar {
	background:url(siteart/topbar.gif) repeat-x;
	border-bottom:2px #fcbf0f solid;
}

#btmbar {
	background:url(siteart/btmbar.gif) repeat-x;
	border-top:2px #fcbf0f solid;
}

#txtCell {
	vertical-align:top;
	padding:10px;
	width:400px;
}

#txtCell li a {
	text-decoration:underline;
	font-weight:bold;
	color:#000;
}

#txtCell li a:hover {
	color:#fcbf0f;
}

.header {
	display:block;
	font-size:16px;
	font-weight:bold;
	color:#fcbf0f;
}

#nav {
	vertical-align:top;
	padding:0;
	text-align:right;
}

#nav ul {
	margin:0;
	padding:0;
	list-style:none;
}

#nav li {
	display:inline;
	float:right;
}

#nav li a {
	text-align:center;
	display:block;
	border:1px #aaa9a9 solid;
	padding:5px;
	margin:0 5px 5px;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	color:#aaa9a9;
}

#nav li a:hover {
	background:#000;
	color:#fcbf0f;
}