body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	background: url('/images/bg.jpg') #070409 top center no-repeat fixed;
	color: #fff;
	line-height: 150%;
}
#container {
	margin: 10px auto 10px auto;
	width: 997px;
	padding: 0px;
}
#header {
	width: 997px;
	height: 98px;
	background: url('/images/bg-header.gif') no-repeat top right;
}
#header a.logo {
	margin: 15px 0px 0px 40px;
	padding: 82px 0px 0px 0px;
	display: block;
	float: left;
	height: 0px !important; 
	width: 905px;
	overflow: hidden;
	height /**/: 82px; /* for IE5/Win */
	background: url('/images/logo.gif') no-repeat top center;
}
#holder {
	width: 967px;
	padding: 0px 10px 0px 20px;
	background: url('/images/bg-holder.jpg') no-repeat top right;
}
#left {
	float: left;
	padding: 0px 10px 0px 10px;
	width: 389px;
}
#left ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#left ul li {
	margin: 0px;
	padding: 0px;
	display: block;

	text-align: right;
}
#left ul li a {
	line-height: 38px;
	height: 38px;
	padding: 0px 40px 0px 10px;
	margin: 0px;
	color: #fff;
	display: block;
	text-decoration: none;
	font-size: 120%;
	text-transform: capitalize;
}
#left ul li a:hover {
	color: #4a3722;
}
#contents {
	float: right;
	width: 518px;
	padding: 20px;
	overflow: auto;
}
#contents h1 {
	color: #fff;
	font-size: 180%;
	font-weight: normal;
}
#contents h2 {
	color: #fff;
	font-size: 150%;
}
#contents h3 {
	color: #fff;
	font-size: 110%;
}
#contents a {
	color: #fff;
	text-decoration: underline;
}
#contents a:hover {
	color: #fff;
	text-decoration: none;
}
#contents input, select {
	width: 140px;
	margin: 1px 0px 1px 0px;
	border: 1px solid #fff;
	padding: 1px 2px 2px 2px;
	font-size: 11px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
#contents textarea {
	width: 250px;
	margin: 1px 0px 1px 0px;
	border: 1px solid #fff;
	padding: 1px 2px 2px 2px;
	font-size: 11px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
#container input[type="checkbox"] {
	width: 20px;
	border:none;
}
#contents input.button {
	margin: 5px 0px 0px 0px;
	width: 75px;
	height: 20px;
	border: none;
	font-size: 11px;
	color: #ffffff;
	background: #fff;
}
#contents input.formbutton {
	margin: 5px 0px 0px 0px;
	height: 20px;
	border: none;
	font-size: 11px;
	color: #ffffff;
	background: #fff;
}
#contents label {
	display: block;
	float: left;
	clear: both;
	width: 175px;
	font-weight: bold;
	line-height: 18px;
}
#holder .clear {
	clear: both;
}
#footer {
	width: 997px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	background: url('/images/bg-footer.gif') no-repeat top right;
}
#footer a {
	color: #fff;

}

