/* CSS Document */

body
{	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: Black;
	margin: 20px 0; padding: 0px;
	text-align: center;
}

#container
{	position: relative;
	width: 800px; height: 660px;
	margin: 0 auto; padding: 0;
	text-align: center;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
}

#header
{	position: absolute;
	top: 0px; left: 0px;
	height: 100px; width: 800px;
	background-color: transparent;
}
#header a
{	position: absolute;
	top: 34px; left: 575px;
	height: 34px; width: 173px;
	background-color: transparent;
}
#header h1 a span
{	display: none;
}

#content
{	position: absolute;
	top: 115px; left: 165px;
	height: 465px; width: 600px;
	padding: 5px;
	background-color: White;
	text-align: left;
	overflow: auto;
	z-index: 100;
}
#content p.para1
{	text-indent: 4em;
}
#content h2, h3, strong
{	color: #339999;
}

#footer
{	position: absolute;
	top: 600px; left: 160px;
	height: 40px; width: 620px;
	text-align: center;
	font-size: 10px;
	line-height: 15px;
}

#menu
{	position: absolute;
	top: 160px; left: 20px;
	height: 450px; width: 110px;
	z-index: 300;
	font-size: 10px;
	font-weight: bold;
	color: #339999;
}


#menu #newsbox
{	position: relative;
	height: 150px; width: 110px;
	margin: 20px auto;
	background-color: transparent;
	color: Black;
}

#menu #newsbox div
{	position: absolute;
	top: 10px; left: 10px;
	height: 130px; width: 90px;
	display: none;
}