body {
	margin:0;
	margin-bottom:0!important;
	margin-top:30px;
	padding-bottom:0!important;
	text-align:center;
	min-width:900px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background:url(images/bg.gif) repeat;
}

a {
	text-decoration:none;
	color:#fcb040;
}

a:hover {
	text-decoration:underline;
	color:#ffd193;
}

#wrapper {
	width:808px;
	margin:auto;
	margin-bottom:0!important;
	padding-bottom:10px;
	text-align:left;
}


#header {
	background:url(images/header.png) no-repeat;
	width:808px;
	height:51px;
}

#nav {
	float:right;
	padding:25px 35px 0 0;
}

.button {
	padding-right:0px;
}

#main {
	float:left;
	background:url(images/bg.png) repeat-y;
	width:808px;
	padding:0 25px 10px 15px;
}

#footer {
	background:url(images/footer.png) no-repeat;
	width:808px;
	height:62px;
}

#sidebar{
	padding:20px 30px 10px 10px;
	width:189px;
	float:left;
}

#content {
	float:left;
	width:525px;
	padding:20px 0 0 0;
}
.orange {
		color:#fcb040;
}

.footerlinks a{
	text-decoration:none;
	font-weight:bold;
	color:#fff;
}

.footerlinks a:hover{
	text-decoration:underline;
	font-weight:bold;
	color:#fff;
}

.footerlinks {
	color:#fff;
	padding:18px 0 0 20px;
}

.subfooter {
	font-size:10px;
	text-align:center;
	color:#94959a;
}

.subfooter a{
	text-decoration:none;
	color:#94959a;
}

.subfooter a:hover{
	text-decoration:underline;
	color:#94959a;
}

img {
	border:0;
}

.alignleft {

	padding-right:10px;
}

.alignright {

	padding-left:10px;
}

.clear {
	clear:both;
}

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}