body {
	background-color:#2a9a15;
	font-size:10pt;
	font-family:Arial;
	margin:0;
	padding:0;
	color:#555555;
}

#body2 {
	background-position:bottom center;
}

#page {
	width:900px;
	margin:auto;
	padding:auto;
	background-color: #EFECB7;
}

#header {
	clear:both;
	width:800px;
	height:110px;
	padding-top:20px;
	padding-left:30px;
	background-color: efecb7;
	background-image: url(images/adamas.jpg);
	background-repeat: no-repeat;
	text-align: right;
	vertical-align: middle;
	text-transform: capitalize;
}

#menulinks {
clear:both;
width:900px;
height:41px;
background-image:url(images/menulinks.png);
}

#menulinks a {
	padding-left:15px;
	padding-right:15px;
	padding-top:12px;
	height:29px;
   background-image:none;
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	float:left;
	font-size:14px;
	font-weight:bold;
	margin-left:3px;
	margin-right:3px;
  }
  
  
#menulinks a:hover, #menulinks a.active {
	background-image:url(images/menuhover.png);
	background-position:top left;
	text-decoration:none;
	color:#FFFFFF;
}

.menuline {
	width:2px;
	height:41px;
	float:left;
	display:block;
	background-image:url(images/menuline.png);
}	

#mainarea {
width:850px;
clear:both;
padding-left:50px;
}

#contentarea {
	width:760px;
	padding-right:30px;
	padding-bottom:20px;
	float:left;
	line-height:14pt;
	background-color: efecb7;
}

#sidebar {
float:left;
width:215px;
background-image:url(images/sidebartop.png);
background-repeat:no-repeat;
line-height:14pt;
}

#footer {
	width:900px;
	clear:both;
	height:38px;
	padding-top:50px;
	text-align:center;
	line-height:14pt;
	color:#FFFFFF;
	background-color: #006756;
}

#footer a {
color:#FFFFFF;
}

h1, h1 a {
font-size:25pt;
color:#FFFFFF;
margin:0;
}

h2 {
font-size:15pt;
color:#333333;
padding-top:6px;
}

.description {
font-size:14pt;
color:#CCCCCC;
margin:0;
}

a {
color:#555555;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}
