*
{
	margin: 0;
	padding: 0;
}

body
{
	background: #ccc url(../images/bg.png) repeat 0 0;
	margin: 0;
	font-family: Geneva, Tahoma, Helvetica, sans-serif;
	font-size: 76%;
}

#wrapper
{
	width: 782px;
	margin: 0 auto;
	font-size: 1em;
}

#bg { background: transparent url(../images/wbg.png) repeat-y 0 0; }

#header
{
	height: 35px;
	width: 760px;
	background: transparent url(../images/logobg.png) no-repeat 0 0;
	padding: 156px 0 0 0;
}

#header h1
{
	text-indent: -10000px;
	height: 0;
	margin: 0;
}

#links
{
	height: 35px;
	width: 760px;
	background-color: #999;
}

#links ul
{
	list-style-type: none;
	margin: 0 0 0 75px;
}

#links ul li { display: inline; }

#links ul li a, #links ul li.active
{
	text-transform: uppercase;
	padding: 10px 0 0 0;
	float: left;
	width: 150px;
}

#links ul li.active
{
	font-weight: bold;
	color: #900;
	text-decoration: underline;
}

#links ul li a
{
	color: #fff;
	text-decoration: none;
}

#links ul li a:hover
{
	color: #ccc;
	text-decoration: underline;
}

#main { width: 760px; }

#content
{
	float: left;
	width: 500px;
}

#content p, #images p { padding: 0 1.25em .5em 1.25em; }

#content h2, #images h2
{
	padding: .5em 1.25em 0 .9em;
	text-transform: uppercase;
}

#content h3 { padding: 0 1.25em .5em .9em; }
#images h3 { padding: 0 1.25em 0 1.1em; }

#images
{
	float: right;
	width: 230px;
}

.topimg
{
	width: 200px;
	height: 267px;
	border: 1px solid #666;
	margin: 105px 0 0 0;
}

.topperimg
{
	width: 200px;
	height: 267px;
	border: 1px solid #666;
	margin: 14px 0 0 0;
}

.nextimg
{
	width: 200px;
	height: 150px;
	border: 1px solid #666;
	margin: 25px 0 0 0;
}

#content ul { margin: 0 0 0 3em; }
#content p img { float: right; }

#content h3.section
{
	clear: right;
	border-top: 1px dashed #999;
	padding: .5em 1.25em .5em .9em;
}

#content p a img
{
	border: 1px solid #666;
	margin: 0 0 1em 0;
	width: 200px;
}

#content p a img.gallery { margin: 0 0 1em 1em; float: left; }


#fix { clear: both; }

#footer
{
	width: 782px;
	height: 51px;
	background: transparent url(../images/footer.png) no-repeat 0 0;
}

p.row
{
	padding: 10px 0 0 0;
	width: 390px;
	height: 20px;
	clear: both;
}

p.row label
{
	width: 75px;
	float: left;
	text-align: right;
}

p.row span
{
	width: 305px;
	float: right;
	text-align: left;
}

.addy
{
	float: left;
	text-align: right;
	color: #900;
	width: 12px;
	margin: 0 8px 0 0;
}

.than { font-style: italic; }

