body {
	background-color: #000000;
	background-image: url('amends-bg.png');
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
}

#content {
	position: relative;
	width: 650px;
	margin: 0px;
	padding: 10px;
}

#headerimage{
	position: relative;
	width: 788px;
	height: 300px;
}

#updates {
	padding: 15px;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	line-height: 15pt;
	color: #696262;
	text-align: justify;
	position: relative;
}

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

#sidebar a {
	color: #8e6060;
	padding: 5px;
	text-decoration: none;
	font-family: georgia;
	font-size: 8pt;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#sidebar a:hover {
	color: #d7b692;
}

#sidebarcontent {
	line-height: 15pt;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #d7b692;
	text-align: center;
}

#footer{
	padding-top: 30px;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #191919;
	text-align: center;
}

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

#updates li{
	padding: 5px;

}

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

a:hover {
	color: #fff;
}
b, strong {
	color: #cb803c;
}

i {
	color: #624a2a;
}

.head1 {
	font-size: 15pt;
	font-weight: bold;
	font-family: garamond;
	color: #200201;
	padding-bottom: 10px;
	padding-top: 10px;
	letter-spacing: 2px;
	text-align: left;
	text-transform: uppercase;
}

blockquote {
	padding: 10px;
	line-height: 14pt;
	border-left: 15px solid #200200;

}


textarea, input, select, button {
	border: 0px solid;
	margin: 0px;
	font-family: arial;
	font-size: 9pt;
	color: #ad9595;
	padding: 4px;
	background-color: #181616;
}
