body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	margin: 0;
	padding: 0;
}

a:link,
a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-style: italic;
	margin-left: 10px;
}

a:hover, a:focus, a:active {
	color: #A753A0;
	text-decoration: none;
}

h1 {
	font-size: 180%;
	font-weight: normal;
	color: #006600;
	margin-top: 10px;
}

h2 {
	font-size: 130%;
	font-weight: normal;
	margin-top: 30px;
	margin-bottom: 10px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

img {
	border: none;
}

div.imagecentre {
/*	width: 500px;*/
	margin: auto;
	text-align: center;
}

#wrapper {
	position: relative;
	margin: 4% auto 0 auto;
	width: 990px;
	height: 560px;
	background-image: url(../img/home.jpg);
}

/************************** Main Content ******************/
#content {
	position: absolute;
	left: 115px;
	top: 55px;
	margin: auto;
	width: 60%;
}

#logo {
	position: absolute;
	right: 75px;
	bottom: 40px;
}

/********************* Forms  ******************/

input, select, textarea {
	color: #999999;
}

.go {
	background: #252625;
}

a.formlink, a.formlink:visited, a.formlink:hover, a.formlink:active {
	color: #999999;
	padding-top: 0;
}



/* ---------SPAM TRAP-------- */

#MySpamTrap {display: none;}

/* ---------END-------- */
#footer a:link,  a:visited,   a:active {
	font-size: 75%;
	color:#999999;
}
#footer   a:hover {
	font-size: 75%;
	color:#ffffff;
	
}
