#body{
  width:980;
  border:1px solid black;
}

/*styles for header*/
#header{
  height:160px;
  width:980px;
}

#header a{
  color:#000;
  text-decoration:none;
  font-family:verdana, times new roman;
  font-variant:small-caps;
  font-size:0.7em;
  margin:0px 0px 0px 28px;
}
#header a:hover{
  background-color:#D2D6D6;
}

/*styles for content*/
#content{
  width:980px;
}

#content a{
  color:#000000;
  background-image:url(../images/bg_lines_grau.gif);
  font-family:verdana, times new roman;
  font-size:0.8em;
  text-decoration:none;
  padding:3px;
  margin:0px 0px 0px 28px;
}

#content a:hover{
  text-decoration:underline;
}

#content span a{
  background-image:none;
  padding:0px;
}

#content img{
  margin:5px 0px 0px 28px;
}

#content a img{
  margin:0px 0px 0px 0px;
}

#content div a{
  color:#333333;
  margin:0px 0px 0px 0px;
  background-image:none;
  font-size:0.7em;
}

#content div a:hover{
	text-decoration:none;
	font-style:oblique;
}

#description{
  background-image:url(../images/bg_lines_grau.gif);
  padding:4px 5px 4px 5px;
  margin:15px 0px 0px 28px;
  font-family:verdana, times new roman;
  font-size:0.7em;
  font-variant:small-caps;
}

.header1{
  color:#333333;
  font-family:verdana;
  font-size:0.8em;
  letter-spacing:1px;
  font-weight:bold;
  margin:35px 0px 0px 28px;
}

.header2{
  font-family:verdana, times new roman;
  font-size:0.7em;
  font-style:italic;
  letter-spacing:1px;
  margin:3px 0px 20px 28px;  
}

.project_scroll_spacer{
  height:30px;		
}

.content_text{
  font-family:verdana, times new roman;
  font-size:0.7em;
  margin:20px 0px 10px 28px;
}

.content_text a{
  font-size:1.7em;
  color:#000033;
}

.posted{
  font-family:verdana, times new roman;
  font-size:0.7em;
  font-style:italic;
  margin:10px 0px 0px 28px;
}

/*styles for footer*/
#footer{
  height:108px;
  width:980px;
  background-color:#FFFFFF;  
  font-family:verdana, times new roman;
  font-variant:small-caps;
  font-size:0.5em;
}

#footer a{
  text-decoration:none;
  color:#99CC33;
}

#footer a:hover{
  text-decoration:underline;
}

.footer_text{
  margin:10px 0px 0px 28px;
  float:left;
}

#vertScrollContainer{
	overflow:auto;
	width:724px;
}
