<?PHP header("Content-type: text/css"); ?>
@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	background: #000;
}

body, td {
	font-size: 11px;
	font-family: "Lucidia Grande", Verdana, Helvetica;
	color: #666666;
	line-height:15px;
}

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

a:hover {
	color: #fff;
}


h1 {
	text-transform: uppercase;
	color: #f7941e;
	margin-bottom: 5px;
	margin-top: 20px;
	font-size: 12px;
	
}

form {
	margin: 0;
}


form dl dt {
	float: left;
	width: 150px;
	padding-top: 5px;
	text-transform:uppercase;
	color: #fff;
}

form dl dd {
	margin-bottom: 2px;
}


input {
	background: #000;
	border: solid 2px #666;
	color: #fff;
	padding: 3px;
}

input.button {
	background: #f7941e;
	border: none;
}


table.small tr td  {
	padding: 3px;
	border-bottom: solid 1px #333;
	font-size: 9px;
	padding-right: 6px;
	color: #ccc;
}

table.small tr.header td {
	background: #f7941e;
	color: #fff;
}

#content ul {
	marign: 0;
}


#content ul li {
	margin-left: -15px;
	margin-top: 5px;
}

#holder {
	width: 800px;
	border-right: solid 1px #333;
}

#holder #menu {
	background: #f7941e;
	width: 240px;
	float: left;
	margin-top: -10px;
}

#holder #menu ul {
	margin:20px;
	list-style: none;
	
}

#holder #menu ul li {
	font-size: 14px;
	margin-top: 4px;
}

#holder #menu ul li a:link, #holder #menu ul li a:visited, #holder #menu ul li a:active {
	color: #fff;
	text-decoration: none;
}

#holder #menu ul li a:hover {
	color: #000;
}

#holder #banner {
	position: relative;
	background: #6d3c01;
	font-size: 14px;
	left: 30px;
	top: 5px;
	width: 755px;
	color: #fff;
	padding: 5px;
}

#content {
	float: left;
	width: 540px;
	padding-top: 5px;
}

#content div.options {
	padding: 8px;
	border-bottom: solid 1px #333;
}

#content div.options input {
	border: solid 2px #666666;
	background: #000;
	color: #fff;
	padding: 2px;
}

#content div.options input.button {
	background: #666666;
	padding: 5px;
	color: #fff;
	border: none;
	text-transform: uppercase;
	font-size: 10px;
	
}

#content div.options a {
	font-size: 14px;
}

#content div.main_content {
	margin: 40px;
	text-align:justify;
}

#footer {
	padding: 5px;
	margin: 20px;
	border-top: solid 6px #666666;
	margin-bottom: 60px;
}

div.feedback {
	color: #cc0000;
}