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

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

#headerimage{
	position: relative;
	width: 700px;
	height: 360px;
}

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

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

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

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

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


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

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

#updates li{
	padding: 5px;

}

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

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

i {
	color: #b6b084;
}

.head1 {
	font-size: 11pt;
	font-weight: normal;
	font-family: georgia;
	color: #424241;
	padding-bottom: 15px;
	padding-top: 15px;
	letter-spacing: 2px;
	text-align: left;
	text-transform: uppercase;
}

blockquote {
	padding: 10px;
	line-height: 14pt;
	background-color: #11141b;

}


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