body {
	margin : 0;
	padding : 0;
	line-height : 1.5em;
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 14px;
	color : #555a4a;
	background : #a0c73f;
}

a:link, a:visited {
	color : #0683ab;
	text-decoration : none;
	font-weight : normal;
}

a:active, a:hover {
	color : #0683ab;
	text-decoration : underline;
}

p {
	margin : 0px;
	padding : 0px;
}

img {
	margin : 0px;
	padding : 0px;
	border : none;
}

.cleaner {
	clear : both;
	width : 100%;
	height : 0px;
	font-size : 0px;
}

.float_l {
	float : left;
}
.float_r {
	float : right;
}

#header_wrapper {
	width : 100%;
	height : 265px;
	background : url(img/header.jpg) top center no-repeat;
	border: none;
}

#header {
	position : relative;
	width : 980px;
	height : 256px;
	padding : 0 10px;
	margin : 0 auto;
	background : url(img/header.jpg) top center no-repeat;
	border: none;
}


/* *** site_title *************************************************** */
#site_title_left {
	float : left;
	width : 680px;
	padding : 40px 0 0 25px;
	border: none;
}

#site_title_left h1 {
	margin : 0px;
	padding : 0px;
	font-size : 30px;
	font-weight : bold;
	text-decoration : none;
}

#site_title_left h1 a:hover {
	font-weight : bold;
	text-decoration : none;
}

#site_title_left h1 a p {
	display : block;
	margin-left : 30px;
	font-size : 10px;
	color : #416902;
	font-weight : bold;
	letter-spacing : 100px;
}

#site_title_right {
	float : left;
	width : 200px;
	padding : 40px 0 0 25px;
	border: none;
	text-align : right;
}

#site_title_right h1 {
	margin : 0px;
	padding : 0px;
	font-size : 30px;
	font-weight : bold;
	text-decoration : none;
}

#site_title_right h1 a:hover {
	font-weight : bold;
	text-decoration : none;
}

#site_title_right h1 a p {
	display : block;
	margin-left : 30px;
	font-size : 10px;
	color : #416902;
	font-weight : bold;
	letter-spacing : 100px;
}
/* *** end of site_title ******************************************** */


/* *** menu ********************************************************* */
#menu {
	float : right;
	padding-top : 45px;
	height : 43px;
	border: none;
}

#menu ul {
	margin : 0;
	padding : 0;
	list-style : none;
}

#menu ul li {
	padding : 0;
	margin : 0;
	display : inline;
}

#menu ul li a {
	float : left;
	display : block;
	height : 35px;
	width : 125px;
	margin : 0;
	padding : 8px 0 0 0;
	text-align : center;
	font-size : 12px;
	text-decoration : none;
	color : #333333;
	font-weight : bold;
	outline : none;
}

#menu li a:hover, #menu li .current {
	color : #333333;
	background : url(img/menu_hover.png) top no-repeat;
}
/* *** end of menu ************************************************** */


/* *** content ****************************************************** */
#content_wrapper {
	width : 920px;
	margin : 0 auto;
	padding : 20px 40px;
	background : url(img/content.jpg) repeat-y;
	border: none;
}

#content_wrapper_bottom {
	width : 1000px;
	height : 15px;
	margin : 0 auto;
	background : url(img/content_bottom.jpg) no-repeat;
	border: none;
}

#content {
	float : left;
	width : 600px;
	border: none;
}

#content p {
	text-align : justify;
	margin-bottom : 10px;
}

.content_section {
	clear : both;
	width : 100%;
}

#content h2 {
	color : #3a5909;
	font-size : 24px;
	padding : 0 0 60px 0;
	background : url(img/header_bg.png) bottom left no-repeat;
}

.fl_image {
	float : left;
	margin : 3px 15px 5px 0;
}

#content .em_text {
	color : #537c11;
	font-size : 20px;
}

#sidebar {
	float : right;
	width : 280px;
	padding : 0;
	border: none;
}

#sidebar .sidebar_section {
	margin-bottom : 30px;
}

#sidebar .sidebar_section_content {
	margin : 0 0 0 35px;
}

#sidebar h2 {
	color : #3a5909;
	font-size : 24px;
	padding : 0 0 0 20px;
}

#sidebar .categories_list {
	margin : 0;
	padding : 0;
	list-style : none;
}

#sidebar .categories_list li {
	padding : 0;
	margin : 0;
}

.categories_list li a {
	display : block;
	color : #201f1c;
	padding : 0px 0 0px 20px;
	background : url(img/list.png) center left no-repeat;
}
.categories_list li a:hover {
	color : #537c11;
	text-decoration : none;
}
/* *** end of content *********************************************** */


/* *** footer ******************************************************* */
#footer {
	width : 980px;
	margin : 0 auto;
	padding : 15px 0 30px 0;
	text-align : center;
	color : #333333;
	border: none;
}

#footer a {
	color : #000000;
}
/* *** end of footer ************************************************ */
