﻿body {
	background:#000;
}

td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}

a:link, a:visited, a:active {
	text-decoration:underline;
	color:#000;
}

a:hover {
	color:#cc050d;
}

#nav {
	background:url("siteart/navbg_lt.gif") no-repeat;
	padding:10px 0;
	text-align:center;
	width:402px;
}

a.button:link, a.button:visited, a.button:active {
	text-decoration:none;
	color:#fff;
	font-size:13px;
	text-transform:uppercase;
	padding:0 20px 0 18px;
	font-weight:bold;
}

a.button:hover {
	color:#000;
}

a.inv:link, a.inv:visited, a.inv:active {
	text-decoration:none;
	color:#000;
	font-weight:bold;
}

a.inv:hover {
	text-decoration:underline;
}

#content {
	background:url("siteart/btmbg.jpg") repeat-y;
	vertical-align:top;
	padding:10px 8px 0;
}

#leftheader {
	background:url("siteart/leftcol_headerbg.gif") no-repeat;
	padding:10px;
	color:#fff;
	font-weight:bold;
	display:block;
	width:257px;
}

#leftbody {
	background:url("siteart/leftcol_bodybg.gif") no-repeat;
	padding:10px 0;
	vertical-align:top;
	font-weight:bold;
}

#slide {
	text-align:center;
	padding:8px 0;
}

#right {
	width:480px;
	vertical-align:top;
}

.header {
	font-size:18px;
	font-weight:bold;
	color:#000;
	border-bottom:1px #cc050d solid;
	display:block;
	margin-bottom:5px;
}

.tbl_header {
	background:#cc050d;
	font-weight:bold;
}

.row_on {
	background:#ead39b;
}

