* {
   padding:0;
   margin:0;
}

/*------------General Styles----------*/

body {
	background:black url(images/background_texture.jpg) repeat-y center top;
	margin:0 auto 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:white;
}

div {margin:0;padding:0;}

a {
	color:#cccccc;
        font-weight:600;
	text-decoration:none;
}

p {
   line-height:1.5em; 
}

a:hover {
	color:white;
}

div.container {
	width:1020px;
	margin:-35px auto 0 auto;
	background:transparent url(images/main_shadow.png) repeat-y scroll top;
	height:1000%;
}

div.main {
	margin:0 28px;
	background-color:#292929;
	border-left:2px solid #131313;
	border-right:2px solid #131313;
	
	
}

div.header {
	background:transparent url(images/title.jpg) 0 45px no-repeat;
	height:200px;
	width:960px;
	text-indent:-99999px;
        margin-top:35px;
}

div.dock_bottom {
	position:absolute;
	width:920px;
	top:0px;
	height:30px;
	background-color:#787878;
	color:white;
	z-index:20;
	font-size:13pt;
	padding:10px 25px 0 14px;
	border-bottom:2px solid white;
}

div.dock_bottom a:hover {
	color:#cccccc;
}

div.dock_bottom a {
	color:white;
        margin-right:4px;
}

div.dock_bottom h3 {
	margin-top:10px;
}

div.dock_bottom h3 a {
	color:#292929;
	text-decoration:none;
}

div.dock_bottom h3 a:hover {
	color:white !important;
}

div.flash {
	position:relative;
	top:-20px;
	background-color:#292929;
	z-index:3;
}

div.content {
	padding: 15px 35px 20px 35px;
}

div.nav li {
	float:left;
	padding-left:7px;
        margin-top:2px;
}

div.nav ul {
	list-style-type:none;
}

div.nav {
	position:relative;
	z-index:2;
	float:left
}

#footer {
   margin-top:45px;
   text-align:center;
   font-weight:300;
   word-spacing:0.3em;
   font-size:.8em;
   line-height:1.5em;
}



#media h2 {
   text-transform:uppercase;
   font-size:18px;
   line-height:30px;
}
