@charset "utf-8";
.style1 {
	color: #99CC00
}
#content_frame {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 15px;
}
#content_main {
	float: left;
	width: 585px;
	padding-left: 15px;
}
#content_main a {
	color: #99CC00;
	text-decoration: none;
}
#content_main a:hover {
	text-decoration: underline;
}

h2 {
	color: #99CC00;
}

#content_side {
	float: right;
	width: 165px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 10px;
	padding-right: 10px;
}
#footer {
	height: 50px;
	clear: both;
	background-color: #333333;
	background-image: url(../images/background_footer.jpg);
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: center top;
	position: relative;
    margin-top: -50px;
}
#inner_footer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	height: 40px;
	font-family: "Trebuchet MS", Verdana, Tahoma;
	color: #FFFFFF;
	text-align: center;
}
#inner_footer a {
	color: #99CC00;
	text-decoration: none;
}
#inner_footer a:hover {
	text-decoration: underline;
}


#content_pad {
	clear: both;
	float: none;
	height: 65px;
}



body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(../images/background_content.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	height: 100%;
}
html {
	height: 100%;
}

#container {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	position: relative;
    min-height: 100%;
}
* html #container{
	height: 100%;
}
#inner_header {
	height: 100px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	height: 100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-attachment: fixed;
	background-color: #333333;
	background-image: url(../images/background_header.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#inner_header ul {
	float:left;
	height:100px;
	list-style:none;
	margin: 0px;
}
#menu {
	margin: 0px;
	float: right;
	height: 100px;
	width: 400px;
}
#menu  ul  li {
	float:right;
	height:100px;
	list-style:none;
	width:75px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #555555;
}
#menu  ul  li  a {
	color:#fff;
	height:50px;
	line-height:50px;
	padding:50px 0 0;
	text-align:center;
	width:75px;
	display: block;
}
#menu  ul  li  a:hover {
	background:#fff;
	color:#111;
}
#menu  ul  li  a.open {
	background:#fff;
	color:#111;
}
#logo_box {
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
	width: 280px;
	height: 100px;
	float: left;
	line-height: 100px;
	padding-left: 10px;
}
