*
{
	margin: 0;
	padding: 0;
}

h1
{
	display: table-cell;
	font-size: 22px;
	line-height: 70px;
	text-align: center;
	height: 63px;
	width: 700px;
	background: transparent url('../images/site/marquee.png') no-repeat 50%;
}

h3
{
	font-weight: bold;
	font-size: 14px;
	margin-top: 1em;
}

body
{
	color: #FFF;
	//background: #100707 url('../images/site/stage_bg.png') no-repeat 50% 0 fixed;
	background: #000 url('../images/site/content.png') repeat-y 50% 0;
}

#content
{
	//padding-top: 124px;
	top: 124px;
	padding-bottom: 72px;
}

.highlight
{
	font-weight: bold;
}

body, td, th
{
	font-family:"frutiger linotype","lucida grande",helvetica,arial,sans-serif;
	font-size: 12px;
}

th
{
	text-align: center;
	font-weight: bold;
}

#header
{
	//position: fixed;
	top: 0px;
	padding-top: 5px;
	left: 0px;
	width: 100%;
	height: 124px;
	z-index: 5;
}

div#header
{
	height: 124px;
}

ul
{
	list-style: inside;
	padding-left: 25px;
}

#menu_container
{
	position: fixed;
	//top: 124px;
	bottom:0px;
	left: 0px;
	width: 100%;
	z-index: 10;
}

#menu
{
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	z-index: 10;
	list-style-type: none;
}

#menu li
{
	display: table-cell;
	color: #FFF;
	text-align: center;
		
	/* Doesn't work in IE 6 Win */
	vertical-align: bottom;
	padding-bottom: 20px;
}

li.nav1
{
	width: 139px;
	height: 52px;
	background: transparent url('../images/site/nav_1.png') no-repeat bottom;
}

li.nav2
{
	width: 133px;
	height: 52px;
	background: transparent url('../images/site/nav_2.png') no-repeat bottom left;
}

li.nav3
{
	width: 132px;
	height: 52px;
	background: transparent url('../images/site/nav_3.png') no-repeat bottom left;
}

li.nav4
{
	width: 133px;
	height: 52px;
	background: transparent url('../images/site/nav_4.png') no-repeat bottom left;
}

li.nav5
{
	width: 133px;
	height: 52px;
	background: transparent url('../images/site/nav_6.png') no-repeat bottom left;
}

li.nav6
{
	width: 137px;
	height: 52px;
	background: transparent url('../images/site/nav_6.png') no-repeat bottom left;
}

#menu a
{
	color: #833;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 1px 1px white, -1px -1px #000;
	
}

#menu a:hover
{
	color: #f00;
	text-shadow: -1px -1px white, 1px 1px #000;
	
}

a
{
	color: #DD0000;
	text-decoration: none;
	text-shadow: 0px -1px #000;
}

a:hover
{
	font-weight: bold;
}
a img
{
	border:1px solid #fff;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
}

.this_page
{
	font-weight: bold;
	font-size: 14px;
	color: #f00;
	text-shadow: 1px 1px white, -1px -1px #000;
}

.disabled_link
{
	color: #999;
}

p
{
	margin-top: 1em;
	margin-bottom: 1em;
}

hr
{
	height: 0px;
	border: 0px;
	border-top: 1px solid #FFF;
}

.advisor img
{
	float: left;
	padding: 0px 10px 10px 10px;
}

.clear
{
	clear: both;
}
