/* CSS Document */
* {
	margin: 0;
	padding: 0;
	border: 0;
	}
body {
	background-color: #000;
	font-size: 62.8%;
	color: #c9c9c9;
	font-family:Arial, Helvetica, sans-serif;
	}
p {
	font-size: 1.3em;
	line-height: 1.40em;
	margin: 1em 1.4em;
	}
strong {
	font-size: 1.04em;
	}
a {
	color: #E9883B;
	font-weight: bold;
	}
a:hover {
	text-decoration: none;
	}
label {
	font-size: 1.3em;
	}
h2 {
	margin: 0em 1em -0.4em 0.6em;
	font-size: 2.8em;
	line-height: 1.8em;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
div#container {
	width: 650px;
	margin: 40px auto;
	}
div#header {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	height: 68px;
	}
div#header h1, div#header h2 {
	display: none;
	visibility: hidden;
	}
div#candles {
	height: 195px;
	}
div#candles img {
	float: left;
	}
div#nav {
	background-color: #352F29;
	text-align: right;
	clear: both;
	margin-top: -13px;
	}
div#nav p {
	padding: 0.6em;
	}
div#content {
	clear: both;
	background-image: url(images/divider.gif);
	background-repeat: repeat-y;
	background-position: center;
	}
div#left {
	width: 48.5%;
	float: left;
	}
div#right {
	width: 48.5%;
	float: right;
	}
ul#thoughtform {
	list-style-type: none;
	margin: 20px 20px 0 16px;
	}
ul#thoughtform li {
	clear: both;
	_height: 30px;
	min-height: 30px;
	}
ul#thoughtform li label {
	width: 100px;
	font-weight: bold;
	display: block;
	float: left; 
	height: 22px;
	margin-top: 2px;
	}
ul#thoughtform li input {
	width: 163px;
	float: right;
	height: 20px;
	background-color: #352f29;
	border: 1px solid #656463;
	color: #FFF;
	} 
ul#thoughtform li textarea {
	float: right;
	background-color: #352f29;
	border: 1px solid #656463;
	width: 163px;
	color: #FFF;
	}
ul#thoughtform li input#thought_submit {
	width: 61px;
	height: 21px;
	background-image: url(images/send.gif);
	border: 0;
	margin-top: 14px;
	}
div#comealong {
	width: 285px;
	height: 114px;
	background-image: url(images/comealong.gif);
	margin: 0 4px 30px 8px;
	}
div#comealong p {
	display: none;
	visibility: hidden;
	}
img#fortimg {
	float: left;
	margin: 1.6em 1.6em 0.4em 1.6em;
	}
div.clearboth {
	clear: both;
	}
ul#thoughtform li div#errormsg {
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 6px;
	clear: both;
	border: 1px solid #CC0000;
	background-color: #352F29;
	}
ul#thoughtform li ul {
	margin-left: 40px;
	}
ul#thoughtform li div#errormsg ul {
	list-style-type: none;
	}
ul#thoughtform li div#errormsg ul li a {
	font-size: 1.3em;
	color: #CC0000;
	}
hr {
	height: 2px;
	background-color: #262626;
	color: #262626;
	margin: 0.5em 5em;
	clear: both;
	}