* {
	margin: 0;
	padding: 0;
}

body {
	font: 12px/17px Verdana, Geneva, Arial, Helvetica, sans-serif;	
	color: #74B574;
	background: #FAF6E3 url(images/bg_vert.jpg) repeat-y;
}

h1 {
	display: inline;
	padding-left: 20px;
	font: italic bold 30px "Times New Roman", Times, serif;
	color: #E3B76B;
}

h2 {
	display: inline;
	position: relative;
	left: 10px;
	padding-left: 20px;
	font: italic 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #EDC279;
}

h3 {
	padding: 30px 0 20px 0;
	font: bold 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #EDC279;
}

h3.firstH3 {
	padding-top: 10px;
}

p {
	padding: 5px 0;
}

a {
	color: #EDC279;
	text-decoration: underline;
}

a:hover {
	color: #F6CC84;
	text-decoration: none;
}

#top {
   width: 100%;
   height: 138px;
	background: url(images/bg_hor.jpg) repeat-x;	 
}

#corner {
	position: absolute; 
	left: 0px;
	top: 0px;
	width: 221px;
	height: 221px;
	background-image: url(images/bg_corn.jpg);
}

#main {
	width: 650px;
	position: absolute;
	left: 180px;
	top: 165px;
}

#name {
	height: 65px;
}

#menu {
   width: 650px;
	height: 59px;	
}

#menuLeft {
	float: left;
	width: 20px;
	height: 59px;
	background: url(images/menu_left.gif);
}

#menuRight {
	float: right;
	width: 42px;
	height: 59px;
	background: url(images/menu_right.gif);
}

#menuCent {
	float: left;
	width: 588px;
	height: 59px;
	background: url(images/menu.gif) repeat-x top;
}

#menuCent ul {
	list-style: none;	
	background: url(images/menu.gif) repeat-x;
}

#menuCent ul li{    
   float: left;
}

#menuCent ul li#menuLeft {
   margin: 0;
   width: 20px;
	height: 59px;
	background: url(images/menu_left.gif);
}

#menuCent ul li#menuRight {
   width: 40px;
	height: 59px;
	background: url(images/menu_right.gif);
}

#menuCent ul li.menuBr {
	width: 2px;
	height: 59px;
	background: url(images/menu_br.gif) no-repeat;
}

#menuCent ul li a {
	display: block;
	float: left;
	padding: 0 15px 23px 15px;
	font: bold 12px/36px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #89C489;
}

#menuCent ul li a:hover {
	text-decoration: none;
	color: #FAF6E3;
	background: #AADBAA url(images/menu_over.gif) repeat-x;
}

#middle_1 {
   width: 650px;
}

#middle_2 {   
	padding: 0 42px 20px 20px;
	font: 12px/17px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #74B574;
}

#bottom {
	padding-left: 20px;
}

#bottom p {
   width: 588px;
   font: 10px/30px Verdana, Geneva, Arial, Helvetica, sans-serif;	
	border-top: 3px solid #F0CE95;
}
