body, html {
	margin: 0;
	padding: 3px;
	background: #C98A1A url(imgs/bodybackground.gif);
	color: #000;
	font: small/1.2 "Lucinda Sans", "Lucida Grande", sans-serif;
}
body {
	background: #C98A1A;
}
arrows {
	background: #E5DDD4 url(imgs/sidearrows.jpg) no-repeat;
	height: 608px;
	width: 30px;
}
td.light {
	background: #E5DDD4;
	vertical-align: top;
	padding: 0 50px 5px 25px;
}
td.lightfront {
	background: #E5DDD4 url(imgs/dr_russ.jpg) no-repeat right;
	vertical-align: top;
	padding: 0 170px 5px 25px;
}
td.dark {
	background: #807363;
	vertical-align: top;
	padding: 0 50px 5px 55px;
	color:#FFFFFF;
}
h1.header {
	text-align:center;
}
h1.title {
	font-weight: bold;
	font-size: 16px;
	line-height: 2.4px;
	color: Maroon;
	padding-top:1em;
	padding-bottom:1em;
}
h2.subtitle {
	font: bold small/1.6;
	color: #A0522D;
}
h2.subtitlehot {
	font: bold small/1.6;
	color: #8B0000;
}
#nav {
	background:#C98A1A;
	padding:3px;
	text-align:center;
}
#nav ul{
	font: bold 10.75px arial;
	padding: 3px 0 3px 0;
	margin: 0;
	width: 100%;
	background-color: #C98A1A;
	text-align: center;
}
#nav li{
	list-style: none;
	display: inline;
}
#nav li a{
	padding: 3px 0.5em 0px .05em;
	text-decoration: none;
	color: #5D1A12;
	background-color: #C98A1A;
}
#nav li a:hover{
	color: #EFC26F;
	background-color: #C98A1A;
}
#footer {
	clear: both;
	background: url(imgs/backrgound-footer.gif) repeat bottom;
	text-align: center;
	height: 50px;
}
#footer p {
	margin: 0;
	padding: 25px 15px;
	font-size: 10px;
	color: white;
	vertical-align: text-bottom;
}
#footer a {
	font-size:10px;
	color: white;
	text-decoration:underline;
}

