body
{
	background-image: url("../img/background.png");
	background-repeat: repeat-x;
	background-color: #7F7FFF;
	font-family: Arial;
}

#MainContainer
{
	width: 1000px;
	height: 700px;
	margin: 0 auto;
	
}

#Logo
{
	width: 1000px;
	height: 160px;
	background: url("../img/pictos.png");
}

#logo img
{
	margin: 5px;
}

#navigation
{
	width: 1000px;
	height: 30px;
	text-align: center;
	font-size: 1.3em;
	color: black;
	background: url("../img/navigation.png");
}

#navigation a
{
	color: black;
	margin-top: 1px;
	text-decoration:none;
}

#navigation a:hover
{
	text-decoration: underline;	
}

#navigation img
{
	margin: 0;	
}

#subnavi
{
	background: url("../img/subnavibg.png");
	width: 200px;
	margin: 10px;
	height: 430px;
	float: left;
}

#subnavi ul
{
	list-style-type: none;
}

#subnavi a
{
	color: black;
	font-family: Arial;
	font-size: 1.2em;
	text-decoration:none;
}

#subnavi a:hover
{
	color: black;
	font-family: Arial;
	font-size: 1.2em;
	text-decoration:underline;
}

#Content
{
	width: 1000px;
	height: 450px;	
}

#footer
{
	width: 1000px;
	height: 100px;
	background: url("../img/footerbg.png");
	float: left;
}

#dataContainer
{
	width: 750px;
	height: 430px;
	margin: 10px;
	float: right;
	padding-bottom: 6px;
	
	background: url("../img/maincontainerbg.png");
}

#dataContainer p
{
	margin-left: 30px;
}

#dataContainer a
{
  color: white;
} 

#dataContainer h4
{
	margin-left: 30px;
}

#dataContainer table
{
	margin: 20px auto;
}

#dataContainer th
{
	background-color: #09F;
	padding: 3px;
}

#dataContainer td
{
	background-color:#069;
	padding: 3px;
}