@charset "utf-8";
/* CSS Document */

/* General
-----------------------------------------------------------*/

body { 
	background: #FFF url(../images/bg.jpg) repeat-x scroll 0 0; 
}

html {
	height: 100%;
	width: 100%;
	margin:0;
	padding:0;
}

* { 
	padding: 0; 
	margin: 0;
}


/* Layout
-----------------------------------------------------------*/

#wrapper {
	margin: 25pt auto;
	padding: 0;
	width: 730px;
}

#header {
	background: #FFF url(../images/bg_graphic.gif) no-repeat scroll right;
	position: relative;
	height: 99px;
}

#content {
	background: #fff;
	width: 730px;
	float: left;
}

a#logo { 
	background: url(../images/logo.gif) no-repeat; 
	width: 271px; 
	height: 63px; 
	margin: 30px 0 0 34px; 
	display: block; 
	text-indent: -999em; 
	overflow: hidden;
	outline: none;
	float: left;
}

#footer {
	width: 850px; 
	height: 32px; 
	float: left; 
}

/* Flashplayer
-----------------------------------------------------------*/

#flashplayer { 
	width: 550px;
	height:380px;
	margin: 20px auto;
}

a#player { 
	width: 550px;
	height: 380px;
	float: left;
	border: 1px solid #d1d1d1;
	display: block;
}

a#player.first { 
	width: 550px;
	height: 350px;
	float: left;
	border: 1px solid #d1d1d1;
	display: block;
}

.grey_header_box { 
	width: 109px;
	height: 24px;
	background: url(../images/button.gif) 0 0 no-repeat; 
	display: block;
	padding: 7px 0 0 23px;
	float: right; 
	position: absolute;
	right:50px;
	top:41px;
}

#header .grey_header_box a { 
	font-size: 11px;
}

.disclaimer {
	background:;
	clear: both;
	margin: 25px auto;
	width:550px;
}


/* Typography
-----------------------------------------------------------*/

h1, h2 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	line-height: 140%;
	font-weight: bold;
	color: #232020;
	clear: both;
}

h1 {
	display: block;
	border-bottom: 2px solid #FFCC00;
	margin: 25px auto;
	width: 551px;
}

h2 { 
	font-size: 0.86em;
	color: #FFCC00;
}

ul, p, a { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.79em;
	line-height: 145%;
	color: #4f4b4a;
}

.disclaimer p {
	font-size: 0.60em;
	line-height: 125%;
	color: #999999;
	clear: both;
	margin: 7px 0;
}

/* Links
-----------------------------------------------------------*/

a:link, a:visited { 
	font-size: 0.91em;
	line-height: 140%;
	color: #4f4b4a;
}

a:hover { 
	color: #848586;
}

ul li a { 
	font-size: 1em!important;
}
