
/*
Design by Raster Graphix
http://www.rastergraphix.com.au
*/

body {
	margin: 0;
	padding: 0;
	background: #F7F7F7 url(../images/bg.jpg) no-repeat left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #ffffff;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #507d23;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-size: 2.4em; 
}

h2 {
	font-size: 2.0em;
}

h3 {
	font-size: 1.4em; padding:5px 0 10px 0; text-decoration:underline;
}

p, ul, ol {
	margin-top: 0;
	line-height: 140%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

ul, ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

a {
	text-decoration: underline;
	color: #516C00;
}

a:hover {
	text-decoration: none;
}

h2 a {
	text-decoration: none;
}

#wrapper {
	margin: 0px;
	padding: 0px;

}

/* Header */

#header {
	width: 600px;
	height: 175px;
	margin: 50px auto 0;
	padding: 0px;	
}

/* Logo */

#logo {
	float: left;
	margin: 0;
	padding: 0 0px 0px 0px;
	color: #000000;
  height:170px;
}


/* Menu */

#menu {
	
  width: 600px;
	height: 30px;
	margin: 10px auto;
	padding: 0;	
  border-top: 1px dotted #fff;
  border-bottom: 1px dotted #fff;
  color: #51a816;	
}

#menu ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
 
  
}

#menu li {
	float: left; 
  border-right:1px dotted #51a816;
  margin-top: 8px;
  margin-right:0;
  padding-right:8px;
  width: 68px;
}

#menu li.last {
	float: left; 
  border-right:0;  	
   padding-right:0;
}

#menu a {
	display: block;
	width: 70px;	
	margin-left: 5px;
  margin-right:0;
	padding-top: 0;	
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	font-weight: normal;	
	border: none;
  color: #51a816;
  
}

#menu a:hover {
	text-decoration: none;
  color: #fff;
}


/* Page */

#page {
	width: 600px;
	margin: 0px auto;
	padding: 10px 30px 0px 30px;
	
}

/* Content */

#content {
	float: left;
	width: 600px;
	padding: 0px 0px 0px 0px;
}




/* small banners */

#banner-content {
	width: 580px;
	height: 200px;
	margin: 0 auto;
	padding: 10px 50px 0px 50px;	
	font-size: 12px;
	color: #887450;
}

#banner-content .column1 {
	float: left;
	width: 290px;
}

#banner-content .column2 {
	float: right;
	width: 290px;
}


#banner-content strong {
	color: #E3D2B6;
}

#banner-content a {
	color: #AA8B55;
}

#banner-content a:hover {
	color: #AA8B55;
}

/* Footer */
.list li {
	margin-bottom: 6px;
}

#footer {
	height: 50px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
  border-top:1px dotted #fff;
  width:600px;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 11px;
	text-align: left;
	color: #b7c2ab;;
  padding-top:5px;
}

.design {
float:right;
}

.copyright {
float:left;
width:400px;
}

#footer a {
	text-decoration: none;
	color: #a0ca2f;
}

