@charset "utf-8";
/* CSS Document */

/* CSS RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

img { 
	border:0;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
/* CSS RESET */

a:link {
	color: #993300;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #CCCCCC;
}
a:active {
	color: #993300;
}

body {
	background:url(../images/main-bg.gif) repeat-x #0d0d0d;
	color:#dbdbdb;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.content {
	width:956px;
}
.content-container {
	min-height:460px;
	margin:0px auto;
	background-color:#171717;
	width:700px;
	padding:12px 50px;
}
.content-container h1{
	font-size:18px;
	font-weight:bold;
}
.content-container h2{
	font-size:14px;
	font-weight:bold;
}
.content-container h3{
	font-size:12px;
	font-weight:bold;
}
.content-container ul{
	font-size:12px;
	margin:12px;
}
.content-container li{
	margin:6px;
}

.footer {

	margin:0px auto;
	border-top:1px solid #555555;
	width:800px;
	text-align:center;
}
.footer-text {
	padding:16px 0px;
	color:#555555;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.footer-text a{
	color:#666666;
}

.header {
	background:url(../images/header.gif) no-repeat;
	height:297px;

}
.main {
	margin:0px auto;
	width:956px;

}
.nav {
	background:url(../images/nav-bg.gif) no-repeat;
	height:33px;

}
.nav-text{
	letter-spacing:1px;
	padding:6px;
	margin-left:122px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	text-transform:uppercase;
}

.update-section {

	margin:0px auto;
	background:url(../images/updates-bg.gif) no-repeat;
	width:800px;
	height:88px;
}
.update-text {
	padding:20px 60px 0px 60px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.update-text h1{

	font-size:18px;
	font-weight:bold;
}