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

BODY
{
	background-color: #ffffff;
	background-image: url(/img/allBack.png);
	background-position: center center;
}

BODY#IE 
{
	text-align: center;
}

DIV#Center 
{
	position: relative;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: white;
	text-align: left;
}

DIV#Header 
{
	background-image: url(../img/headerBack.png);
	background-repeat: none;
	height: 158px;
	text-align: center;
	color: white;
	font-size: 22px;
	font-weight: bold;
}

DIV#Header H1
{
	margin: 0;
	padding: 0;
	padding-top: 50px;
	font-size: 30px;
	font-style: italic;
	color: white;
}

DIV#Menu
{
	background-image: url(../img/menuBack.png);
	background-repeat: repeat-y;
	text-align: left;
	height: 25px;
	padding-left: 30px;
	padding-right: 30px;
}

DIV#Menu DIV.Menu, DIV#Menu DIV.MenuSelected
{
	color: white;
	line-height: 25px;
	font-weight: bold;
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid white;
}

DIV#Menu DIV.Menu A
{
	color: white;
}

DIV#Menu DIV.MenuSelected, DIV#Menu DIV.MenuSelected A
{
	color: #f2ff21;
}

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

DIV#Content
{
	position: relative;
	padding: 10px;
	background-position: bottom;
	background-repeat: none;
	min-height: 350px;
	padding-left: 30px;
	padding-right: 30px;
}

DIV#Footer
{
	position: absolute;
	bottom: 0px;
	background-image: url(../img/bottomBack.png);
	height: 15px;
	padding-top: 335px;
	width: 100%;
	font-size: 8pt;
	text-align: center;
}

DIV#Footer A
{
	color: #ababab;
}

