@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(theme_image/body_bg.jpg);
	background-repeat: repeat;
}
#container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#topgap {
	width: 980px;
	margin-top: 25px;
	float: left;
	background-image: url(theme_image/top_gap_logo.png);
	height: 45px;
}
#header {
	float: left;
	height: 150px;
	width: 980px;
	background-image: url(theme_image/header_1.png);
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ADFE01;
	border-left-color: #ADFE01;
}

#header h1 {
	font-size: 4em;
	line-height: 150px;
}

#header span {
	display: none;
}
#header h1 a {
	height: 180px;
	width: 500px;
	display: block;
}



















#contentbg {
	background-image: url(theme_image/main_bg.jpg);
	width: 980px;
	background-repeat: no-repeat;
	background-color: #708152;
	float: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ADFE00;
	border-left-color: #ADFD01;
}
#leftcol {
	float: left;
	width: 231px;
}
#leftcolbg {
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	width: 199px;
	background-image: url(theme_image/leftcol_bg.jpg);
	background-repeat: no-repeat;
	background-color: #597433;
	border: 1px solid #ADFD00;
}
#maincol {
	float: left;
	width: 100%;
}
#maincolbg {
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	background-image: url(theme_image/maincolbg.jpg);
	background-repeat:repeat-x;
	background-color: #597433;
	border: 1px solid #ADFD00;
}
#footer {
	clear: both;
	float: left;
	height: 35px;
	width: 980px;
	border: 1px solid #ADFE01;
	background-color: #597433;
}
