#wrapper {
	padding: 0px;
	width: 802px;
	background-color: #FFFFFF;
	position: relative;
	min-height: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-attachment: scroll;
	background-image: url(../images/bg_nav_fill.gif);
	background-repeat: repeat-y;
	background-position: left;
}
body {
	background-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	height: 100%;
	background-attachment: scroll;
	background-image: url(../images/main_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}


#header {
	background-attachment: scroll;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 800px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#navigation {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 143px;
	height: 420px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#content {
	background-attachment: scroll;
	background-image: url(../images/content_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 657px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 62px;
	padding-left: 0px;
}

#feedbackform{
	background-color:#bcbdc0;
	width:260px;
	float:right;
}

#footer {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	width: 100%;
	position: relative;
	padding:0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	margin-top: -62px;
	float: left;

}
#footer_content {
	height: 62px;
	width: 801px;
	margin-right: auto;
	margin-left: auto;
	background-color: #942723;
}

#textarea {
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	width: 553px;
}
#textarea p {
	margin: 0px;
	padding: 0px;
	line-height: 17px;
}
h3 {
	font-size: 20px;
	color: #942723;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
a {
	text-decoration: none;
	color: #942723;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
}
html {
	height: 100%;
}
*html #wrapper {
	height: 100%;
}
#wrapper #content #textarea #feedbackform p {
	text-align: right;
	margin-right: 20px;
}
#wrapper #content #textarea #feedbackform h2 {
	font-size: small;
	text-align: center;
	padding:5px;
	background-color:#942723;
	color:#FFFFFF;
}
#wrapper #content #textarea #feedbackform label {
	color:#FFFFFF;
	vertical-align:top;
}

#wrapper #content #textarea #feedbackform input, #wrapper #content #textarea #feedbackform textarea {
	width:150px;
	margin:5px;
}
.menu_box_selected, .menu_box, .menu_box_sub_selected, .menu_box_sub {
	padding: 3px 2px 4px 8px;
	border-bottom:solid;
	border-bottom-width: thin;
	border-bottom-color:#FFFFFF;
}
.menu_box_selected {
	background-color:#990000;
}
.menu_box {
	background-color:#BCBDC0;
}

.menu_box_sub_selected, .menu_box_sub {
	background-color:#666666;
}
.menu_box_sub_selected {
	color:#942723;
	font-weight: bold;
}

.menu_box a, .menu_box_sub a, .menu_box_selected a, .menu_box_sub_selected {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight: bold;
}

.menu_box a, .menu_box_sub a, .menu_box_selected a{
	color:#FFFFFF;

}
#white_box_home, #white_box_2 {
	float:right;
	background-color:#FFFFFF;
	width: 20px;
	height: 20px;
	
}
#white_box_home
{
	margin: -4px -2px 0px 0px;
}
#white_box_2 
{
	margin: -4px 18px 0px 0px;
}

.menu_box_sub a:hover {
	color:#942723;
}

.menu_box:hover {
	background-color:#990000;
}

