html {
	background: #fff url(/img/img_content_bg.gif) repeat-y center center;
}
body {
	background: url(/img/img_body_bg.gif) repeat-x 0 0;
	margin: 0;
	padding: 0;
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #383c19;
}
a {
	color: #809d65;
}
a:active,
a:hover {
	color: #656b3a;
}
h1 {
	margin: 0;
	padding: 0;
	font-size: 18px;
}
h2 {
	margin: 0;
	padding: 14px 0 0 8px;
	font-size: 15px;
	color: #656b3a;
}
h3 {
	margin: 0;
	padding: 14px 0 0 12px;
	font-size: 13px;
	color: #656b3a;
}
p {
	margin: 0;
	padding: 8px 12px 0 12px;
}
#container {
	width: 780px;
	margin: 0 auto;
	position: relative;
}
#header {
	height: 126px;
	position: relative;
}
#header #brand {
	background: url(/img/img_brand.gif) no-repeat 20px 22px;
	position: absolute;
	top: 0;
	left: 0;
}
#header #brand a {
	display: block;
	height: 0;
	width: 406px;
	padding: 50px 0 0 0;
	margin: 22px 0 0 20px;
	overflow: hidden;
}
#header #brand_info {
	position: absolute;
	top: 0;
	right: 0;
	background: url(/img/img_brand_info.gif) no-repeat 0 0;
	height: 0;
	width: 200px;
	padding-top: 90px;
	overflow: hidden;
}
#nav {
	position: absolute;
	top: 90px;
	right: 0;
	width: 780px;
	background: url(/img/img_nav.gif) no-repeat 0 0;
	height: 36px;
	overflow: hidden;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li {
	position: absolute;
	top: 0;
}
#nav a {
	height: 0;
	overflow: hidden;
	padding: 36px 0 0;
	display: block;
}
#nav #nav_a {
	left: 20px;
	width: 54px;
}
#nav #nav_b {
	left: 96px;
	width: 81px;
}
#nav #nav_c {
	left: 199px;
	width: 92px;
}
#nav #nav_d {
	left: 314px;
	width: 87px;
}
#nav #nav_e {
	left: 422px;
	width: 77px;
}
#nav #nav_f {
	left: 520px;
	width: 116px;
}
#nav #nav_g {
	left: 659px;
	width: 99px;
}
#nav #nav_a a:hover {
	background: url(/img/img_nav.gif) no-repeat -20px -36px
}
#nav #nav_b a:hover {
	background: url(/img/img_nav.gif) no-repeat -96px -36px
}
#nav #nav_c a:hover {
	background: url(/img/img_nav.gif) no-repeat -199px -36px
}
#nav #nav_d a:hover {
	background: url(/img/img_nav.gif) no-repeat -314px -36px
}
#nav #nav_e a:hover {
	background: url(/img/img_nav.gif) no-repeat -422px -36px
}
#nav #nav_f a:hover {
	background: url(/img/img_nav.gif) no-repeat -520px -36px
}
#nav #nav_g a:hover {
	background: url(/img/img_nav.gif) no-repeat -659px -36px
}
#content {
	position: relative;
}
#collection {
/*	position: absolute;*/
	float: left;
	width: 180px;
/*	left: 0;
	top: 0;*/
}
#collection ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#collection li {
	border-bottom: 1px dotted #333;
	font-size: 16px;
	margin: 0;
}
#collection li a {
	padding: 8px 12px;
	display: block;
}
#collection li a:hover {
	background: #eaedcf;
}
#info {
	padding: 12px;
	/*overflow: hidden;*/
	margin: 0 0 0 180px;
}
#footer {
	color: #666;
	font-size: 12px;
	clear: both;
}
#footer p {
	margin: 0;
	padding: 6px 0 0 0;
	text-align: center;
}
form {
	margin: 10px;
	padding: 0;
}
label {
	width: 100px;
	padding: 6px;
	margin: 0;
	float: left;
}
input,
textarea {
	padding: 4px;
	border: 1px solid #aaa;
	background: #eee;
	width: 250px
}
.login {
	margin: 6px 0 0 112px;
	width: auto;
	font-weight: bold;
}
.referral label {
	float: none;
}
.referral select {
	border: 1px solid #aaa;
	background: #eee;
	width: 178px;
}