/* links */
a, a:visited {
	color: #37aa09;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #000000;
	background: inherit;
	text-decoration: underline;
}
/* alignment classes */
.float-left  {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}
/* CSS Document */

body{
	padding:0;
	margin:0;
	background:url(images/body_bg.gi2f) 0 0 repeat-x #C3EA5E;
	color:#000;
}
div, h1, h2, p, form, label, input, textarea, img, span{
	margin:0; padding:0;
}

ul{
	margin:0; 
	padding:0; 
	list-style-type:none;
}
.spacer{
	clear:both; 
	font-size:0px; 
	line-height:0px;
}
/*------------------------------------------------body---------------------*/

/*------------------------------------------------header start---------------------*/
#header{
	width:800px;
	height:160px;
	padding:0px 0 0 0;
	margin:0 auto;
	position:relative;
}
/*------------------------------------------------header end---------------------*/

/*------------------------------------------------body start---------------------*/
#body{
	background:url(images/uBGPage.jpg) repeat-x;
	width:800px;
	margin:0 auto;
}
#body p.top{
	display:block;
	background:url(images/header.jpg) 0 0 no-repeat;
	width:800px;
	height:290px;
	float:left;
}
#body p.bot{
	display:block;
	background:url(images/footer1.gif) 0 0 no-repeat;
	width:800px;
	height:95px;
	float:left;
}
/*------------------------------------------------left panel start---------------------*/
#left{
	width:560px;
	padding:0 0 0 29px;
	float:left;
}
#left h2{
	display:block;
	width:305px;
	font:bold 22px/38px Georgia, "Tahoma", Times, serif;
	color:#694F10;
	float:left;
}
#left p.text1{
	display:block;
	width:500px;
	color:#666666;
	margin:0 0 0 0;
	padding:10px 0 0 0;
	float:left;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
}
#left p.event{
	width:510px;
	padding:11px 0 0 20px;
	margin:0 0 15px 0;
	font:normal 12px/18px Tahoma, Helvetica, sans-serif;
	color:#666666;
	float:left;
	background-position: 0 11px;
}

/*------------------------------------------------left panel end---------------------*/

/*------------------------------------------------right panel start---------------------*/
#right{
	width:180px;
	padding:5px 0 1px 0;
	margin:0;
	float:left;
	padding-left: 15px;
}
	
/*------------------------------------------------right panel end---------------------*/

/*------------------------------------------------body end---------------------*/

/*------------------------------------------------footer start---------------------*/
#footer{
	width:778px;
	height:207px;
	margin:0 auto;
	padding:31px 0 0 0;
	background:url(images/footer_bg.gif) left bottom no-repeat;
	position:relative;
}
