body{
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #fff;
}

a{
	color: #568B21;
	text-decoration: none;
}

textarea{
	width: 80%;
}

h1,h2,h3{
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

h2{
	color: #663300;
}

#web{
	margin: 0 auto;
	width: 770px;
}

#title{
	height: 85px;
	background: #FFFFFF url(../images/titlebg.png) repeat-x;
}

#logo{
	float: left;
	width: 160px;
}

#logo h1{
	display: none;
}


/* MAIN MENU */

#mainmenu{
	float: right;
	width: 520px;
}

#mainmenu li{
	float: left;
	list-style: none;
	width: 75px;
	font-size: 12px;
	text-align: center;
	margin-top: -10px;
}

#mainmenu a{
	text-decoration: none;
	color: #777;
	padding-top: 45px;
}

#mainmenu a:hover{
	color: #000;
	text-decoration: underline;
}

#web_center{
	clear: both;
}


/* LEFT PANEL */
#menu{
	width: 210px;
	float: left;
	color: #666;
}

#left_content{
	text-align: justify;
	font-size: 11px;
}

#left_content span{
	display: none;
}

#left_content h2{
	width: 152px;
	height: 31px;
	background: #fff url(../images/follow.jpg) no-repeat;
}

#left_content p{
	margin-top: -10px;
}

#search h2{
	width: 94px;
	height: 30px;
	background: #fff url(../images/search.jpg) no-repeat;
}

#search span{
	display: none;
}

#search form{
	margin-top: -15px;
}

input.text { 
	width: 124px;
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	border: 0;
	background: #FFF url(../images/searchfield.jpg) no-repeat;
	padding: 3px 6px; 
	margin: 0;
	color: #000;
}

input.searchbutton {
	background: #fff url(../images/searchbt.jpg) no-repeat;
	border: 0;
	height: 24px;
	width: 60px;
	margin: 0;
	font-size: 9px;
	color:#FFF;
}

#quicklinks span{
	display: none;
}

#quicklinks h2{
	width: 142px;
	height: 30px;
	background: #fff url(../images/quicklinks.jpg) no-repeat;
}

#quicklinks ul{
	margin-top: -10px;
	list-style-type: none;
	padding: 2px;
	margin-left: 10px;
	font-size: 11px;
}

#quicklinks li{
	list-style: none;
	margin-left: -10px;
	margin-bottom: 3px;
}

/* CONTENT CENTER */

#content{
	float: left;
	width: 538px;
	padding-left: 20px;
	font-size: 11px;
}

#content h2{
	font-size: 16px;
}

#goto{
	clear: both;
	width: 200px;
	margin: 0 auto;
	color:#663300;
	font-weight: bold;
	font-size: 14px;
}

.column{
	width: 250px;
	padding: 8px;
	float: left;
}

.column p{
	margin-top: -10px;
}

.column h1{
	font-size: 13px;
	color: #663300;
	font-weight: bold;
}

.column h2{
	font-size: 12px !important;
	color: #663300;
	font-weight: bold;
}

.column li{
	margin-left: -15px;
}
/* FOOTER */

#footer{
	clear: both;
	padding-top: 20px;
	text-align: center;
}

#footer hr {
 	color: #CCC;
	background-color: #CCC;
	height: 1px;
	border: #CCCCCC 1px solid;
}

#flinks {
	font-size: 9px;
	color: #666;
}

#copyright{
	color: #999;
}

/* MainMenu clases */
.h, .e, .d, .s, .p, .c{
	width: 75px;
	height: 85px;
	display: block;
}

.h:hover, .h:active{
	background: #fff url(../images/h.png) no-repeat;
}

.e:hover, .e:active{
	background: #fff url(../images/e.png) no-repeat;
}

.d:hover, .d:active{
	background: #fff url(../images/d.png) no-repeat;
}

.s:hover, .s:active{
	background: #fff url(../images/s.png) no-repeat;
}

.p:hover, .p:active{
	background: #fff url(../images/p.png) no-repeat;
}

.c:hover, .c:active{
	background: #fff url(../images/c.png) no-repeat;
}

/* Content panels classes */
.minipanel {
	width: 175px;
	height: 150px;
	float: left;
	text-align: center;
}

.minipanel span{
	display: none;
}

.minipanel a{
	width: 130px;
	height: 130px;
	display: block;
	margin: 0 auto;
}

#p_one{
	background: #fff url(../images/one.jpg);
}

#p_two{
	background: #fff url(../images/two.jpg);
}

#p_three{
	background: #fff url(../images/three.jpg);
}

#p_four{
	background: #fff url(../images/four.jpg);
}

#p_five{
	background: #fff url(../images/five.jpg);
}