.header {
        width:1000px;
        height:125px;
}

.headerimage{
        position:relative;
        top:20px;
        width:1000px;
        height:125px;
        background-image: url(../imgs/header.gif);
}

.breadcrump {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #666666;
	font-size: 14px;
	font-weight: bold;
        margin: 0px 0px 0px 0px;
        padding: 0px 10px 0px 10px;
}	

.goback {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #666666;
	font-size: 14px;
	font-weight: bold;
        margin: 0px 0px 0px 0px;
        padding: 0px 10px 0px 0px;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}

div#teaser {
  width: 780px;
  text-align: justify;
  background-color: #CCCCCC;
  padding: 5px 10px 5px 10px;
  margin: 0px 0px 0px 0px;
}

div#teaser a {
	text-decoration: none;
	color: #666666;
}

div#navigation {
  float: left;
  z-index:1;
  width:180px;
  height:550px;
  margin: 0px 0px 0px 0px;
  padding: 10px 10px 10px 10px;
  font-family: Arial, Arial Narrow, Georgia, Times New Roman, Times, serif;
  color: #666666;
  font-size: 12px;
  font-weight: bold;
}


div#navigation a {
  display: block;
  text-decoration: none;
  color: #666666;
}
div#navigation a:link {
  color: #666666;
}
div#navigation a:visited {
  color: #666666;
}
div#navigation a:hover {
  color: #666666;
}
div#navigation a:active {
  color: #666666;
}
