/* CSS Document */

/* algemeen */
body
{
	font-family: "Lucida Sans" , "Trebuchet MS" , sans-serif;
	font-size: 13px;
	text-align: center;
	/*background: #cdbfac;*/
	/*background-color:#2B2821;*/
	height: 100%;
	margin: 0px auto;
}
h1
{
	font-size: 17px;
	font-weight: bold;
}
h2
{
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
}
h3
{
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
h4
{
	font-size: 13px;
	font-weight: bold;
}
p
{
	font-size: 11px;

}
a
{
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color:#000000;
}
a:visited
{
font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color:#000000;
}
a:hover
{
	color: #6699ff;
}

/* landing */
.copyright
{
  width:900px;
  float:none;
  padding-top:10px;
  margin-top:40px;

}
.landing_container
{
	width: 1031px;
	height: 600px;
	padding: 0px;
	padding-top:20px;
	margin: 0px auto;
	margin-top:40px;
}
.splash
{
background: right no-repeat url(img/splash.jpg);
width:700px;
height:500px;

margin:auto;

}
.landing_left
{
	width:350px;
	float:left;
	height:40px
	/*border:1px solid black;*/
}

.landing_right
{
	width:350px;
	float:right;
	text-align:right;
	height:40px;
}


.landing_right h1
{
	font-size: 16px;
}
.landing_right p
{
	margin-left:100px;
	text-align:left;
}

.intro
{
background-color:#666666;
}

table
{

font-size:0.8em;
color:#FFFFFF;}



