html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: #000;
	height:100%;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.clear{
	clear:both;
}
.float_left{
	float:left;
}
.float_right{
	float:right;
}


body{
	color:#fff;
}
a, a:visited{
	color: #ff1805;
	text-decoration:none;
}

#top, #right, #bottom, #left{
	position:fixed;
	z-index:250;
	background-color:#999;
	background-repeat:no-repeat;
	background-position:center center;
}

#top{
	background-image:url(images/top_bg.gif);
	top:0px;
	left:0px;
	right:0px;
	height:10px;
}
#right{
	width:10px;
	background-image:url(images/right_bg.gif);
	right:0px;
	bottom:0px;
	top:0px;
}
#bottom{
	background-image:url(images/bottom_bg.gif);
	bottom:0px;
	left:0px;
	right:0px;
	height:10px;
}
#left{
	width:10px;
	background-image:url(images/left_bg.gif);
	left:0px;
	bottom:0px;
	top:0px;
}

#page_container{
	background-color:#000;
	text-align:center;
	padding:10px;
}
#content_container{
	margin-left:auto;
	margin-right:auto;
	
}
#header, #main_container, #footer{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
#header_gradient{
	height:120px;
	
	background-image:url(images/revised/top_gradient.gif);
	background-repeat:no-repeat;
	background-position:top center;
	margin-left:auto;
	margin-right:auto;
}
#header{
	margin-bottom:25px;
}
#main_container{
	position:absolute;
	left:10px;
	right:10px;
	z-index:200;
	height:400px;
}
#footer{
	font-family:Arial;
	font-weight:bold;
	margin-top:425px;
	padding-bottom:20px;
	position:absolute;
	left:10px;
	right:10px;
	z-index:205;
	text-align:right;
	text-transform: uppercase;
	font-size: 10px;
}
#footer ul{list-style: none;}
#footer li{display: inline;margin: 0px 0px 0px 8px;border-right: 1px solid #310e31;padding-right:8px;}
#footer li.first{margin-left: 0px;}
#footer li.last{border-right: none;padding-right:0px;}

#footer p{padding-right: 38px;line-height: 26px;}
#footer p.copyright{margin-top: 32px;}
#footer p span{color: #424242}
#footer address{ font-style:normal;}

#footer a, #footer a:visited{text-decoration:none;}
	
	
#footer_gradient{
	height:100px;
	width:966px;
	background-image:url(images/revised/bottom_gradient.gif);
	background-repeat:no-repeat;
	background-position:bottom center;
	position:fixed;
	bottom:10px;
	left:0px;
	right:0px;
	margin-left:auto;
	margin-right:auto;
	z-index:1;
}
#logo{
	padding-left:11px;
}
#social_icons{
	padding-top:28px;
	padding-right:9px;
	display:none;
}