body {
	background: url(/images/bg.jpg) repeat-x;
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: small;
	margin: 0;
	padding: 0;
}
#container {
	background: url(/images/content_bg.jpg) repeat-y;
	width: 915px;
	margin: 0 auto;
}
#wrap1 {
	background: url(/images/content_top_bg.jpg) no-repeat;
	width: 915px;
}
#wrap2 {
	background: url(/images/content_btm_bg.jpg) no-repeat bottom left;
	width: 775px;
	height: 628px;
	padding: 80px 70px 60px;
}
.car {
	background: url(/images/content_btm_bg2.jpg) no-repeat bottom left !important;
}
.empty {
	background: url(/images/content_btm_bg3.jpg) no-repeat bottom left !important;
}
h1 {
	font-size: 130%;
	color: #625430;
	margin-bottom: 3px;
}
h1 a {
	padding-left: 450px;
	color: #625430;
	text-decoration: none;
}
p {
	margin: 10px 0;
}
#menu {
	width: 915px;
	margin: 0 auto;
	height: 39px;
}
#menu ul {
	float: right;
	list-style: none;
	margin: 0 30px 0 0;
	padding: 0;
}
#menu li {
	float: left;
	background: url(/images/menu.gif) no-repeat;
	width: 107px;
	height: 19px;
	padding-top: 20px;
	padding-right: 10px;
	text-align: center;
}
#menu li.wide {
	background: url(/images/wide-menu.gif) no-repeat;
	width: 167px;
}
#menu li.active {
	background: url(/images/menu-sel.gif) no-repeat;
	font-weight: bold;
}
#menu li.wide-active {
	background: url(/images/wide-menu-sel.gif) no-repeat;
	font-weight: bold;
	width: 167px;
}
#menu li a {
	color: #FFFFFF;
	text-decoration: none;
}
.left {
	float: left;
	width: 45%;
}
label {
	display: block;
	float: left;
	width: 120px;
	margin: 4px 0;
}
input {
	margin: 4px 0;
}
