html, body {
	height: 100%;
}

body {
	font-size: 12pt;
	font-family: helvetica, arial, sans-serif;
	color: black;
	padding:0;
   	margin:0;
   	background-color: #000000;
   	background-image: url(images/background.jpg);
   	background-position: center top;
   	background-repeat: no-repeat;
}


a:link {
	text-decoration: none;
	color: #88a807;
}

a:visited {
	text-decoration: none;
	color: #88a807;
}

a:active {
	text-decoration: none;
	color: black;
}

a:hover {
	text-decoration: none;
	color: #88a807;
}

a img {
	 border:none;
}

h1 {
	font-size: 28pt;
	font-family: rockwell, serif;
	margin:0;
	color: #ffffff;
	line-height: 36px;
	text-shadow: 2px 2px 5px #000;
}

h2 {
	font-size: 16pt;
	font-family: rockwell, serif;
	margin:0;
}


/*Content Structure*/


div#container {
	top: 150px;
	position: relative;
	width: 870px;
	padding:0px;
   	margin: 0px;
   	margin:auto;
}

div#header {
	width: 870px;
	margin: 0px;
	padding: 0px;
}

div#logo {
	position: relative;
	padding: 0px;
	margin: 0px;
	display: inline;
	float: left;
	height: 100px;
}

div#slogan {
	position: relative;
	display: inline;
	padding: 0px;
	margin: 0px;
	float: right;
	height: 100px;
}

div#bar {

	display: block;
	clear: both;
	float: left;
	width: 810px;
	height: 25px;
	background-color: #88a807;
	margin: 0px;
	padding: 5px 30px;
	font-size: 16pt;
	font-family: helvetica, arial, sans-serif;
	color: #ffffff;
	
}

div#content {
	position: relative;
	width: 810px;
	background-color: none;
	padding: 30px;
	margin: auto;
	color: #ffffff;
	height: 800px;
}

div#text {
	width: 468px;
	margin: 30px 0px;
	position: relative;
	float: left;
	line-height: 24px;
	text-shadow: 2px 2px 5px #000;
}

div#contactpane {
	padding: 30px 30px 0px 30px;
	margin: 30px 0px;
	position: relative;
	width: 252px;
	float: right;
	display: inline;
	background-image: url(images/contactbg.png);
}



/*Contact Content*/

#contactform {
	margin:0px 0px 20px 0px;
}

#contactform input {
	border: 0px;
	font-family: serif;
	font-size: 14pt;
	width:238px;
    	margin: 10px 0px;
    	padding: 7px 7px;
    	height:23px;
}

.standard {
  	
  	background-color: #fff;
}

textarea {
	background-color: #fff;
	width: 238px;
	height: 145px;
	font-size: 14pt;
	font-family: serif;
	float:left;
	margin: 10px 0px;
	border: 0px;
	padding: 7px 7px;
}
	
input#sendbutton {
	background-color: #88a807;
	height: 30px;
	width: 252px;
	border: 0px;
	padding: 0px;
	font-family: serif;
	font-size: 14pt;
	font-weight: bold;
	color: #fff;
}




/*Footer Structure*/

div#footer {
	position: relative;
	margin: auto;
	width: 870px;
	display: block;
	clear: both;
	height: 160px;
}

.logo {
	float: left;
	font-family: helvetica, arial, sans-serif;
	color: #ffffff;
	width: 252px;
	position: relative;
	margin-top: 10px;
}

.tel {
	float: left;
	font-family: helvetica, arial, sans-serif;
	color: #ffffff;
	vertical-align: top;
	width: 252px;
	font-size: 22pt;
	margin-left: 30px;
	position: relative;
}

.address {
	float: left;
	font-family: helvetica, arial, sans-serif;
	color: #fff;
	vertical-align: top;
	width: 252px;
	font-size: 11pt;
	margin-left: 30px;
	position: relative;
}