html, body, div, h1, h2, h3, p, ul, ol, li, address, form, fieldset, img, iframe {
	margin: 0;
	padding: 0;
	border: none;
}
body {
	background: #252525;
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a {
	color: #D3D3D3;
	text-decoration: underline;
}
a:visited {
	color: #D3D3D3;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
h2 {
	font-size: 110%;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid;
	padding: 10px 0 10px 0;
	margin: 0 0 10px 0;
}
h3 {
	font-size: 90%;
	font-weight: bolder;
	padding: 0 0 .3em 0;
	color: #6B8E23;
}
p, address, ul, ol {
	font-style: normal;
	line-height: 140%;
	padding: 0 0 10px 0;
}

/* ----------------------------------------------------------- */
.tnormal {
	font-size: 80%;
}
.tsmall {
	font-size: 70%;
}
.leftpic {
	float: left;
	margin: 5px 10px 5px 0;
}
.rightpic {
	float: right;
	margin: 5px 0 5px 10px;
}
.framed {
	border: 1px solid;
}
.cleaner {
	clear: both;
}

/* ----------------------------------------------------------- */
#main {
	width: 760px;
	margin: 0 auto 0 auto;
	background: #252525 url(main-bg.gif) bottom repeat-x;
	color: #ffffff;
  position: relative;	
}

#top {
	width: 760px;
	height: 370px;
	background: #252525;
	padding: 0 0 20px 0;
}
#top h1 {
	width: 275px;
	height: 85px;
	float: left;
}
#top h1 a, #top h1 a:visited, #top h1 a:hover {
	display: block;
	width: 275px;
	height: 85px;
	text-indent: -500em;
	background: transparent url(logo.gif) top left no-repeat;
	text-decoration: none;
}
#top #topDesc {
	width: 255px;
	height: 85px;
	float: right;
	text-indent: -500em;
	background: transparent url(top-text.gif) top right no-repeat;
	position: absolute;
	top: 0;
	right: 0;
}
#top #topImg {
	clear: both;
}

/* ----------------------------------------------------------- */
#menu {
	height: 40px;
	padding: 20px 30px 0 30px;
	border-top: #515151 solid 10px;
	background: #3B3B3B;
}
#menu li {
	display: inline;
	padding: 0 20px 0 0; 
}
#menu li a, #menu li a:visited {
	text-align: center;
	background: #3B3B3B;
	text-decoration: none;
	font-weight: bold;
	color: #898989;
}
#menu li a:hover {
	text-decoration: none;
	color: #252525;
	background: #898989;
}

/* ----------------------------------------------------------- */
#content {
	float: right;
	width: 410px;
	padding: 10px 30px 20px 30px;
	color: #D3D3D3;
}

#column {
	float: left;
	width: 230px;
	padding: 10px 30px 20px 30px;
	background: #3B3B3B;
	color: #898989;
}

/* ----------------------------------------------------------- */
#footer {
	clear: both;
	padding: 10px 30px 30px 320px;
	background: #252525;
	color: #6A6A6A;
}
#footer a, #footer a:visited {
	color: #6A6A6A;
	text-decoration: none;			
}
#footer a:hover {
	color: #6A6A6A;
	text-decoration: underline;
}