/* CSS Document */

body
{
	background: url(images/bg_content.jpg) repeat; 
}

a
{
	color: #0808FF;
	text-decoration: none;
}

a:hover
{
	color: #08FF08;
	text-decoration: none;
}

#content
{
	position: absolute;
	left: 400px;
	top: 580px;
}

#pagepic
{
	position: absolute;
	top: 130px;
	left: 440px;
	
}

#header
{
	background: #1C1C1C;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	height: 56px;
	z-index: 0;
}

#Menu
{
	position: absolute;
	top: 0px;
	left: 580px;
}

#Menu .MenuFont a
{
	color: #FFFFFF;
	background-color: #000000;
	padding: 15px 20px 20px 20px;
	size: 14px;
	margin: 0px;
	z-index: 10;
}

#Menu .MenuFont li
{
	display: inline;
	z-index: 10;
}

#Menu .MenuFont a:hover
{
	background-color: #D72A00;
}

#Menu .MenuFont a .rollover
{
	display: none;
}

#Menu .MenuFont a .rollover
{
	position: absolute;
}