* {
	margin: 0;
	padding: 0;
}

body {
	background: #d6c884 url(images/bg.jpg) no-repeat 50% 0;
	background-attachment: fixed;
	text-align: center;
	font-family: Verdana, Arial, Helvetia, sans-serif;
	font-size: .9em;
}

#container {
	margin: 0 auto;
	width: 840px;
	text-align: left;
}

#content {
	background: #fff url(images/content-bg.png) repeat-y;
	padding: 20px;
}

#logo {
	position: relative;
	text-align: center;
	height: 80px;
	margin-bottom: -11px;
	z-index: 100;
}

#head {
	background: url(images/header-bg.png) no-repeat;
	height: 270px;
}

#head div {
	position: relative;
	height: 270px;
	background: url(images/header.png) no-repeat;
}

#nav {
	position: absolute;
	bottom: 0;
	height: 31px;
	margin-left: 47px;
}

#nav li,
#nav a {
	float: left;
	height: 33px;
	width: 242px;
}
#nav li {
	margin-right: 10px;
	list-style: none;
}
#nav a {
	background: transparent no-repeat 0 0;
	text-align: center;
	text-indent: -99999px;
}
#nav .faq a {
	background-image: url(images/nav-faq.jpg);
}
#nav .sell a {
	background-image: url(images/nav-selling.jpg);
}
#nav .buy a {
	background-image: url(images/nav-buying.jpg);
}
#nav li a:hover {
	background-position: 0 -35px;
}

.sidebar {
	float: right;
	width: 240px;
	margin: 20px;
	background: #f4f4f4 url(images/sidebar-bottom.png) no-repeat 0 100%;
}
.sidebar h2 {
	text-indent: -9999px;
	background: url(images/sidebar-getstarted.png) no-repeat;
	height: 70px;
}
.sidebar div {
	padding: 0 10px 10px 10px;
	text-align: center;
	font-size: .9em;
}
.sidebar a {
	white-space: nowrap;
}

a {
	background: #e8e8e8;
	padding: 0 3px;
	font-weight: bold;
	color: #cc3333;
	text-decoration: none;
}
#num {
	font-family: Georgia, serif;
	font-size: 1.1em;
}
#num b {
	font-size: 1.5em;
	color: #660000;
}

img {
	border: 0;
}

h1,h2,h3,h4,h5,h6 {
	margin-bottom: 10px;
}

h1 {
	height: 35px;
	text-indent: -9999px;
	background: no-repeat;
	margin-bottom: 5px;
}

h1#just4pct {
	background-image: url(images/h1-just4pct.png);
	height: 60px;
}
h1#gethelp {
	background-image: url(images/h1-gethelp.png);
}
h1#otherbus {
	background-image: url(images/h1-otherbus.png);
}
h1#sellfr {
	background-image: url(images/h1-sellfr.png);
}
h1#getstarted {
	background-image: url(images/h1-getstarted.png);
}

p,form,ul,ol,dl,blockquote,table,fieldset {
	margin-bottom: 10px;
}

ul,ol,dd,blockquote {
	margin-left: 2em;
}

.float_r {
	float: right;
}

.float_l {
	float: left;
}

.break {
	clear: both;
	height: 1px;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

form p {
	clear: left;
}

label {
	float: left;
	width: 8em;
}

.sidelinks {
	margin: 0;
}
.sidelinks li {
	margin-bottom: 10px;
	list-style: none;
}
.sidelinks a {
	background-color: transparent;
}