@charset "utf-8";
/* CSS Document */

body
{
	color:#FFF;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:8pt;
	background-color:#000;
	margin:0px;
	overflow:hidden;
}

#top_gradient
{
	width:100%;
	height:138px;
	position:absolute;
	top:0px;
	left:0px;
	background-image:url(images/top_gradient.jpg);
	background-repeat:repeat-x;
	z-index:-100;
}

#logo
{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:975px;
	text-align:center;
	z-index:1;
}

#orange_bar
{
	height:266px;
	width:100%;
	background-image:url(images/orange_bar.png);
	background-repeat:repeat-x;
	position:relative;
	top:-266px;
	margin-bottom:-266px;
	z-index:2;
}

#content
{
	position:relative;
	width:975px;
	height:400px;
	top:-100px;
	margin-left:auto;
	margin-right:auto;
	z-index:3;
}

#scrolling
{
	background-image:url(images/content_area.png);
	background-repeat:repeat;
	height:400px;
	border-left:#FFF solid 1px;
	vertical-align:text-top;
	width:700px;
	overflow:auto;
}

.vertical_align
{
	vertical-align:text-top;
}

h1
{
	font-size:10pt;
}

#navigation
{
	vertical-align:top;
	display:block;
	font-size:12pt;
	margin-left:50px;
}

#navigation a:link
{
	text-decoration:none;
	color:#FFF;
}

#navigation a:hover
{
	text-decoration:none;
	color:#f90;
}

#navigation a:visited
{
	text-decoration:none;
	color:#36C;
}

#bottom_gradient
{
	width:100%;
	height:138px;
	position:absolute;
	bottom:0px;
	left:0px;
	background-image:url(images/bottom_gradient.jpg);
	background-repeat:repeat-x;
	z-index:-100;
}