html
{
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
}

body
{
	background-image:url(../images/bg.png);
	background-repeat:repeat-x;
	background-position:top;
	background-attachment:fixed;
	background-color:#a8a8a8;
	margin:auto;
	color:#454545;
}

h1
{
	font-size:14px;
	font-weight:bold;
	text-align:center;
}

#header
{
	min-height:85px;
	width:980px;
	margin:auto;
	font-size:16px;
	font-weight:bold;
	color:#454545;
}

#header table
{
	width:980px;
}


#header a
{
	text-decoration:none;
	color:#454545;
}

#menu
{
	margin:auto;
	width:980px;
	padding-left:10px;
	padding-right:10px;
	background-image:url(../images/menu_bg.png);
	background-repeat:no-repeat;
	background-position:top;
	font-size:12px;
	min-height:45px;
}

#menu table
{
	height:45px;
	width:960px;
	margin-left:10px;
}

.divider
{
	background-image:url(../images/divider_new.gif);
	background-repeat:no-repeat;
	background-position:3px;
	padding:0px;
}

.menuitem
{
	text-align:center;
}

.menuitem:hover
{
	color:#FFFFFF;
	background-image:url(../images/menu_highlight_tiled.png);
	background-position:top;
	background-repeat:repeat-x;
}

.menuitem a
{
	text-decoration:none;
	font-weight:bold;
	color:#454545;
}

.menuitem a:hover
{
	color:#FFFFFF;
}

#content
{
	border:1px solid #454545;
	border-top:none;
	background-color:#FFFFFF;
	min-height:340px;
	overflow:auto;
	width:966px;
	margin:auto;
	padding-bottom:20px;
}

#searchform
{
	display:none;
	background-color:#c6c6c6;
	min-height:100px;
	border-bottom:1px solid #a3a3a3;
}

#searchtab
{
	width:102px;
	min-height:17px;
	margin:auto;
	background-image:url(../images/searchtab_down.png);
	cursor:pointer;
}



form table
{
	width:100%;
	border-bottom:1px solid #a3a3a3;
}

form h5
{
	padding:0;
	margin:0;
	margin-top:10px;
	font-size:12px;
	font-weight:bold;
}

#credit
{
	font-size:10px;
	text-align:right;
	padding-right:12px;
}

#credit a
{
	text-decoration:underline;
	color:#454545;
}

#credit a:hover
{
	color:#a2171c;
}

#body table.item
{
	background-color:#c6c6c6;
	border:1px solid #3a3a3a;
	margin:10px;
	margin-left:25px;
	width:280px;
	height:90px;
}

#body table.item a
{
	font-weight:bold;
	color:#454545;
	text-decoration:none;
}

#clear
{
	clear:both;
}

#images
{
	text-align:center;
	background-color:#c6c6c6;
}

#images .thumbimages img
{
	border:1px solid #454545;
	margin:2px;
}

#images .thumbimages img:hover
{
	cursor:pointer;
}

#images .bigimage img
{
	border:1px solid #454545;
}

#vdetail
{
	background-color:#c6c6c6;
	margin-left:25px;
	border:1px solid #3a3a3a;
}

#vdetail a
{
	color:#454545;
	text-decoration:underline;
	font-weight:bold;
}

#vdetail a:hover
{
	color:#a2171c;
}

#contactstuff
{
	background-color:#c6c6c6;
	border-bottom::1px solid #a3a3a3;
	padding-left:10px;
	padding-right:10px;
}