/*
 * Version: $Revision: 1.3 $
 * Author: BeSite <info@besite.nl>
 * Copyright 2007 BeSite
 */

BODY
{
	background-color: black;
	background-image: url(/img/back.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
 
DIV#Center
{
	width: 775px;
	margin-left: auto;
	margin-right: auto;
}

DIV#Menu
{
	height: 36px;
	line-height: 36px;
	background-image: url(/img/menuBack.gif);
	backgorund-repeat: no-repeat;
	margin-top: 50px;
	margin-bottom: 25px;
	padding-left: 20px;
	padding-right: 20px;
}

DIV#Header
{
	position: relative;
	height: 215px;
}

DIV#Info
{
	position: absolute;
	top: 150px;
	right: 70px;
	text-align: center;
	font-size: 9pt;
}

DIV#Main
{
	position: relative;
	background-image: url(/img/mainBack.png);
	background-repeat: repeat-y;
}

DIV#Content
{
	position: relative;
	margin-left: 20px;
	margin-right: 20px;
	background-color: white;
}

H1#PageTitle
{
	margin-top: 0px;
	padding-top: 20px;
}

DIV#Whitespace
{
	height: 20px;
}

DIV#Footer
{
	height: 30px;
	background-image: url(/img/footerBack.png );
	line-height: 20px;
	text-align: center;
	font-size: 9pt;
}

/* Menu Styles */
DIV#Menu UL
{
	margin: 0;
	padding: 0;
}

DIV#Menu LI
{
	list-style: none;
	margin: 0;
	margin-left: 5px;
	margin-right: 5px;
	padding: 0;
	display: inline;
}

DIV#Menu A
{
	text-decoration: none;
	color: white;
}
