html,body
{
	font-family:Verdana, Arial;
	font-size:85%;
}

#footer
{
	color:#999;
	font-size:80%;
}

#side-b
{
	background-color:#933;
	color:#fff;
	padding-bottom: 5px;
	margin: 0;
}

img
{
	border:none;
}

hr.thick
{
	width:470px;
	border:0;
	color:#ccc;
	background-color:#ccc;
	height:8px;
	margin-right:0;
}

hr
{
	border:0;
	color:#ccc;
	height: 2px;
	background-color:#ccc;
}

p.quote
{
	width:75%;
	background-color:#ccc;
}

#content h2
{
	color:#933;
}

h2
{
	font-size:130%;
	font-weight:400;
}

.notice
{
	border:thin solid #933;
	background-color:#ffc;
	padding:10px;
}

#nav
{
	float:left;
	margin-top:20px;
}

#nav td
{
	width:100px;
	height:18px;
	border:1px solid #999;
	padding:0;
}

#nav a.button
{
	display:block;
	background:#fff;
	color:#000;
	width:100px;
	height:18px;
	font-size:100%;
	text-decoration:none;
	padding-top:.2em;
	padding-left:.2em;
	padding-bottom:0;
	font-weight:700;
	margin:0;
}

#nav a.button:hover
{
	background:#933;
	color:#fff;
}

#nav .active
{
	display:block;
	background:#933;
	color:#fff;
	width:100px;
	height:18px;
	font-size:100%;
	text-decoration:none;
	padding-top:.2em;
	padding-left:.2em;
	padding-bottom:0;
	font-weight:700;
}

a:link,a:visited,a:active,a:hover
{
	color:#000;
}

#side-b a:link,#side-b a:visited,#side-b a:active,#side-b a:hover
{
	text-decoration:none;
	color:#FFF;
	border-bottom:1px solid #000;
}