body {
	margin:0;
	padding:0;
	border: 0;
  font-size:100.1%;
/*   font-family: "Myriad Pro", "Lucida Sans", Verdana, Arial, sans-serif; */
  font-family: "Trebuchet MS","Lucida Sans", Verdana, Arial, sans-serif;
}

img {
  border: 0;
}

ul {
  margin:0;
  padding:0;
}

a {
  text-decoration: none;
  color: #00632F;
}

#wrapper {
	margin: 0 auto;
	width:978px;
}

#header {
	background: url('background-header.png') no-repeat;	
	width:978px;
	height:239px;
}

#mainmenu {
	background:  url('background-menu.png') no-repeat;
	width:978px;
	height:223px;
  padding:10px 0 0 30px;
}

#imageMenu {
}

#imageMenu ul{
  list-style:none;
}

#content {
  margin-top: -10px;
	background: url('background-content.png') repeat-y;
	width:978px;
  font-size: 0.8em;
  font-family: "Trebuchet MS";
}

#content ul {
  margin-left: 20px;
}

#content_right {
  float:right;
  margin-right:70px;
  width: 180px;
  color: #fff;
}

#content_right ul {
  list-style:none;
  margin:10px 0 0 -5px;
}



#content_right li a {
  font-size: 1.2em;
  text-transform:capitalize;
  color: #fff;
  text-decoration: none;
  padding-left: 20px;
}

.selected_content_menu {
  background: url('arrow.png') no-repeat;
  background-position: -7px 3px;
}


#content_right p {
  margin:20px 0 0 10px;
/*  padding-right: 70px;*/
  font-size: 1em;
}

#content_left {
  float:left; 
  width: 670px;
  padding-left: 30px;
}

#content_left h1, h2 {
  font-size: 1.4em;
}

#content_bottom {
	background: url('content-bottom.png') no-repeat;
	width:978px;

}


#footer {
/*	background: url('footer.png') no-repeat;*/
	width:978px;
	height:86px;
	color: #93ad8a;
	padding:25px 0 0 30px;
  font-size:0.7em;
  font-weight:bold;
}
#footer table {
  width: 680px;
}
#footer table td {
  text-align:center;
}

#footer a {
	color: #93ad8a;
}


#footer a.selected {
	color: #004f25;
}

#footer a:hover{
  background: #004f25;
  color: white;
}

#menu_right {
	background: url('menu-right.png') top right no-repeat;
	width:248px;
	height:238px;
	float:right;
	text-transform: capitalize;
	padding:70px 60px 0 0;
	text-align:right;
}

#menu_right ul {
  list-style:none;
}
#menu_right ul li {
margin-top:-2px;
}

#menu_right a {
  color:white;
  font-weight:bold;
  font-size:0.9em;
  text-decoration: none;
}

#logo {
	float:left;
	padding:60px 0 0 40px;
}

/*.selected_content_menu {
  margin-left: -20px;
}*/

