html {
	background: #e3e3e3;
}

body {
	margin: 0;
	padding:0;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 12px;
	line-height: 1.5em;
	width: 100%;
	display: table;
	background: #e3e3e3;
}

a:link, a:visited {	color: #494949; text-decoration: underline; }
a:active, a:hover { color: #000000; text-decoration: none; }

p {
	font-size: 12px;
	color: #484848;
	text-align: justify;
	margin: 0 0 10px 0;	
}

span.date {
	font-size: 11px;
	color: #999999;
	text-align: justify;
	margin: 0 0 3px 0;	
}

h1 {
	font-size: 23px;
	color: #a18800;
	margin: 0 0 10px 0;
}

h2 {
	font-size: 18px;
	color: #565656;
	font-weight: normal;
	margin: 0 0 10px 0;
}

h3 {
	font-size: 13px;
	color: #a18800;
	font-weight: normal;
	margin: 0 0 3px 0;
}

#container {
	width: 960px;
	margin: auto;
}

#header {
	width: 960px;
	height: 150px;
}

#header_logo {
	width: 960px;
	height: 115px;
	background: url(images/co_name.jpg);
	padding: 1px 0 0 0;
}

#header_slogan {
	font-size: 14px;
	color: #fff;
	margin: 68px 0 0 106px;
	float: left;
}

#search {
	float: right;
	width: 280px;
	height: 70px;
	margin: 40px 30px 0 0;
}

.labels {
	color: #fff;
	font-size: 12px;
}

.field {
	float: left;
	width: 166px;
	height: 24px;
	border: none;	
	border: none;
	color : #686868;
	background: url(images/search_field.jpg) no-repeat;
	margin: 8px 0 0 10px;
	padding: 3px 3px 0 3px;
}

.button {
	float: right;
	width: 89px;
	height: 27px;
	border: none;	
	background: url(images/bottom.png) no-repeat;
	margin: 8px 5px 0 0;
	cursor: pointer;
}

.section_1 {
	width: 960px;
	background: url(images/section_1.jpg);
}

.section_1_contentarea {
	width: 958px;
	background:url(images/contentarea_bg.jpg) no-repeat top;
	margin: 0;
	padding: 1px;
}

.section_1_contentarea .text {
	float: left;
	width: 375px;
	margin: 35px 0 0 35px;
	
}
.section_1_contentarea .img {
	float: right;
	margin: 5px 8px 0 0;
}

.text img {
	float: left;
	margin: 0 10px 5px 0;
}

.section_1_bottom {
	width: 960px;
	height: 21px;
	background: url(images/section_1_bottom.jpg);
}

#content_area {
	width: 960px;
	margin: 10px 0 0 0;
}

#left {
	float: left;
	width: 302px;
	padding: 0 15px;
	margin: 0 2px 0 0;
}

#left span.big {
	font-size: 23px;
	color: #a18800;
	font-weight: bold;
}

#left img {
	border: none;
}

#mid{
	float: left;
	width: 326px;
	margin: 0 3px;
	padding: 0 15px;
}

#maincol {
	float: left;
	width: 628px;
	padding: 0 15px;
	margin: 0 2px 0 0;
}

#maincol span.big {
	font-size: 23px;
	color: #a18800;
	font-weight: bold;
}

#maincol img {
	border: none;
}

.p-list ul {
	margin: 0 20px;
	padding: 0px;
	list-style: bullet;
}

.p-list li {
	background-position: 0 5px;
	color: #484848;
	font-weight: normal;
	font-size: 12px;
}

.category_list {
	margin: 0 20px;
	padding: 0px;
	list-style: none;
	display: block;
}

.category_list li { 
	display: block;
	height: 15px;
	clear: right;
	padding: 0 0 0 20px;
	margin: 0 0 10px 0;
	background: url(images/list_bullet.png) top left no-repeat;
	background-position: 0 5px;
	color: #5c5c5c;
	font-weight: bold;
	font-size: 12px;
}

.category_list li a { 
	text-decoration: underline;
}

.category_list li a:hover { 
	color: #000000;
	text-decoration: none;
}

#right {
	float: right;
	width: 230px;
	margin: 0 0 0 0;
	padding: 0 15px;
}

.v_line {
	height: 300px;
	float: left;
	width: 2px;
	background:url(images/v_line.jpg);
}

.h_line {
	width: 100%;
	clear: both;
	border-top: #c1c1c1 1px solid;
	border-bottom: #f6f6f6 1px solid;
	margin: 0 0 10px 0;
}

.readmore_2 {
	float: right;
	font-size: 11px;
	font-weight: bold;
	color: #484848;
	background: url(images/readmore_2.png) left top no-repeat;
	padding: 0 0 0 15px;
	background-position: 0 4px;
	margin: 0 0 10px 0;
}

.readmore_2 a {
	color: #484848;
	text-decoration: none;
}

.readmore_2 a:hover, .readmore_2:hover {
	text-decoration: underline;
}

.gallery {
	margin: 0;
	padding: 0;
}

.gallery img {
	float: left;
	margin: 0 0 20px 0;	
}

.gallery img.mid {
	float: left;
	margin: 0 20px;	
}

#footer {
	clear: both;
	width: 960px;
	height: 32px;
	background: url(images/footer_bg.jpg);
	margin: 20px 0;
	padding: 15px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-align: center;
}

#footer a {
	color: #fff;
	text-decoration: underline;
}

#footer a:hover {
	color: #fff;
	text-decoration: none;
}

.cleaner {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
}