@charset "utf-8";
/* CSS Document */

html, body {
	background-color: #491713;
	color: #FFF;
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-family: Arial;
}
h1 { color: #A9A8A8; }
p { text-align: left; clear: both; }
a { color: #FFF; text-decoration: none; }
ul, li { text-align: left; }
textarea { overflow: auto; font-family: Arial; }
.header{
	width: 1000px;
	margin: auto;
	padding: 10px
}
.header a { margin: 10px; }
.headerTitle { font-size: x-large; }
.blackcontainer{
	width: 100%;
	background-color: #000;
	/*padding: 10px;*/
	
}
.content{
	width: 980px;
	margin: auto;
	padding: 10px;
}
.popup {
	display: none;
	position: absolute;
	left: 100px;
	top: 100px;
	height: 500px;
	width: 700px;
	border: solid 1px #FFF;
	background-color: #666
}
.submitbutton {
	background-color: #000;
	color: #FFF;
	border-top: 0px;
	border-bottom: 0px;
	border-right: solid 1px #491713; 
	border-left: solid 1px #491713; 
	padding: 4px 4px 0px 4px;
	cursor: pointer;
}
.textfield {
	background-color: #222; border: 0px; margin-bottom: 6px; color: #999;
}
.leftImage { float: left; height: 350px; width: 200px; border: solid 1px #FFF; }
.leftContent { 
	float: left; 
	height: 350px; 
	width: 774px; /* subtract for padding and scrollbar*/
	padding-left: 6px; 
	overflow: scroll; }
.footer{
	width: 1000px;
	margin: auto;
	padding: 10px;
	text-align: center;
}
