﻿body {
	background:url(../siteart/sitebg.jpg) repeat-x top center #000;
	margin:0;
}

td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}

a:link, a:visited, a:active {
	text-decoration:underline;
	color:#327236;
}

a:hover {
	color:#000;
}

#wrapper {
	vertical-align:top;
	padding:0 0 30px;
	height:750px;
}

#top {
	padding:10px 0;
}

#nav {
	background:#000;
	height:39px;
	text-align:center;
}

.menu {
	height:39px;
	width:1024px;
	border:0;
}

.menu a.button:link, a.button:visited, a.button:active {
	text-decoration:none;
	font-size:12px;
	color:#fff;
	text-align:center;
	padding:12px 10px;
	display:block;
	border-right:1px #141414 solid;
}

.menu a.button:hover {
	background:#2c2c2c;
}

#copy {
	background:#fff;
	vertical-align:top;
}

#sidebar {
	vertical-align:top;
	width:249px;
	padding:20px;
	font-size:14px;
	border-right:1px #e0e0e0 solid;
	background:url(../siteart/leftbg.jpg) no-repeat bottom #eeeeee;
}

#main {
	vertical-align:top;
	padding:20px;
	width:695px;
}

h1 {
	font-size:20px;
	font-weight:normal;
	color:#000;
	border-bottom:1px #e0e0e0 solid;
	display:block;
	margin:0 0 5px;
	padding-bottom:3px;
}

.highlight {
	margin:15px 0;
	display:block;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}

#slide {
	border-top:1px #e0e0e0 solid;
	padding:10px 0;
}

#footer {
	background:#000;
	padding:15px;
	text-align:center;
}