﻿body {
	background:url(siteart/sitebg.gif) repeat-x top;
	margin:0;
}

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:#777777;
}

#top {
	background:url(siteart/topbg.gif) no-repeat center;
	width:899px;
}

.address {
	float:right;
	margin:35px 10px 0 0;
	text-align:right;
}

#wrap {
	background:#fff;
	border:1px #000 solid;
	vertical-align:top;
}

#nav {
	background:url(siteart/navbg.gif) repeat-x;
	border-bottom:1px #000 solid;
	padding:11px;
	text-align:center;
}

#nav a {
	text-decoration:none;
	text-transform:uppercase;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	padding:0 20px;
}

#nav a:hover {
	color:#777777;
}

#left {
	border-right:1px #000 solid;
	width:500px;
}

#right {
	vertical-align:top;
	width:399px;
}

h1 {
	background:url(siteart/headerbg.gif) repeat-x;
	font-size:20px;
	font-weight:normal;
	font-family:"Times New Roman", Times, serif;
	padding:4px 10px;
	display:block;
	margin:0;
	border-bottom:1px #000 solid;
}

.copy {
	background:url(siteart/contentbg.gif) repeat-x top;
	padding:10px;
	vertical-align:top;
	display:block;
}

.categories {
	display:block;
	border-top:1px #000 dotted;
	border-bottom:1px #000 dotted;
	margin:15px 0;
	padding:15px 0;
}