@charset "UTF-8";


body {

	margin: 0;
	padding: 0;
	background-image: url('images/bg_body.png');
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: top center;
	font-family: Trebuchet MS;
	font-size: 0.9em;
	color: #284508;
	
}


h1,h2,h3,h4,h5,h6 {

	margin: 0;
	padding: 0.7em;
}

p {
	margin: 0;
	padding: 1em;
}

img {
	margin: 0;
	padding: 0;
}

table,td {
	margin: 0;
}


#main {
	
	width: 1000px;
	margin: auto;
	background-image: url('images/bg_main.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;

}

#banner {

	width: 765px;
	margin-left: 118px;
	margin-right: 117px;

	
}

ul#menu {

	width: 765px;
	margin-top: 0;
	margin-left: 118px;
	margin-right: 117px;
	white-space: nowrap;
	list-style-type: none;
	padding: 0;
	
}

#menu li {
	position: relative;
	float:left;
	display: inline;
	padding: 0;
	margin: 0;
}

#menu img {
	border: none;
}

#bigbanner {

	margin-left: 118px;
	margin-right: 117px;
	margin-bottom: 0;
	height: 353px;
	min-height: 353px;

}

#bigbanner_picture {
	background-image: url(images/banner.png);
	height: 295px;
	min-height: 295px;
}

#bigbanner_line {
	height: 58px;
	min-height: 58px;
	background-image:url(images/banner_line.png);
	width: 593px;
	float: left;
}

#bigbanner_location {
  color: #7b0107;
  font-size: 20px;
	height: 58px;
	min-height: 58px;
	background-image: url(images/banner_location.png);
	background-repeat: no-repeat;
	padding-top: 15px;

	width: 172px;
	float: right;
  
}

#content {

	margin-left: 118px;
	margin-right: 117px;
	margin-bottom: 0;
	background-image: url('images/bg_content.png');
	background-repeat: repeat;

}

#copyright {

	text-align: center;
	font-size: 0.7em;
}


#content_bottom {

	width: 765px;
	height: 14px;
	background-image: url('images/bg_content_bottom.png');
	background-repeat: no-repeat;
	background-position: top;
}

.text {
	text-align: justify;
}

.sub_content {
	margin-left: 15px;
	margin-right: 13px;
	margin-bottom: 30px;
	width: 737px;
}

.sub_content_middle {
	background-color: #FFFFFF;
	background-image: url('images/bg_subcontent_middle.png');
	background-repeat: no-repeat;
	min-height: 167px;
	
}

.sub_content_top {
	min-height: 7px;
	height: 7px;
	background-image: url('images/bg_subcontent_top.png');
	background-repeat: no-repeat;
	background-position: top left;
	
}

.sub_heading {

	margin: 0;
	padding-bottom: 0;
}

.sub_date {
	
	font-size: 0.7em;
	padding: 0;
	padding-left: 1.7em;

}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
