/* reset */
body, h1, h2, h3, h4, h5, h6, 
p, address, form, fieldset, 
ul, ol, li, object, param, table, legends, input {
	margin: 0;
	padding: 0;
}

a, a:visited {text-decoration: none;}
fieldset, img, object, param, table, td, th, tr, legend {border: 0;}
li {list-style:none;}
/* end of reset */

body {
	background-color: #253133;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #fff;
}



a  {
font-family : Verdana, Tahoma, Arial;
font-size : 15px;
font-weight : bold;
text-decoration : none;
color : #a64521;
}

a.visited  {
font-family : Verdana, Tahoma, Arial;
font-size : 15px;
font-weight : bold;
text-decoration : none;
color : #a64521;
}

a.active {
font-family: Verdana, Tahoma, Arial;
font-size: 15px;
font-weight: bold;
text-decoration: underline;
color: #402929;
}

a:hover {
font-family: Verdana, Tahoma, Arial;
font-size: 15px;
font-weight: bold;
text-decoration: underline;
color: #348899;
} 

a.footer { 
	font-family : Verdana, Tahoma, Arial;
	font-size : 11px;
	font-weight : normal;
	text-decoration : none;
	color : #1c0d0d;
	border-bottom: 1px dotted #000;
}

a.footer:hover { 
	font-family : Verdana, Tahoma, Arial;
	font-size : 11px;
	font-weight : normal;
	text-decoration : none;	
	color : #348899;
}

a.rss_link
{
	font-size : 11px;
	color : #348899;
}

#site {
	background-color: #5c6664;
	width: 1000px;
	margin: auto;
	border-bottom: 1px dotted #000;
}

#top {
	padding: 20px 0 0 0;
	background-color: #253133;
	width: 100%;
}

#top_logo {
	background-color: #253133;
	height: 100px;
}

#left_menu {
	background-color: #d1cf9e;
	width: 180px;
	float: left;
}

#left_menu div#top_herb {
	padding-top: 10px;
	background-color: #d1cf9e;
	width: 180px;
	height: 110px;
	text-align: center;
}

#left_menu ul {
	padding: 20px 25px 0 25px;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	line-height: 30px;
}

#left_menu ul li {
	border-bottom: 1px dotted #505050;
	list-style-type: square;
}

#left_menu  h1 {
	font-size: 15px;
	padding: 20px 0 0 25px;
	text-decoration: underline;
	color: #402929;
}

#left_menu  p {
	padding: 5px 5px 10px 5px;
	color: #000;
}

#main {
	float: left;
	background-color: #5c6664;
	text-align: justify;		
	width: 640px;
}

#main_text {
	padding: 20px 20px 20px 20px;

}


#right_menu {
	background-color: #d1cf9e;
	width: 180px;
	float: left;
	color: #000;
}

#right_menu p {
	padding: 5px 5px 10px 5px;
	color: #000;
}

#right_menu  h1 {
	font-size: 15px;
	padding: 20px 0 0 25px;
	text-decoration: underline;
	color: #402929;
}

#footer {
	background-color: #5c6664;
	padding: 10px 0 15px 0;
	color: #000;
	text-align: center;
	margin: auto;
	border-top: 1px dotted;
}
