body {
	margin: 0px;
	padding: 0px;
	background-color: #A29D8B;
}

body, td, p {
	font-size: 11px;
	color: fff;
	font-family: verdana;
}

hr {
	color: #47433C;
	background-color: #47433C;
	border: 0px;
	height: 1px;
}

h1 {
	font-family: times;
	font-size: 28px;
	color: #C6C4BE;
	font-style: italic;
	margin-bottom: 15px;
	margin-top: 0px;
}

h3 {
	font-size: 13px;
	font-family: verdana;
	font-weight: bold;
	color: #C6C4BE;
	margin-bottom: 10px;
	padding-bottom: 2px;
	border-bottom: 1px solid #47433C;
	clear: both;
}

.nav0 {
	padding: 0px 18px 0px 18px;
	background: none;
	font-family: verdana;
	font-weight: bold;
	font-size: 10px;	
	cursor: pointer;
	color: #000;
}

.nav1 {
	padding: 0px 18px 0px 18px;
	background: url(images/n_bg1.gif) repeat-x;
	font-family: verdana;
	font-weight: bold;
	font-size: 10px;
	cursor: pointer;
	color: #000;
}

a:link, a:visited, a:active {
	color: #C6C7CB;
}

a:hover {
	color: #fff;
}

label {
	display: block;
	text-align: right;
}

input, select, textarea {
	background-color: #3D3A33;
	border: 1px solid #000000;
	filter:alpha(opacity=60);
	-moz-opacity:.6;
	opacity:.6;
	font-family: verdana;
	font-size: 11px;
	color: #fff;
}

input.btn {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	background-color: #B8A487;
	color: #000;
	height: 21px;
	font-size: 10px;
	font-weight: bold;
	border-top: 1px solid #CCBEA9;
	border-left: 1px solid #CCBEA9;
	border-right: 1px solid #806E53;
	border-bottom: 1px solid #806E53;
}

img.right {
	border: 1px solid #47433C;
	float: right;
	margin: 0px 0px 15px 20px;
}

/* IE fiexes */
* html .iehome {
	height: 233px;
}

* html .iesec {
	height: 443px;
}