body
{
	background-image: url(images/bg-steel.jpg);
	background-repeat: repeat;
	text-align: center;
	margin: 0;
}


#wrap
{
	min-height: 500px;
	text-align: center;
	margin: 0 auto 0 auto;
	background-image: url(images/wrapbg.jpg);
	background-repeat: repeat-y;
	padding: 0;
	width: 704px;
}

#header
{
	background-image: url(images/header.jpg);
	width: 704px;
	height: 135px;
}

#nav
{
	float: left;
	width: 165px;
	padding: 0;
	color: #FFF;
	font-family: Tahoma, Helvetica, Sans-serif;
	font-size: 12px;
	text-align: left;
	background-color: #333;
	margin: 14px 0 0 14px;
}

#nav ul
{
	padding: 0px 10px 0px 10px;
	margin: 0;
	list-style: none;
	font-weight: bold;
}

#nav a, #nav a:link, #nav a:visited, #nav a:hover, #nav a:active
{
	text-decoration: none;
	color: #FFF;
	display: block;
	padding: 5px 5px 5px 5px;
	border-bottom: #666;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;
}



#address
{
	color: #CCC;
	font-family: Tahoma, Sans-serif;
	font-size: 11px;
	text-align: center;
	padding: 10px 0 4px 0;
}

#nav a:hover { color: #FC0; }


#footer
{
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	width: 704px;
	height: 92px;
}

#content
{
	min-height: 330px;
	text-align: left;
	margin: 0 30px 0 200px;
	color: #333;
	font-family: Tahoma, Sans-serif;
	font-size: 12px;
	line-height: 18px;
}


h1
{
	color: #E00005;
	font-family: Tahoma, Sans-serif;
	font-size: 24px;
}

h2
{
	width: 100%;
	border-bottom: #666;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	padding: 0 0 4px 0;
	color: #C00;
}
.feature
{
	width: 110px;
	vertical-align: bottom;
}


td { font-size: 11px; }

.gallerythumb
{
	padding: 2px;
}

.error{
color: #c00;
font-weight: bold;
}


#return
{
	float: right;
	background-image: url(images/return.gif);
	background-repeat: no-repeat;
	padding: 0 0 3px 11px;
	font-size: 11px;
}

#return a:link, #return a:visited, #return a:active { text-decoration:none; }
