@charset "utf-8";
body {
	color: #fff;
	background: #000;
	font: normal 12px/14px Arial, Helvetica, sans-serif;
}
a, img {
	outline: none;
}
a {
	color: #aa9389;
	text-decoration: none;
}
.brown {
	color: #aa9389;
}
h3 {
	font: italic bold 16px/18px Arial, Helvetica, sans-serif;
}
h3, #content a, #content .brown, #content th {
	color: #a27358;
}
th {
	text-align: left;
}
th, td {
	vertical-align: top;
	padding: 4px 0;
}
a:hover, a.active {
	color: #C6B6AE;
}
#header {
	background: url(../img/top.png) no-repeat left top;	
}
#nav {
	text-align: right;
	background: #000;
}
#nav li {
	list-style: none;
	list-style-position: outside;
}
#nav li:hover, #nav li.active {
	list-style: url(../img/bullet.gif);
}
#nav a {
	font-size: 13px;
	line-height: 16px;
}
#footer {
	font-size: 10px;
	line-height: 14px;
	background: url(../img/bottom.png) no-repeat 120px top;
}
#footer p img {
	position: relative;
	top: 4px;
	line-height: 14px;
}
#footer a {
	color: #fff;
}

