div
{
	/*border: 2px solid;*/
}

div li
{
  margin-left:30px;
}

hr
{
  color: #FF8000;
  background-color: #FF8000;
  height: 1px;
  border: 0;
}

body
{
	background-color:#222222;
	margin-left:10px;
	font-family:'Tahoma', 'Arial', sans-serif;
	color: #CCCCCC;

}

a
{
	font-size:10pt;
	color:#FF8000;
	text-decoration: none;
}

a:hover, a:active
{
    font-size:11pt;
    color:#FFB164;
}

input, textarea, select
{
  font-size:10pt;
}

caption
{
  font-weight:bold;
  margin-bottom: 20px;
}

#content {
position: relative;
width: 1000px;
margin: 0 auto;
background-color:#222222;
border-color:#FF8000;
border-style:solid;
border-width:1px;
}

#footer {
position:relative;
bottom:0px;
height: 35px;
font-size:9px;
text-align:center;
}

