body {
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(back.jpg);
	background-repeat: repeat-x;
}
#header {
}
#nav {
	text-align: center;
	height: 27px;
	background-image: url(images/nav-bg.jpg);
	background-repeat: repeat-x;
}

#nav ul {
	margin: 0px;
	padding: 6px 0px;
	list-style-type: none;
}

#nav ul li {
	display: inline;
	padding: 0px 12px;
}

#nav ul li a {
	color: #FFFFFF;
	text-decoration: none;
}

#nav ul li a:hover {
	color: #CCCC99;
}

#content {
	background-image: url(images/content-bg.jpg);
	background-repeat: no-repeat;
	padding: 186px 15px 15px 15px;
	float: left;
	width: 513px;
}

#wrapper {
	width: 750px;
	margin: 0 auto;
	background: #FFFFFF url(images/sidebar-bg.jpg) repeat-y 546px;
}

.clear {
	clear: both;
}

#sidebar {
	width: 204px;
	float: right;
	height: 100%;
	background: url(images/sidebar-bg.jpg) repeat-y 0 top;
}

#sidebar-form {
	background: url(images/sidebar.jpg) no-repeat 0 top;
	padding-top: 100px;
}
#sidebar h3, #sidebar h4 {
	text-align: center;
}

#sidebar-form form input.button {
	width: 90px;
	background-color: #fff;
	color: #b28d47;
	border: none;
	padding: 5px 0px;
	margin-left: 86px;
	font-size: 10px;}

#sidebar-form ul {
	margin: 0;
	list-style-type: none;
	padding: 0 0 0 10px;
}

#sidebar-form form p b{
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
	padding-left: 5px;
	width: 50px;
	display: block;
	float: left;
	text-align: right;
	margin-right: 5px;
	padding-top: 5px;
	clear: both;
}

#sidebar-form form b{
	width: 60px;
	clear: both;
	display: block;
	float: left;
	text-align: left;
	margin-right: 10px;
	margin-left: 10px;
	font-weight: normal;
	font-style: normal;
	font-size: 10px;
	color: #91723a;
	height: 27px;
}

#sidebar-form p{
	display: block;
	padding-left: 10px;
	font-size: 10px;
}

#sidebar-form form p input{
	width: 160px;
	background-color: #fff;
	border: none;
	padding: 3px;
	font-size:  10px;
	color: #b28d47;
}

#sidebar-form form .drop{
	background-color: #fff;
	color: #b28d47;
	border: none;
	width: 95px;
}

#footer {
	clear: left;
	width: 735px;
	padding-left: 15px;
	padding-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}
