﻿body {
	background-image: url(img/bg.png);
	background-repeat: repeat-all;
	margin: 0;
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	color: #191919;
	}

#facebook {
	float: right;
	width: 300px;
	margin-top: 40px;
	margin-right: -30px;
	margin-left: 30px;
	margin-bottom: 15px;
	}
	
.centertable {
	margin: 0 auto;
	}

.menuarea {
	background-image: url(img/gh_3x1.gif);
	background-repeat: no-repeat;
	}
	
.content {
	background-image: url(img/gh_5x1.gif);
	background-repeat: repeat-y;
	padding: 0 35px;
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	color: #191919;
	}
	
p, .standard {
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	color: #191919;
	}
	
h1 {
	font-size: 18px;
	color: #191919;
	border-bottom: solid 1px #191919;
	}
	
h2 {
	font-size: 16px;
	color: #191919;
	margin-bottom: -5px;
	}
	
h3 {
	font-size: 14px;
	color: #191919;
	margin-bottom: -5px;
	}
	
h4 {
	font-size: 13px;
	color: #191919;
	margin-bottom: -5px;
	}

a:link {text-decoration: none; color: #c00000;}
a:visited {text-decoration: none; color: #c00000;}
a:active {text-decoration: none; color: #c00000;}
a:hover {text-decoration: underline; color: #c00000;}
	
/* MENU */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.solidblockmenu{
	margin: 3px 2px 0 3px;
	padding: 0;
	float: left;
	font: bold 13px Arial;
	width: 875px;
	overflow: hidden;
	border: 1px solid #625e00;
	border-width: 1px 0;
	background: black url(img/blockdefault.gif) center center repeat-x;
	}

.solidblockmenu li{
	display: inline;
	}

.solidblockmenu li a{
	float: left;
	color: white;
	padding: 9px 16px;
	text-decoration: none;
	border-right: 1px solid white;
	}

.solidblockmenu li a:visited{
	color: white;
	}

.solidblockmenu li a:hover, .solidblockmenu li .current{
	color: white;
	background: transparent url(img/blockactive.gif) center center repeat-x;
	}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.cssform p{
	width: 350px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 180px; /*width of left column containing the label elements*/
	height: 1%;
	}

.cssform label{
	font-weight: bold;
	float: left;
	margin-left: -155px; /*width of left column*/
	width: 175px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
	}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 180px;
	}

.cssform textarea{
	width: 250px;
	height: 150px;
	}

.formfont {
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	color: #191919;
	}

.inputboxreq {
	width: 200px;
	}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}


	
