body {background: #C3C3C3;
	  margin-top: 0px;
	  margin-bottom: 0px;}
	  
#header {position: relative;
		 top: 0px;
		 left: 0px;
		 width: 804px;
		 height: 128px;
		 background: url('../images/header.png') no-repeat;
		 margin: auto;}
		 
#top_img {position: relative;
		  top: 0px;
		  left: 0px;
		  width: 804px;
		  height: 152px;
		  background: url('../images/top_image.png') no-repeat;
		  margin: auto;}

#wrapper {position: relative;
		  top: 0px;
		  left: 0px;
		  width: 804px;
		  background: url('../images/content_bg.png');
		  background-repeat: repeat-y;
		  margin: auto;}
		  
#container {position: relative;
			width: 100%;
			background: transparent;
			float: left;}
		  
#content {position: relative;
		  width: 100%;
		  background: transparent;
		  text-align: left;
		  padding: 0px 0px 10px 0px;
		  float: left;
		  min-height: 200px;
		  margin: auto;}
		  
#left {position: relative;
	   width: 200px;
	   background: transparent;
	   float: left;
	   padding: 10px 0px 30px 60px;
	   test-align: justify;}
	   
#right {position: relative;
		left: 0px;
		width: 460px;
		padding: 0px 60px 10px 0px;
		background: transparent;
		float: right;
		text-align: justify;}
		  
#footer {position: relative;
		 height: 100px;
		 width: 804px;
		 background: url('../images/footer.png') no-repeat;
		 margin: auto;
		 text-align: center;}
		 
.box {position: relative;
	  text-align: center;
	  height: 75px;
	  padding-top: 20px;
	  background: transparent;
	  margin: auto;}
		 
img {border: 0px;}

/**** navigation menu ****/

#nav {position: absolute;
	  top: 40px;
	  left: 370px;
	  height: 77px;
	  width: 804px;
	  background: transparent;}
	  
#nav ul {
    margin: 0px;
    padding: 0px 0px 0;
    list-style: none;
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 12px;
	text-align: left;}
	
#nav li {
    float:left;
    margin-right: 0px;
    padding: 0px;}
	
#nav a {
    display: block;
	background:url("../images/nav/normal.png") no-repeat;
	padding: 60px 0px 0px 10px;
	text-decoration: none;
	color: #ffffff;
	width: 67px;
	height: 77px;
	font-family: Tahoma;
	font-size: 12px;}
	
#nav a:hover {
    display:block;
	text-decoration: none;
	padding: 60px 0px 0px 10px;
	color: #ffffff;
	background: url("../images/nav/over.png") no-repeat;
	width: 67px;
	height: 77px;}

#nav #current {background-image: url("../images/nav/over.png") no-repeat;
			   display: block;}

#nav #current a {
    background-image:url("../images/nav/over.png");
	padding-bottom:5px;
	color: #ffffff;
	display: block}
	
h1 {font-family: Arial;
    color: #4B8C27;
	font-size: 24px;}

p {font-family: Tahoma;
   font-size: 12px;
   color: #919292;}
   
ul, li {font-family: Tahoma;
		font-size: 12px;
		color: #919292;}
	
h2 {font-family: Arial;
    color: #4B8C27;
	font-size: 14px;}
	
a {color: #4B8C27;
   text-decoration: none;}
   
a:hover {color: #BDBEBE;
		 text-decoration: none;}
		 
div.hr {height: 10px;
  		background: #fff url('../images/hr.png') no-repeat scroll center;}
		
div.hr hr {display: none;}
