body{
	background: url(../site_images/behind-layer.jpg) #000 top center repeat-x;
	color: #fff;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 9pt;
	margin: 0;
	padding: 0;
	}

a {
	color: #1d9400;
	text-decoration: none;}
		

a:link {
		color: #1d9400;
		text-decoration: none;
		}
		
a:visited{
		color: #1d9400;
		text-decoration: none;}

a:hover {
		color: #fff;
		text-decoration: none;}
		
img{
	border: 0;
}

p{
	margin: 0;
	padding: 0;
}

#mainContainer{
	width: 100%;
	background: none;
	}

#innerContainer{
	margin-left: auto;
	margin-right: auto;
	width: 729px;
	border: 0px solid yellow;
	}
		
#leftColumn {
	width:225px;
	height:545px;
	background: url(../site_images/slice-left.jpg) #000 top left no-repeat;
	border:0px solid #fff;
	position: absolute;
	top: 1px;
}

#header{
	width: 502px;
	height: 107px;
	background: url(../site_images/slice-top.jpg) #000 top left no-repeat;
	position: absolute;
	margin-left:224px;
	top: 1px;
	border:0px solid #fff;
	}

#center{
	height: 438px;
	width: 502px;
	background: url(../site_images/slice-centre.jpg) #000 top left no-repeat;
	position: absolute;
	top: 1px;
	margin-left: 224px;
	margin-top: 107px;
	border:0px solid #fff;
}
		

#content{
	width: 422px;
	height: 265px;
	padding: 10px;
	text-align: justify;
	
	background: url(../site_images/content-bkg.jpg);
	margin-top: 1px;
	margin-left: 1px;
	}
	
#innerContent{
	border: 0px solid blue;
	width: 413px;
	height: 250px;
	padding: 10px;
	text-align: justify;
	overflow: auto;
	margin-top: 1px;
	margin-left: 1px;
	}

.myInput{
	width: 228px;
	border: 1px solid #555;
	background: #000;
	color: #999;
	font-size: 8pt;
	margin: 2px;
	}

.myInputContact{
	width: 250px;
	border: 1px solid #555;
	background: #000;
	color: #999;
	font-size: 8pt;
	margin: 2px;
	}

.mySubmit{
	background: #000;
	color: #999;
	border: 1px solid #555;
	font-size: 8pt;
	width:  70px;
	}

.myTextarea{
	background: #000;
	color: #999;
	border: 1px solid #555;
	font-size: 8pt;
	width: 250px;
	margin-top: 2px;
	margin-left: 2px;
	font-family: Arial,Helvetica,sans-serif;
	overflow: auto;
	}

h1{
	margin-top: 0px;
	font-size:  11pt;
}

h2{
	margin-top: 0px;
	font-size:  11pt;
}
	
.textField{
	width: 150px;
	float: left;
	margin-top: 2px;
	height: 17px;
	}
	
.moveForIe {
	margin-left: 358px; 
	margin-top: 8px;
	}
	
*:first-child+html .moveForIe {
	margin-left: 360px; 
	margin-top: 8px;
	}
	
#navigation ul{
	padding : 0;
	list-style-type:none;
	margin-right: 1px;
	margin-top: 109px;
	text-align: right;
	float: right;
	font-size: 8pt;
	}

#nav a{
	display: block;
	width: 67px;
	height: 18px;
	margin-bottom: 1px;
	background: #000;
	padding-top: 3px;
	padding-right: 5px;
	}
		
#nav li a{
	margin-bottom: 1px;
	background: #2e6232;
	}
		
#nav li a:link{
	color: #fff;
	background: #2e6232;
	}
	
#nav li a:visited{
	color: #fff;
	background: #2e6232;
	}
		
#nav li a:hover{
	background: #005f07;
	color: #fff;
	}

#loading{
	background: #1d9400;
	display: none;
	}
	
#moveVid{
	margin-left: 57px;
	margin-top: 26px;
	width: 300px;
	border: 0px solid red;
	}
	
/** Index photos **/
#lineOne{
	width: 100%;
	height: 150px;
	border: 0px solid red;
	text-align: center;
	margin-left: 10px;
	}
	
#lineTwo{
	width: 100%;
	height: 150px;
	border: 0px solid blue;
	text-align: center;
	margin-left: 10px;
	}
/********************/
#welcomeFormat{
	color: #1d9400;
	padding: 10px;
	width: 361px;
	margin-left: 26px;
	text-align: right;
}


#textFormat{
	color: #1d9400;
	padding: 10px;
	width: 300px;
	margin-left: 55px;
}

#stuffFormat{
	padding: 10px;
	width: 350px;
	margin-left: 26px;
}

#contactFormat{
	padding: 10px;
	width: 400px;
	margin-left: 55px;
	margin-top: 20px;
	color: #1d9400;
}

#downloadFormat{
	padding: 10px;
	width: 300px;
	margin-left: 55px;
	margin-top: 60px;
	color: #1d9400;
}

.makeWhite{
	color: #fff;
	font-weight: bold;
}

#homeText{
	padding: 10px;
	width: 361px;
	margin-left: 26px;
	text-align: right;
}


a.jScrollArrowUp {
	background: url(../site_images/basic_arrow_up.gif) repeat-x 0 0;
}
a.jScrollArrowUp:hover {
	background-position: 0 -15px;
}
a.jScrollArrowDown {
	background: url(../site_images/basic_arrow_down.gif) repeat-x 0 0;
}
a.jScrollArrowDown:hover {
	background-position: 0 -15px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}

