html,body {
  margin:0;
  padding:0;
}

body {
	background-color:#141414;
  color: #acacac;
  font-family: Helvetica, "Trebuchet MS", verdana, arial,sans-serif;
  font-size: 12px;
  text-align:center;
}

a:link, a:active, a:visited {color:#000000; text-decoration:none;}
a:hover {color:#BB0E0F; text-decoration:none;}

div#content a:link, div#content a:active, div#content a:visited {color:#ffffff; text-decoration:none;}
div#content a:hover {color:#BB0E0F; text-decoration:none;}

img {
  border:none;
	}

	
div#main {
  width:900px;
	background-color:#1d1d1d;
	}
	
div#header {
  width:900px;
	height:299px;
	}
	
div#menu {
  width:900px;
	height:30px;
	margin-top:1px;
	background-color:#141414;
	}
	
#nav {
	float:left;
	width:auto;
	margin-left:1px;
	padding:0px;
	text-align:center;
	line-height:30px;
  }
	
html>body #nav {
  margin:0px;
	line-height:28px;
	}

#nav a {
	color:#848484;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
  }

#nav ul {
	list-style:none;
	width:auto;
	margin:0px;
	padding:0px;
  }

#nav ul li a {
 	display:block;
	padding-bottom:0px;
	padding-top:2px;
	width:110px;
  }

#nav ul li a:hover {
  background-color:#ad3a27;
	height:30px;
	color:#fff;
	}

	
div#content {
	width:900px;
	padding:20px;
	margin-bottom:20px;
	text-align:left;
	background-color:#1d1d1d;
	}
	
html>body div#content {
  width:860px;
	}

.header {
  font-size:18px;
	font-weight:bold;
	}

.subheader {
  font-size:14px;
	font-weight:bold;
	}
	
.large {
  font-size:20px;
	font-weight:bold;
	}
	
body,td,th {
	font-size: 12px;
	}
