@charset "UTF-8";
/* CSS Document */

body
{
	background: #000 url(images/bg_index.jpg) top center no-repeat;
	background-attachment: scroll;
	color: #fff;
	margin: 0;
	padding: 0;
}

#page
{
	width: 900px;
	margin: 0 auto;
	padding: 0;
}

#page-inner
{
	text-align: center;
}

img, div
{
	behavior: url(iepngfix.htc);
	border: 0;
}



a, a:link, a:active, a:visited
{
	color: #cc9;
	text-decoration: none;
}

a:hover
{
	color: #9cf;
	text-decoration: underline;
}




#content
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.5em;
	padding: 15px;
	position: relative;
	text-align: center;
	margin-top: 250px;
}

p
{
	margin: 1.5em;
	text-align: left;
}

h1
{
	font-size: 32px;
	font-weight: normal;
	color: #fff;
}

h2
{
	font-size: 24px;
	font-weight: normal;
	color: #fff;
}

h3
{
	display: block;
	margin: 75px auto 20px auto;
	width: 750px;
	font-size: 20px;
	font-weight: normal;
	font-style: italic;
	line-height: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
}






#flashvideo
{
	display: block;
	width: 600px;
	height: 337px;
	padding: 30px;
	margin: 0 auto;
	background: url(images/video_frame.png) center no-repeat;
}







/* Navbar Styles */

#navbar
{
	position: absolute;
	top: 22px;
	margin: 0;
	padding: 0;
}

#navbar ul
{
	padding: 0;
	margin: 0;
	text-align: center;
}

#navbar ul li
{
	padding: 0;
	margin: 0;
	display: inline;
}

#navbar li
{
	float: left;
}

#navbar a, #navbar a:link, #navbar a:visited
{
	display: block;
	width: 150px;
	height: 39px;
	background: url(images/navbar_nm.png);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 39px;
	font-weight: bold;
	color: #cc9;
}

#navbar a:hover
{
	background: url(images/navbar_hv.png);
	color: #fff;
	text-decoration: none;
}






/* Footer Styles */

#footer
{
	width: 900px;
	height: 255px;
	margin: 0 auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-align: center;
}