﻿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:#c72036;
}

#nav {
	background:#000;
}

#nav  {
	margin:0;
	padding:0;
	list-style:none;
}

#nav li {
	display:inline;
	float:left;
	width:120px;
}

#nav li a {
	text-decoration:none;
	text-align:center;
	text-transform:uppercase;
	font-size:13px;
	font-weight:bold;
	color:#fff;
	display:block;
	padding:5px;
	border-right:2px #fff solid;
}

#nav li a:hover {
	background:#c72036;
}

#main {
	vertical-align:top;
	border-top:2px #fff solid;
	border-bottom:2px #fff solid;
}

#slide {
	text-align:center;
	background:#fff;
}

.home {
	background:#000 url('siteart/mainimg_top2.jpg') no-repeat;
	width:796px;
	height:216px; 
}
