body {
	background-color: #fff;
	padding: 0px;
	margin: 0px;
}

#content {
	position: absolute;
	width: 500px;
	top: 15px;
	left: 455px;
	padding: 10px;
}

#headerimage{
	position: relative;
	width: 444px;
	height: 390px;
}

#updates {
	padding: 5px;
	font-family: trebuchet MS;
	font-size: 8pt;
	font-weight: normal;
	line-height: 15pt;
	color: #36201a;
	text-align: justify;
	position: relative;
}

#sidebar {
	position: relative;
	width: 520px;
	padding: 5px;
}

#sidebar a {
	color: #31201a;
	padding: 5px;
	text-decoration: none;
	font-family: century gothic;
	font-size: 12pt;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#sidebar a:hover {
	color: #000;
	border-bottom: 2px solid #31201a;
}

#sidebarcontent {
	line-height: 15pt;
	font-family: trebuchet MS;
	font-size: 12px;
	font-weight: normal;
	color: #5c5751;
	text-align: center;
}


#footer{
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
	font-family: trebuchet MS;
	font-size: 7pt;
	font-weight: normal;
	color: #36201a;
	text-align: center;
}

#updates ul{
	padding: 0px;
	list-style: none;
}

#updates li{
	padding: 5px;

}

a {
	text-decoration: none;
	font-weight: bold;
	color: #31201a;
} 

a:hover {
	color: #000;
}
b, strong {
	color: #cc8f56;
}

i {
	color: #7f3e1a;
}

.head1 {
	font-size: 13pt;
	font-weight: bold;
	font-family: rockwell;
	text-transform: uppercase;
	color: #944922;
	padding-bottom: 15px;
	padding-top: 15px;
	letter-spacing: 3px;
	text-align: left;
}

blockquote {
	color: #ceb2af;
	background-color: #944922;
	padding: 10px;
	line-height: 14pt;
}


textarea, input, select, button {
	margin: 0px;
	font-family: trebuchet MS;
	font-size: 10pt;
	color: #31201a;
	padding: 4px;
	background-color: #fff;
	border-bottom: 2px solid #31201a;
}
