@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-color: #CF9B61;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h1 {
	color: #753407;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 28px;
	line-height: 28px;
	font-weight: normal;
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 10px;
}
h2 {
	color: #A84C0C;
	text-decoration: none;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}
h3 {
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 5px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #974207;
	font-size: 18px;
	line-height: 22px;
}
p {
	padding-top: 10px;
	padding-bottom: 10px;
}
s {
	color: #BAB7A8;
}
a {
	color: #A84C0C;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
a.more {
	font-size: 10px;
	line-height: 16px;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	letter-spacing: .1em;
}
ul {
	margin-left: 20px;
}
ul li {
	padding-top: 10px;
}
#logo {
	float: left;
	border: none;
}
#banner {
	float: right;
}

.clear {
	clear: both;
}
div#page {
	margin: 0px;
	padding: 0px;
	background-image:url(/images/background-shadows.jpg);
	background-position: center;
	background-repeat: repeat-y;
}
div#wrap {
	background-image:url(/images/footer-shadows.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
}
div#container {
	padding: 0px;
	width: 960px;
	margin: auto;
}
div#header {
	margin: 0px;
	padding: 0px;
	width: 960px;
	height: 146px;
	background: #FAF3CA;
}
div#main {
	width: 960px;
	background: #FAF3CA;
	background-image:url(/images/content-background.jpg);
	background-position: bottom center;
}
div#sidebar {
	width: 304px;
	float: left;
	padding: 16px;
}
div#sidebar p {
	
}
div#sidebar-content {
	min-height: 418px;
}
div#bugs{
	height: 52px;
}
div#bugs img {
	border: none;
}
div#bugs img#bug-packages {
	float: left;
	padding: 0px;
}
div#bugs img#bug-gallery {
	float: right;
	padding: 0px;
}
div#content {
	width: 592px;
	float: right;
	min-height: 470px;
	padding: 16px;
}
div#footer {
	width: 960px;
	height: 90px;
	background: #A84C0D;
	font-size: 12px;
	line-height: 15px;
}
div.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 1px;
	visibility: hidden;
}
div#footer a {
	text-decoration: underline;
	color: #3D1804;
}
div#footer a:hover {
	text-decoration: none;
}
div#footer #left {
	margin: 0px;
	padding: 10px;
	float: left;
	width: 400px;
	color: #3D1804;
}

div#footer #nav {
	font-size: 13px;
	margin-bottom: 15px;
}
div#footer #right {
	margin: 0px;
	padding: 10px;
	margin-top: 26px;
	float: right;
	width: 500px;
	text-align: right;
}

div#footer #right img {
	padding: 2px;
}
/*  FORMS 
    --------------------------------------------------------------- */	
	
.error_message	{ 
	display:inline;	
	font-weight: bold;	
	font-size: 9px;	
	color: #990000;	
	background-color:#FFFFCC;	
	border: 1px solid #990000;	
	margin: 3px 5px 5px 5px;	
	padding: 3px; 
}
.required {	color: #CC0000; 
}
textarea, input, select {
	background-color: #FEFEFE;
	border: 1px solid #CCCCCC;
}

input#anti-spam {
	display: none;
}

.nametag {
	color: #A84C0C;
	text-decoration: none;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}

.preview {
	border: 0;
}
