@charset "utf-8";
/* CSS Document */

body {
margin:0px;
padding:0px;
	background:#333333 url(../images/back3.jpg);
	background-repeat:repeat;
	text-align:left;
}

/* body font size etc */
body, td, th, p, h1, h2, h3, li, a, pre {
	font-family:Century Gothic, Sans-serif;
	font-size:12px;
	color:#8CC63F;
}
/* paragraph font size etc */
p {
	font-weight:normal;
	text-align:left;
	font-size:12px;
	letter-spacing:1px;
	padding:0px 100px 2px 50px;}
/* textdiv size etc */
#abouttext {
	font-weight:normal;
	text-align:justify;
	padding:100px 190px 0px 190px;}
#contacttext {
	font-weight:normal;
	text-align:center;
	font-size:14px;
	padding:50px 190px 0px 190px;}
#contacttext2 {
	font-weight:normal;
	text-align:justify;
	padding:100px 190px 0px 190px;}
#misctext {
	font-weight:normal;
	text-align:left;
	font-size:12px;
	padding:100px 190px 0px 190px;}
/* header one size etc */
h1 {
	font-weight:normal;
	text-align:center;
	font-size:12px;
	letter-spacing:1px;
	padding:0px 190px 0px 190px;}
/* header two size etc */	
#copyright {
	font-weight:normal;
	text-align:center;
	font-size:10px;
	padding:90px 0px 0px 0px;
	color:#4d4d4d;
		}
/* header three size etc */	
h3 {
	font-weight: normal;
	float: left;
	font-size:10px;
	letter-spacing: 2px;
	padding:0px 0px 0px 12px;}

/* main content wrapper*/	

#wrapper { 
width:900px;
margin:0px auto 0px auto;
} 

/* logo within wrapper */	
#banner { 
width:900px;
height:140px;
margin:0px;
border:1px solid #000000;
background:url(../images/homebanner3web.jpg);
} 
/* top menu */	

#content { 
width:900px;
height:500px;
border:1px solid #000000;
background:url(../images/backthin.png) repeat-x;
margin:-1px 0px 0px 0px;
} 
/* images on the home page */	
#images {
width:900px;
height:250px;
margin:65px 0px 0px 0px;
}
#image1 {
width:200px;
height:200px;
margin:0px 10px 0px 75px;
border:2px solid #8CC63F;
}
#image2 {
width:200px;
height:200px;
margin:0px 10px 0px 10px;
border:2px solid #8CC63F;
}
#image3 {
width:200px;
height:200px;
margin:0px 0px 0px 10px;
border:2px solid #8CC63F;
}
/* footer size etc */	

#footer { 
width:135px;
height:30px;
float:right;
} 
 a:link img{
border:none;
  }
 a:visited img{
border:none;
  }

/* navigation bar */

#menunav {
margin:105px 0px 0px 0px;
padding:0;
list-style-type:none;
background:url(../images/menubkthin.png);
float:left;
width:100%;
border:0px solid #42432d;
border-width:0px;
}
#menunav li {
display:inline;
padding:0px;
margin:0px;
}
#menunav a:link,
#menunav a:visited {
color:#8CC63F;
background:none;
padding:9px 25px 9px 25px;
float:left;
width:900;
border-right:1px solid #000000;
text-decoration:none;
}
/*first-child is a pseudo-class to apply a rule only to the link in the very first list item. */
#menunav li:first-child a {
border-left:0px solid #000000;
}
#menunav a:hover {
color:#000000;
background:url(../images/menubkgd4.png) repeat-x;
}
#home #nav-home a,
#about #nav-about a,
#gallery #nav-gallery a,
#contact #nav-contact a,
#misc #nav-misc a {
background:url(../images/menubkgd4.png) repeat-x;
color:#000000;
}
#home #nav-home a:hover,
#about #nav-about a:hover,
#gallery #nav-gallery a:hover,
#contact #nav-contact a:hover,
#misc #nav-misc a:hover {
background:url(../images/menubkgd4.png) repeat-x;
}
#menunav a:active {
background:url(../images/menubkgd4.png) repeat-x;
color:#000000;
}
