#content {
	position: absolute;
	left: 455px;
	width: 350px;
	top: 5px;
	font: 11px Helvetica, Arial;
	color: #4f4f4f;
	text-align: justify;
		}

h1 {
	font: 20px Rockwell;
	font-weight: bold;
	color: #5a5366;
	margin: 0;
	margin-bottom: -8px;
	text-indent: 40px;
		}

h2 {
	font: 15px Rockwell;
	font-weight: bold;
	color: #642715;
	margin: 0;
	margin-bottom: -8px;
	text-indent: 48px;
		}

h3 {
	font: 15px Rockwell;
	font-weight: bold;
	color: #6d8a83;
	margin: 0;
	margin-bottom: -8px;
	text-indent: 48px;
		}

p {
	text-indent: 20px;
		}

a, a:active, a:visited {
	text-decoration: none;
	color: #a45939;
		}

a:hover {
	color: #868276;
		}

i, em {
	color: #75764b;
		}

b, strong {
	color: #566e70;
		}
		
h4 {
	background: #1b1b1b;
	border-top: 2px solid #33362a;
	padding: 5px;
	text-decoration: none;
	font-weight: normal;
	margin: auto 10px auto 20px;
	font-size: 7pt;
		}

.quote {
	width: 280px;
	border: solid 2px #383838;
	background: #1b1b1b;
	margin-top: 3px;
	padding: 5px;
		}

.form {
	margin: 0 auto;
	width: 250px;
	padding: 8px;
		}

#formish {
	border: solid 2px #383838;
	background: #1b1b1b;
		}

#formish label{
	display: block;
	font-weight: bold;
	text-align: right;
	width: 100px;
	float: left;
		}

#formish .small{
	color: #666666;
	display: block;
	font-size: 9px;
	font-weight: normal;
	text-align: right;
	width: 100px;
		}

#formish input{
	background: #272727;
	float: left;
	font-size: 12px;
	padding: 4px 2px;
	border: solid 1px #383838;
	width: 135px;
	margin: 2px 0 10px 10px;
	color: #6d6d6d;
		}

#formish button{
	clear: both;
	margin-left: 100px;
	width: 60px;
	height: 20px;
	background: #666666;
	text-align: center;
	line-height: 14px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
		}