/* 
CSS Document 
name: main.css
user: thorid
author: Christiane Eibeck
*/

body {
  background-color: #666699;
  font: 12px verdana, sans-serif;
  color: #000;
  padding: 0px;
}

#holder{
  position: center;
  background-color: #eeeeee;
  border: 2pt solid #000000;
	width: auto;
	height: auto;
}

#top {
	position: relative;
	left: 0px;
	top: 0px;
	width: auto;
	height: 94px;
}
#topleft {
	position: relative;
	left: 0px;
	top: 0px;
	width: 94px;
	height: 94px;
  float: left;
}
#topleft1 {
	position: absolute;
	left: 0px;
	top: 0px;
  background-color: #444466;
  border-right: 2pt solid #000000;
  border-bottom: 2pt solid #000000;
	width: 60px;
	height: 60px;
}
#topleft2 {
  position: absolute;
	left: 63px;
	top: 0px;
  background-color: #9898BA;
  border-right: 2pt solid #000000;
  border-bottom: 2pt solid #000000;
	width: 30px;
	height: 30px;
}
#topleft3 {
	position: absolute;
	left: 0px;
	top: 63px;
  background-color: #9898BA;
  border-right: 2pt solid #000000;
  border-bottom: 2pt solid #000000;
	width: 30px;
	height: 30px;
}

#topright {
	position: relative;
	left: 0px;
	top: 0px;
	width: 80%;
	height: 90px;
  float: right;
}
#topright h1{
  position: relative;
  margin-left: 50px;
  margin-top: 10px;
  font: 3.2em verdana, serif;
  color: #444466;
}
#topright h2{
  position: relative;
  margin-left: 150px;
  margin-top: -40px;
  font: 2.2em verdana, serif;
  color: #9898BA;
}

#center{
	position: relative;
	width: auto;
	height: auto;
	margin: 0px 20px 0px 20px;
  color: #444466;
}
#menu{
	position: relative;
  width: 190px;
  height: auto;
 	padding-top: 50px;
	float: left;
}
#menu a{
  display: block;
  width: 120px;
  height: 20px;
  margin-top: 10px;
  padding-top: 6px;
  color: #ffffff;
  background-color: #444466;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}
#menu a:visited{
  color: #ffffff;
  background-color: #444466;
  text-decoration: none;
}
#menu a:hover{
  color:#ffffff;
  background-color: #666699;
  text-decoration: none;
}
#menu a:active{
  color:#000000;
  background-color: #9898ba;
  text-decoration: none;
}
#menu a:focus{
  color:#ffffff;
  background-color: #666699;
  text-decoration: none;
}

#content{
	position: relative;
	width: auto;
  height: auto;
	padding: 0px;
	margin-left: 160px;
	margin-right: 10px;
  text-align: left;
}
#content h1{
  position: relative;
  font: 1.8em verdana, serif;
  color: #444466;
  font-weight: normal;
  text-decoration: underline;
}
#content h2{
  position: relative;
  font: 1.8em verdana, serif;
  color: #444466;
  font-weight: normal;
  text-decoration: none;
}
#content a{ 
  color: #444466; 
  font-weight: normal; 
  text-decoration: underline;
}
#content a:hover{ 
  color: #9898BA; 
  font-weight: normal; 
  text-decoration: underline;
}

#bottom {
	position: relative;
	left: 0px;
	top: 0px;
	width: auto;
	height: 94px;
}
#bottomleft {
	position: relative;
	left: 0px;
	top: 0px;
	width: 80%;
	height: 94px;
  float: left;
}
#bottomleft h2{
 font: 0.8em verdana, serif;
 color: #444466;
 margin: 0 0 0 15px;
}
#bottomleft a{ 
  color: #444466; 
  font-weight: normal; 
  text-decoration: none;
}
#bottomleft a:hover{ 
  color: #9898BA; 
  font-weight: normal; 
  text-decoration: none;
}
#bottomright {
	position: relative;
	left: 0px;
	top: 0px;
	width: 94px;
	height: 94px;
  float: right;
}
#bottomright1 {
	position: absolute;
	left: 31px;
	top: 31px;
  background-color: #444466;
  border-left: 2pt solid #000000;
  border-top: 2pt solid #000000;
	width: 60px;
	height: 60px;
}
#bottomright2 {
  position: absolute;
	left: 61px;
	top: -2px;
  background-color: #9898BA;
  border-left: 2pt solid #000000;
  border-top: 2pt solid #000000;
	width: 30px;
	height: 30px;
}
#bottomright3 {
	position: absolute;
	left: -2px;
	top: 61px;
  background-color: #9898BA;
  border-left: 2pt solid #000000;
  border-top: 2pt solid #000000;
	width: 30px;
	height: 30px;
}


