/* 9/13/09 File starte */

body
{
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-color: #000000;
  margin: 0;
  padding: 0;
  border: 0;
  background-color: #ffffff;
}

#Container
{
  position: relative;
  margin: 0 auto;
  width: 800px;
}

#Banner
{
  position: relative;
  width: 800px;
  height: 330px;
  top: 0;
  left: 0;
}

#Logo
{
  position: absolute;
  width: 800px;
  height: 75px;
  top: 0;
  left: 0px;
}

#PhoneNumber
{
  position: absolute;
  width: 400px;
  height: 40px;
  top: 0;
  left: 15px;
}  

#BannerPhoto
{
  position: relative;
  width: 770px;
  height: 221px;
  top: 76px;
  left: 15px;
}

#Motto
{
	position: absolute;
	width: 800px;
	height: 25px;
	top: 302px;
	left: 0;
}

#Navigation
{
  position: relative;
  width: 770px;
  height: 20px;
 /*
  left: 0px;
  top: 330px;
 */
  background-color: #EC2027;
  padding: 8px 20px 3px 5px;
  text-align: right;
}

#Content
{
  position: relative;
  width: 800px;
  /*
  top: 360px;
  left: 0px;
  */
}

#Text
{
  position: relative;
  width: 600px;
  margin: 0 0 0 20px;
}

#Footer
{
  clear:both;
  float:right;
  width: 800px;
  height: 200px;
}

/* Class layers */
.Credits
{
  margin: -5px 0px 20px 200px;
}

