body {
	background-color: #413F41;
	margin: 0px;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#holder {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #1A171B;
}
#outer {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#pagetitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	display: none;
}

#topheader {
	width: 840px;
	height: 35px;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	text-align: right;
	color: #999999;
	line-height: 35px;
	font-weight: normal;
}
#topheader a {
	color: #999999;
	text-decoration: underline;
}
#header_left {
	float: left;
	width: 225px;
}
#header_right {
	width: 615px;
	float: right;
	padding-bottom: 10px;
}
#navbar {
	height:33px;
	list-style:none;
	background-image: url(../images/under_menu.jpg);
	background-repeat: repeat-x;
	width: 835px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 0px;
	clear: both;
}
#navbar li {
	float:left;
	clear:none;
	list-style:none;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #1A171B;
    }
 #navbar li a {
	display:block;
	padding-right: 15px;
	padding-left: 15px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 33px;
	color: #FFFFFF;
	background-image: url(../images/under_menu.jpg);
	background-repeat: repeat-x;
    }
#navbar li a:hover {
	background-image: url(../images/border.jpg);
	background-repeat: repeat-x;
    }
#content_left{
	float: left;
	width: 220px;
	padding-left: 5px;
	clear: right;
}
#content_right {
	width: 605px;
	float: right;
	padding-left: 10px;
	clear: right;
}
#content_right h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: lighter;
	text-transform: uppercase;
	color: #725832;
	letter-spacing: 0.2em;
}
#content_right p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}
#content_right a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}
#content_right li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	padding-right: 50px;
}
#content_left h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: lighter;
	text-transform: uppercase;
	color: #725832;
	letter-spacing: 0.2em;
}
#content_left p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}
#content {
	width: 800px;
	padding-left: 5px;
	padding-right: 35px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #725832;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#content a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}
#content h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: lighter;
	text-transform: uppercase;
	color: #725832;
	letter-spacing: 0.2em;
}
#content h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: lighter;
	text-transform: uppercase;
	color: #725832;
	letter-spacing: 0.2em;
}
#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}
#content li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	padding-right: 50px;
}
#footer {
	clear: both;
	width: 840px;
	padding-left: 35px;
	padding-right: 30px;
	padding-top: 20px;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #999999;
}
#footer a {
	color: #999999;
	text-decoration: underline;
}
/* form elements */

form {
	margin: 0px;
	padding: 0px;
}
form br {
	clear: both;
}
form h1 {
	padding-left: 230px;

}
form p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-left: 230px;
}
legend {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	color: #32475c;
	line-height: 14px;
}
fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
em {
	color: #990000;
}

label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #725832;
	float: left;
	text-align: right;
	padding-right: 25px;
	width: 205px;
	float: left;
	display: block;
	margin-bottom: 10px;
	clear: right;
	line-height: 12px;
}
input {
	display: block;
	margin-bottom: 10px;
	float: left;
}
select {
	display: block;
	margin-bottom: 10px;
	clear: right;
	text-align: left;
	float: left;
}
textarea {
	float: left;
	display: block;
	margin-bottom: 10px;
	clear: right;
	width: 195px;
}
.submit {
	width: 100px;
	background-color: #FFFFFF;
}
#specs {
	width: 540px;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #725832;
	font-size: 11px;
}
#specs a {
	color: #725832;
	font-size: 11px;
}

caption {
	padding: 0 0 5px 0;
	width: 490px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}

th {
	color: #FFFFFF;
	text-align: center;
	padding: 6px 6px 6px 12px;
	background-color: #725832;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999966;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999966;
}
th.alt {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999966;
}

td.border {
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #1A171B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
}
td.alt {
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #1A171B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1A171B;
	border-right-style: none;
}
