/* CSS Document */





body {

	font-family:'Century Gothic', Arial, Helvetica, sans-serif;

	font-size:0.8em;

	margin: 0;

	padding: 0;

	background-color:#ffffff;

	text-align:left;

}

	

#wrapper {

	width: 760px;

	margin-right: auto;

	margin-left: auto;

	border-left: 1px solid #000000;

	border-right: 1px solid #000000;

	background: #FFF url(pics/contact.jpg) no-repeat center center;

	text-align: left;

}



 	

/* ------Header----- */	

#header {

	height: 102px;

	margin: 0 auto;

	background-image:url(pics/logo_noline.gif) no-repeat;

	background-color:#FFFFFF;

	width: 760px;

	}





	

/* ------Nav----- */	

ul.nav {

	list-style-type:none;

	padding-left:0;

	padding-top: 6px;

	padding-bottom: 5px;

	border-bottom: 1px solid #859f6f;

	padding-right:0;

	}



ul.nav li {display: inline;

	}



ul.nav a {

	border: 1px solid #859f6f;

	border-bottom:none;

	padding: 5px 10px 5px 10px;

	background-color: #eaeaea;

	text-decoration: none;

	color: #466731;

	}

	

ul.nav a:visited {

	color:#000000;

	text-decoration:none;

	}

	

ul.nav a:hover {

	color:#ffffff;

	text-decoration:none;

	background-color: #859f6f;

	}



ul.nav a:active {

	color:#ffffff;

	text-decoration:none;

	background-color: #859f6f;

	}



/* ------Body----- */	



#left  {

	float: left;

	width: 260px;

	height: 280px;

	margin-top: 0px;

	margin-left: 55px;

	}



* html #left {

	display: inline;

	}

		

#left p {

	width: 220px;

	list-style-type:none;

	font-size:1.2em;

	} 

			

#left h3	{

	padding-top:0px;

	line-height:16px;

	}

	

	

.right {

	float: right;

	width: 430px;

	margin-top:0px;

		}

		

.right h3	{

	padding-top:0px;

	margin-top:0px;

	margin-bottom:0px;

	}



.right ul{

	padding-top:0px;

	margin-top:0px;

	}



/* ------Footer----- */	

.footer

	  {

	  font-size: 0.8em;

	  color: #333333;

	  margin-top: 400px;

	  padding-left: 25px;

	  text-align: center;

}



.footer a:link {

	color: #333333;

	text-decoration: none;

	}



.footer a:visited {

	color: #333333;

	text-decoration: none;

	}	



.footer a:hover {

	color: #000000;

	text-decoration: underline;

	}





/* -------- Generic Link Colors and Behaviours -------- */

a:link {

	color: #000000;

	text-decoration: none;

	}



a:visited {

	color: #999;

	text-decoration: underline;

	}



a:hover {

	color: #666;

	text-decoration: none;

	}



a:active {

	color: #999;

	text-decoration: underline;

	}


