body {

	margin: 0;
	background-color: #ffffff;
	background-image: url('images/bg-grad.jpg');
	background-position: top;
	background-repeat: repeat-x;
	
	font-family: georgia;
	
}

h1 {
	
	font-size: 16pt;
	border-bottom: 1px solid #cfcfcf;
	
}

h2 {

	margin: 0;
	padding: 0;
	font-size: 13pt;
	
}

p {
	
	line-height: 150%;
	font-size: 12pt;
	
}

#wrap {
	
	width: 850px;
	margin: 0 auto;
	
}

#header {

	background-color: #339900;
	height: 120px;
	background-image: url('images/header top.jpg');
	background-repeat: no=repeat;
		
}
#header2 {
	margin-top: -16px;
	margin-bottom: 15px;
	background-color: #339900;
	height: 30px;
	background-image: url('images/header bottom.jpg');

	
}
#navbuttons a {
color: #FFFFFF;
Background: none;
padding: 5px 0px;
width: 110px;
height: 20px;
line-height: 100%;

Float: left;
text-align: center;
} 
 

 #navbuttons a:hover { 
 color: #FFFFFF; 
 background-image: url(ButtonHover2.jpg); 
 width: 110px; 
 height: 20px; 
  /* for IE */
  filter:alpha(opacity=70);
  /* CSS3 standard */
  opacity:0.7; 

 }  
		#navbuttons a:hover {
		color:#000;
		font-size: 10pt;
		line-height: 130%;
		font-weight:bold;
		
		}
		#navbuttons a.selected {
		color:#000;
		font-weight:bold;
		}


#main-content {
	
	width: 575px;
	float: left;
	
}
#right-content {
	
	width: 248px;
	float: right;
	border: 1px solid #cfcfcf;
	margin-top: 37px;
	
}

#right-content p {
	
	padding: 10px 10px 0px 10px;
	margin-top: 0;
	
}

#right-content h2 {

	padding: 10px;
	background-color: #d64814;
	background-image: url('images/contact-bg.jpg');
	background-repeat: repeat-x;
	color: #ffffff;	
	
}

#footer {

	margin-top: 20px;
	padding-top: 10px;
	margin-bottom: 50px;
	border-top: 1px solid #cfcfcf;
	clear: both;

	
}
a:link {background: #FFFFFF; color: #0000AA; text-decoration: none}
a:visited {background: #FFFFFF; color: #661188; text-decoration: none}
a:active {background: #FFFFFF; color: #0000AA; text-decoration: none}
a:hover {background: #FFFFFF; color: #33AA22; text-decoration: none}
