body {
	margin: 0;
	padding: 0;
	line-height: 1.7em;
	font-family: mangal, Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
    background: #e5e5e5 url(images/templatmeo_body_top-2.jpg) repeat-x top;
}
		
a:link, a:visited { color: #0066FF; text-decoration: none; font-weight: normal; } 
a:active, a:hover { color: #009900; text-decoration: underline; }

h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; }

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

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

.float_l {
	float: left;
}

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

#templatmeo_wrapper {
	width: 970px;
	margin: 0 auto;
}

/* header */

#header {
	clear: both;
	width: 960px;
	height: 140px;
	padding: 10px 30px;
	background: url(images/header.jpg) no-repeat;
}

#header  #site_title {
	float: left;
	width: 600px;
	padding-top: 5px;
}

#header #header_right {
	float: right;
}
/* end of header */

/* banner */

#banner {
	width: 970px;
	height: 280px;
	padding: 10px 0;
}

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

#banner #banner_box li {
	margin: 0;
	padding: 0;
	display: inline;
}

#banner #banner_box li a {
	position: relative;
	display: block;
	float: left;
	width: 230px;
	height: 280px;
	margin-left: 10px;
}

#banner #banner_box li span {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 230px;
	height: 217px;
}

#banner #banner_box li a span:hover {
	background: url(images/banner_hover.png) no-repeat;
}

/* end of banner */

/* menu */

#menu {
	width: 950px;
	height: 50px;
	padding: 0 10px;
	background: url(images/menu.png) no-repeat center top;
}

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

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

#menu ul li a {
	float: left;
	display: block;
	margin-right: 20px;
	font-size: 14px;
	text-decoration: none;
	color: #666666;	
	font-weight: normal;
	outline: none;
}
#menu ul li a:hover {
	color: #009900;
}

/* end of menu */

.box {
	margin-bottom: 10px;
	background: url(images/box_body.jpg) repeat-y right;
}

.box .body {
	padding: 5px 15px 5px 15px;
}

.box h2 {
	position: relative;
	height: 25px;
	margin: 0;
	padding: 8px 15px;
	font-size: 14px;
	color: #048dc6;
	font-weight: bold;
	background: url(images/box_tr.jpg) no-repeat top right; 
}

.box h2 span {
	position: absolute;
	width: 10px;
	height: 35px;
	top: 0;
	left: 0;
	background: url(images/box_tl.jpg);
}

.box .box_bottom {
	position: relative;
	height: 12px;
	background: url(images/box_br.jpg) top right;
}

.box .box_bottom span {
	position: absolute;
	width: 10px;
	height: 12px;
	top: 0;
	left: 0;
	background: url(images/box_bl.jpg);
}

.side_menu {
	list-style: none;
	padding: 0px;
	margin: 0 0 0 0;
}

.side_menu li {
	padding: 0;
	margin: 5px 0;
}

.side_menu li a {
	display: block;
	color: #666;
	padding: 0px 15px;
	font-weight: normal;
	text-decoration: none;
	background: url(images/menu_list.png) left center no-repeat;
}

.side_menu li a:hover {
	color: #c85d16;
}

/* content*/

#content_wrapper {
	clear: both;
	padding: 10px;
}

#left_sidebar {
	float: left;
	margin-right: 10px;
	width: 230px;
}

#right_sidebar {
	float: right;
	width: 230px;
}

#content {
	float: left;
	width: 470px;
}

.news_image {
	float: left;
	margin: 3px 15px 0 0;
	border: 5px solid #e5e5e5;
}

.sidebar_box {
	margin-bottom: 10px;
}

.sm {margin-left:10px;}

/* footer */

#footer_wrapper {
	background: #bfbfbf url(images/footer.jpg) top repeat-x;
}

#footer {
	width: 950px;
	padding: 30px 10px;
	margin: 0 auto;
	text-align: center;
	color: #666666;
}

#footer a {
	color: #666666;
	font-weight: normal;
}

#footer a:hover {
	color: #333333;
	font-weight: normal;
}


#footer a:hover {
	text-decoration: none;
}
/* end of footer */