@charset "UTF-8";
body {
	background-color: #000;
	background-image: url(../img/picture.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	background-attachment: fixed;
}
#maincontainer {
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.content_box {
	color: #FFF;
	background-image: url(../img/bg_black_middle.png);
	background-repeat: repeat-y;
	width: 800px;
	margin: 0px;
	padding-right: 5px;
	padding-left: 5px;
	overflow: hidden;
}
.content_box_header {
	background-image: url(../img/bg_black_top.png);
	background-repeat: no-repeat;
	width: 810px;
	height: 55px;
	margin: 0px;
	overflow: hidden;
}
.content_box_footer {
	background-image: url(../img/bg_black_bottom.png);
	background-repeat: no-repeat;
	width: 810px;
	height: 55px;
	margin: 0px;
	overflow: hidden;
}

.logo {
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	height: 84px;
	width: 800px;
	background-position: center;
}

/* top navigation bar */
#navbar {
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 100%;
	background-image: url(../img/bg_menubar.jpg);
	background-repeat: repeat-x;
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #CCC;
	overflow: hidden;
}
#navbar ul li a:link, #navbar ul li a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: right;
	display: block;
	padding: 12px 20px;
}
#navbar ul li a:hover {
	background-image: url(../img/bg_menubar_over.jpg);
	background-repeat: repeat-x;
}
#navbar ul li {
	list-style-type: none;
	float: right;
	list-style-position: inside;
}

/* footer */
#footer {
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 100%;
	background-image: url(../img/bg_footer.jpg);
	background-repeat: repeat-x;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #CCC;
	overflow: hidden;
}
#footer ul li a:link, #footer ul li a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	display: block;
	padding: 4px 20px;
}
#footer ul li {
	list-style-type: none;
	float: left;
	list-style-position: inside;
}

/* layout boxes */
.header_bar {
	width: 624px;
	height: 18px;
	background-image: url(../img/header_bar.png);
	margin: 10px 8px 0px 168px;
	font-size: 13px;
	color: #000;
	vertical-align: bottom;
}
.header_bar .switch {
	display: block;
	height: 18px;
	background-image: url(../img/switch1.png);
	margin: 0px 0px 0px 5px;
	background-repeat: no-repeat;
	background-position: 2px;
	padding-left: 30px;
}

.box_lvl1 {
	width: 620px;
	border: 2px solid #7E6400;
	margin: 0px 8px 10px 168px;
	background-image: url(../img/bg_mainBox.png);
	background-repeat: repeat;
}
.box_inner {
	background-image: url(../img/bg_mainBox_top2.png);
	background-repeat: no-repeat;
	width: 600px;
	padding: 10px;
	font-size: 13px;
}

.col2_layout {
	
}
.col2_layout .col1 {
	float: left;
	width: 290px;
	padding-right: 10px;
}
.col2_layout .col2 {
	width: 290px;
	padding-left: 10px;
	margin-left: 300px;
}

.box_side1 {
	padding: 5px;
	width: 140px;
	border: 2px solid #7E6400;
	margin: 10px 8px;
	float: left;
	background-color: #7E6400;
	color: #000;
	font-size: 12px;
}

.wipeout {
	clear: both;
}

/* general */
ul {
	/*important for navbar and footer */
	margin: 0px;
	padding: 0px;
}
img {
	border-style: none;	
}


/* form layout */
.form_box {
	height: 55px;
	width: 290px;
	background-image: url(../img/formBG-0f.png);
	background-repeat: no-repeat;
	padding-top: 5px;
}
.form_box1 {
	height: 90px;
	width: 290px;
	background-image: url(../img/formBG-1f.png);
	background-repeat: no-repeat;
	padding-top: 5px;
}
.form_box2 {
	height: 125px;
	width: 290px;
	background-image: url(../img/formBG-2f.png);
	background-repeat: no-repeat;
	padding-top: 5px;
}
.form_line {
	height: 25px;
	display: block;
	position: relative;
	margin-top: 10px;
}
.form_box_label {
	float: left;
	width: 140px;
	height: 20px;
	margin-left: 5px;
	margin-top: 0px;
	padding-top: 5px;
	display: block;
	position: relative;
	font-size: 14px;
	text-align: right;
}
.form_box_input {
	float: right;
	height: 23px;
	width: 118px;
	margin-right: 10px;
	background: transparent;
	border-style: none;
	color: #FFF;
}
.button {
	color: black;
	float: right;
	height: 25px;
	width: 120px;
	margin-right: 10px;
	border: 1px solid #FFF;
	background-image: url(../img/bg_button.png);
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
}
.button:hover {
	background-image: url(../img/bg_button_over.png);
	background-repeat: no-repeat;
}
