﻿html {
overflow-y: scroll  !important;
}

.adminmenu
{
 padding: 10px;
 width: 100%;
 float: none;
 text-align: center;
}

.adminbutton
{
 font-size: 10px;
 width: 100px;
}

body {
	padding: 0;
	margin: 0;
	background: #262626 url(GFX/bg.gif);
	text-decoration: none;
}

#head {
	height: 277px;
	background: url(GFX/head.jpg) no-repeat center top;
	text-align: center;
}

#content {
	background: url(GFX/middle.gif) repeat-y center top;
	padding: 0px;
	text-align: center;
	height: auto;
}

#content_inner {
	width: 600px;
	text-align: left;
	background: #ffffff;
	color: #666666;
	font-family: arial, verdana;
	font-size: 12px;
	}

#content_inner p {
	line-height: 18px;
	}

#foot {
	height: 165px;
	background: url(GFX/foot.jpg) no-repeat center bottom;
}

#foot_inner {
	width: 600px;
	text-align: center;
	padding-top: 50px;
	color: #cccccc;
	font-family: verdana;
	font-size: 10px;
	}

h1 {
	color: #cccccc;
	font-family: calibri, helvetica, arial;
	font-size: 26px;
	letter-spacing: 2px;
	margin: 0;
	padding: 0;
}

.button 
{
	background-color: #ddd;
	color: #666;
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
}

/********************************************************************************/

#menu {
	position: relative;
	top: 198px;
	width: 630px;
	height: 10px;
	font-family: verdana;
	font-size: 10px;
	line-height: 22px;
}

#menu li {
}

#menu li a 
{
	color: #666666;
	text-decoration: none;
}

#menu li a:hover
{
	color: #333333;
}

.nav, .nav ul { 
	text-align: left;
	list-style: none;
	position: absolute;
	left: 0;
	text-decoration: none; 
	margin: 0 0 0 0;
	padding: 0 0 0 0px;
	height: 25px;
}
 
.nav {
	z-index: 10;
	position: relative;
}

.nav li {
	float: left;
	margin: 0;
	padding: 0 0 0 0 px;
	position: relative;
}

.nav li a, 
.nav li a:link, 
.nav li a:active, 
.nav li a:visited {
	/*text-transform: lowercase;*/
	display: block;
	padding: 0 7 3 3px;
	text-decoration: none;
	border: solid 1px white;
}
 
.nav li a:hover {
	color: #81806E;
}

#nav-one li:hover a, 
#nav-one li.sfHover a {
	border: solid 1px #efefef;
	background: #efefef;
	color: #666;
}

#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
	color: #666;
	padding-left: 10px;
	padding-right: 10px;
}

#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
	border: solid 1px #888;
	background: #efefef;
	color: #000;
}

.nav ul {
	top: -555em;
	background: #efefef;
	list-style: none;
	margin: 0;
	position: absolute;
}

.nav li:hover ul,
.nav li.sfHover ul {
	top: 27px;
}

.nav ul li {
	border: 0;
	float: none;
}

.nav ul a {
	padding-right: 10px;
	white-space: nowrap;
}

.nav ul a:hover {
}			


/******************/


