/* Standard */
body {
	background-color: #656565;
	background-image: url(Images/background.gif);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FFFFFF;
}

a {
	text-decoration: none;
	color: #DBB94F;
}

a:visited {
	color: #C19B28;
}

a:hover {
	text-decoration: underline;
	color: #E6CD84;
}

a:active {
	color: #C19B28;
}

/* Header */
.header {
	background-image: url(Images/header.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 789px;
	height: 76px;
	margin: 0 auto 0 auto ;
}

.subMenu 
{
	background-color: #6d6d5b;
	text-align: left ;
	width: 789px;
	height: 24px;
	
}

.topmenu {
	text-transform: uppercase;
	font-size: 10px;
	padding: 5px ;
	text-align: left ;
}
.nav {
	position: absolute;
	right: 37px;
	top: 60px;
	text-transform: uppercase;
	font-size: 10px;
}

.topmenu a:visited, .nav a:visited {
	color: #DBB94F;
}

/* SideMenu */


/* Pages */

.page {
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

h3 {
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.5em;
	font-weight: bold;
}

#home {
	
	position: relative;
	width: 759px;
	padding: 0px 37px;
	padding-top: 1px; /* Weird Mozilla Bug */
	padding-bottom: 40px; /* Weird Mozilla Bug */
}

#content {
	margin-left: 0px;
}	
/* Footer */
.footerbg {
	width: auto;
	height: 35px;
	text-align: center;
}

.footer 
{
	background-color: #2b2b2b;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	width: 789px;
	height: 35px;
	text-align: center;
	font-size: 10px;
	color: #ffffff;
}

.bottommenu {
	margin: 8px auto 2px auto;
	text-transform: uppercase;
	font-size: 10px;
}

.bottommenu a:visited {
	color: #DBB94F;
}