body {
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	font-size:12px;
	background-color:#ebab00;
	background-image:url(../../images/bg_tile.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

.shadow_left{
	background-image:url(../../images/shadow_left.jpg);
	background-repeat:repeat-y;
}

.shadow_right{
	 background-image:url(../../images/shadow_right.jpg);
	 background-repeat:repeat-y;
}

.gal_shadow_right{
	background-image:url(../../images/s_right.jpg);
	background-repeat:repeat-y;
}
.gal_shadow_bottom{
	background-image:url(../../images/s_bottom.jpg);
	background-repeat:repeat-x;
}

.bg_left{
	background-image:url(../../images/bg_left.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}

.bg_right{
	background-image:url(../../images/bg_right.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

.bg_menu{
	background-image:url(../../images/menu_bar.jpg);
	background-repeat:repeat-x;
}

.dotted_brown{
	background-image:url(../../images/dotted_brown.jpg);
	background-repeat:repeat-x;
	padding-bottom:5px;
	background-position:bottom;
}



.header H1{
	font-weight:normal;
	padding-top:0px;
	padding-bottom:0px;
	margin-top:2px;
	margin-bottom:2px;
	font-size:1.3em;
	color:#8ca61d;
	font-weight:bold;
}

.brown{
	color:#41290F;

}

.header H2{
	font-weight:normal;
	padding-top:0px;
	padding-bottom:0px;
	margin-top:2px;
	margin-bottom:2px;
	font-size:1.0em;
	color:#41290F;
	font-weight:bold;
}

.cheetah_bg{
	background-image:url(../../images/cheeta_menu_bg.jpg);
	background-repeat:no-repeat;
}

.lion_bg{
	background-image:url(../../images/lion_menu_bg.jpg);
	background-repeat:no-repeat;
}

.black_menu{
	color:#000000;
	font-size:12px;
	font-weight:bold;
}

.black_menu a{
	color:#000000;
	font-size:12px;
	text-decoration:none;
}

.black_menu a:hover{
	color:#000000;
	font-size:12px;
	text-decoration:underline;
}

.content{
	font-size:11px;
	color:#41290f;
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
}

.content a{
	font-size:11px;
	color:#41290f;
	text-decoration:underline;
}

.content a:hover{
	font-size:11px;
	color:#8ca61d;
	text-decoration:underline;
}

.main_menu{
	font-size:12px;
	font-weight:bold;
	color:#8ca61d;
}

.main_menu a{
	font-weight:bold;
	color:#8ca61d;
	text-decoration:none;
}

.main_menu a:hover{
	font-weight:bold;
	color:#41290F;
	text-decoration:none;
}

.main_menu_over a{
	font-weight:bold;
	color:#41290F;
	text-decoration:none;
}

.readmore{
	font-size:10px;
	color:#8ca61d;
}

.readmore a{
	font-size:10px;
	color:#8ca61d;
	text-decoration:none;

}

.readmore a:hover{
	font-size:10px;
	color:#41290F;
	text-decoration:underline;
}

.text10{
	font-size:10px;
	color:#FFFFFF;
}

.text10 a{
	color:#FFFFFF;
	text-decoration:none;
}

.text10 a:hover{
	color:#000000;
	text-decoration:underline;
}

.text11{
	font-size:11px;
	color:#666666;
	font-weight:bold;
}

.text11 a{
	font-size:11px;
	color:#348286;
	text-decoration:none;
	font-weight:bold;
}

.text11 a:hover{
	font-size:11px;
	color:#348286;
	text-decoration:underline;
	font-weight:bold;
}


.paginate{
	color:#999999;
	font-size:11px;
}

.paginate a{
	color:#8ca61d;
	text-decoration:none;
	font-weight:bold;
}

.paginate a:hover{
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
}

.footer_bg{
	background-image:url(../../images/footer_tile.jpg);
	background-repeat:repeat-x;
}

.footer{
	font-size:10px;
	color:#FFFFFF;
}

.footer a{
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
}
.footer a:hover{
	font-size:10px;
	color:#FFFFFF;
	text-decoration:underline;
}

.error{
	color:#FF0000;
	font-size:11px;
}

input {
	border:1px solid #000000;
	font-size:10px;
}

textarea {
	font-size:11px;
	border:1px solid #000000;
}

select {
	border:1px solid #000000;
	font-size:10px;
}

.but{
	border:1px;
	border-color:#000000;
	margin:0px;
	padding:0px;
	background-color:#626262;
	color:#FFFFFF;
}

form
{
   margin:0;
} 

.borderonly{border: 1px solid #000000;}

.bordergrey{border: 1px solid #CCCCCC;}

.no_border{
	border:0px;
}

ul{
	margin-top:0px;
	margin-bottom:0px;
}