a, a:link {
	background-color: transparent;
	color: #000;
	}

a:hover {
	background-color: transparent;
	color: #3db2de;
	}

a:visited {
	background-color: transparent;
	color: #3f3f3f;
	}

a.button {
	display: block;
	text-decoration: none;
	}

input[type="submit"], a.button {
	margin: 10px 0px;
	border: 2px outset #58A4DE;
	background-color: #58A4DE;
	color: #fff;
	text-align: center;
	font-weight: bold;
	}

img {
	border-width: 0px;
	border-style: none !important;
	}

h1 {
	margin: 0px auto;
	width: 496px;
	padding: 3px;
	background: #ffffff url(theme/headers_gradient.png) scroll repeat center center;
	color: #808080;
	font-size: 16px;
	}

div#wrapper {
	width: 980px;
	background-color: #fff;
	color: #808080;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	}

div.left, div.right {
	width: 200px;
	min-height: 1735px;
	padding: 5px;
	background-color: #faf6c7;
	color: #000;
	text-align: left;
	}

div.left {
	float: left;
	}

div.right {
	float: right;
	}

div.left div, div.left p, div.right div, div.right p {
	margin: 2px auto;
	text-align: center;
	}

fieldset {
	margin: 0px auto;
	width: 480px;
	padding: 2px 8px;
	}

fieldset p {
	margin: 0px;
	padding: 0px;
	}

fieldset p textarea {
	width: 480px;
	}

fieldset p + p {
	text-align: right;
	}

dl#chatterbox {
	float: left;
	margin: 0px 29px;
	width: 500px;
	height: auto;
	padding: 0px;
	border-width: 0px 1px 1px 1px;
	border-style: none solid solid solid;
	border-color: #808080;
	}

dl#chatterbox dt {
	display: block;
	float: left;
	clear: left;
	margin: 0px;
	width: 60px;
	height: 69px;
	padding: 10px 8px;
	border-width: 1px 1px 0px 0px;
	border-style: solid solid none none;
	border-color: #808080;
	text-align: center;
	}

dl#chatterbox dd.comment {
	margin: 0px 0px 0px 77px;
	width: 415px;
	height: 64px;
	padding: 4px;
	border-width: 1px 0px 0px 0px;
	border-style: solid none none none;
	border-color: #808080;
	font-size: 90%;
	}

dl#chatterbox dd.comment a.chatterbox_reply_links {
	float: right;
	}

dl#chatterbox dd.posted, dl#chatterbox dd.follow {
	display: inline-block;
	vertical-align: top;
	margin: 0px;
	padding: 0px 2px;
	font-size: 75%;
	}

dl#chatterbox dd.posted {
	width: 310px;
	height: 15px;
	overflow: hidden;
	font-style: italic;
	text-align: left;
	}

dl#chatterbox dd.posted a {
	font-size: 90%;
	}

dl#chatterbox dd.follow {
	text-align: right;
	}

dl#chatterbox dd a, dl#chatterbox dd a:link {
	background-color: transparent;
	color: #5faf00;
	font-weight: bold;
	text-decoration: none;
	}

dl#chatterbox dd a:visited {
	background-color: transparent;
	color: #a0c872;
	}

dl#chatterbox dd a:hover, dl#chatterbox dd a:active {
	background-color: transparent;
	color: #94d8fc;
	}

div#page_nav_bottom {
	clear: both;
	margin-top: 0px !important;
	padding-top: 25px;
	}