/* =Reset Styles ///////////////////////////////////////////////////////////////////*/

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;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}

/* STANDARD STYLES ---------------------------------------------------------- */

strong { font-weight: bold; }
a { outline: none; }
a:link, a:visited, span.faux-link { color: #78736a; text-decoration: none; cursor: pointer; }
a:link:hover, a:visited:hover, span.faux-link:hover {
	color: #000;
}
.clear { clear: both; }
abbr { border-bottom: 1px dotted; cursor: alias; }
p em { font-style: italic; }


html { overflow: -moz-scrollbars-vertical;}
html { overflow-x: auto; }

	/* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */
html, body { height:101% }
body > #wrap {height: auto; min-height: 100%;}
body { background: #000; margin: 0;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans-serif;
	color: #78736a;
	padding: 0;
	text-align: center
}
#wrap {width: 938px; margin: 30px auto;
		background: #000 url(../images/splash/bg.png) repeat-y;
	padding-bottom: 30px;
	text-align: left;
}


#header {
	margin: 30px 0 20px 30px;
	padding-top: 30px;
	padding-bottom: 30px;
}

#left{
	margin-left: 30px;
	float:left;
}

#right{
	margin-right: 30px;
	float:right;
	padding-top: 40px;
}

#right p{
	font-size: 26px;
	line-height: 30px;
	text-transform: uppercase;
}

.light{
	color: #a6a29b;
}

.light a{
	color: #a6a29b;
}

#lowerleft{
	margin-left: 30px;
	float:left;
	padding-top: 20px;
}

#lowerright{
	margin-right: 30px;
	float:right;
	padding-top: 20px;
	
}

h1{
	font-size: 38px;
	line-height: 42px;
	text-transform: uppercase;
}

h2{
	font-size: 26px;
	line-height: 30px;
	text-transform: uppercase;
}

.smallcaps{
	font-size: 18px;
}

