* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #64768C url(images/bg.gif) repeat-x top;
	color: #572E1A;
	font: 11px/17px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}

h1 {
   padding: 55px 0 0 28px;
	color: #FDD43C;
	font: 30px Arial, Helvetica, sans-serif;
}

h2 {
   padding: 0 0 0 28px;	
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #FDD43C;
}

h3 {
	padding: 15px 0 10px 0;
	font: bold 13px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #E1B651;
}

h3.first {
	padding-top: 5px;
}

h4 {
	padding-bottom: 5px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #B8CE97;
}

p {
	padding: 5px 0;
}

a {
	color: #99A6B9;
	text-decoration: underline;
}

a:hover {
	color: #B9C3D7;
	text-decoration: none;
}
#main_1 {
   margin: 0 auto;
	width: 900px;
	text-align: left;
	background: #5D713E url(images/bg_middle.gif) repeat-y;
}

#main_2 {
	width: 900px;
	background: url(images/flower.jpg) no-repeat top right;
	text-align: left;
}

#top {
	width: 611px;
	height: 114px;
	background: #768BA6 url(images/bg.gif) repeat-x top;
}

#menu {
	width: 611px;
	height: 70px;
	background: #743F18 url(images/menu.gif) repeat-x;
}

#menu ul {
	list-style-type: none;
	background: #ff5533 url(images/bg.gif) repeat-x;	
}

#menu ul li{    
    float: left;
	 margin-right: 1px;	 
}

#menu ul li#leftSide {
	width: 17px;
	height: 70px;
	background: url(images/menu_left.jpg) no-repeat;
}

#menu ul li a {
	display: block;
	float: left;
	padding: 0 20px 10px 20px;
	font: 14px/60px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #CCFFDD;
	background: url(images/menu.gif);
}

#menu ul li a:hover {
	text-decoration: none;
	color: #B6C899;
	background: url(images/menu_over.gif);
}

#middle {
	padding-top: 15px;
	width: 900px;
}

#left_1 {
	float: left;	
	width: 628px;	
}

#left_2 {
	padding: 0 20px 10px 28px;		
}

#cont {
	width: 580px;	
	background: #677D45 url(images/cont.gif) repeat-y;
}

#cont_top {
	width: 580px;
	height: 11px;
	background: url(images/cont_top.gif) no-repeat top;
}

#cont_middle {
	padding: 0 20px;	
	font: 11px/17px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #572E1A;
	text-align: justify;	
}

#cont_bottom {
	width: 580px;
	height: 11px;
	background: url(images/cont_bottom.gif) no-repeat bottom;
}

#right_1 {
	float: right;
	width: 272px;	
}

#right_2 {
	padding: 25px 28px 0 0;	
	font: 11px/15px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #89B176;  
}

#right_2 .item {
	margin-bottom: 15px;
}

#bottom {
   clear: both;
	width: 900px;
	background: #64768C url(images/bg_bottom.gif) no-repeat top;
}

#bottom p {
   padding: 20px 0 10px 28px;
	font: 10px Arial, Helvetica, sans-serif;
	color: #A3A899;	
}

















