// dreadstargames.com Main Style
// Author: 		Marlowe Northcott
// Site:		http://www.brocktonpoint.com
// Date:		November 8, 2007
// Last Mod:	May 22, 2008


* {
	padding: 0;
	margin: 0;
}

body {
	padding: 0;
	margin: 0;
	min-width: 920px;
	text-align: center;
	background: #0e0e0e url(/assets/images/page/bg.gif) repeat 0 0;
	font:11px/18px "Lucida Grande", Geneva, Arial, Verdana;
}

#wrapper {
	width: 910px;
	position: relative;
	left: 50%;
	margin-left: -455px;
}

#head {
	width: 910px;
	height: 75px;
	margin: 25px 0 0 0;
	padding 0;
	background: transparent url(/assets/images/page/dsgText.png) no-repeat 0 0;
	color: #ffffff;
	text-align: right;
}

#links {
	float:right;
	margin-top: 45px;
	margin-right: 15px;
	position:relative;
	color:#aaa;
	font-size:12px;
}

#links a {
	margin: 0 5px 0 5px;
	padding: 0 0 1px 0;
	color: #fff;
	font-size: 1.3em} 

#links a:hover {
	color: #c1272d;
	border-bottom: 1px solid #fff;
}

#cols {
	margin: 0;
	padding 0;
	background-color: #0e0e0e;
	color: #ffffff;
	text-align: left;
}

#cols h1, #cols h2, #cols h3, #cols p {
	padding: 0 15px 0 15px;
}

#feature {
	width: 910px;
	height: 250px;
	background: url(/assets/images/page/testGradNew.png) no-repeat 0 0;
}

#smallCol {
	width: 280px;
	float: right;
}

#largeCol {
	width: 620px;
	float: left;
}

#colFoot {
	width: 910px;
	height: 15px;
	background: url(/assets/images/page/colBottom.png) no-repeat 0 0;
	clear: both;
}

#footer {
	margin: 10px 0 10px 0;
	text-align: center;
	color: #fff;
}

#footer p {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

a {
	color: #fff;
	text-decoration:none
} 

a:hover {
	color:#c1272d;
}

p.copyright {
	font-size: .8em;
}