/* CSS Document */

form.searchform {display: inline;}

body {
  background: #C0C8D8 url("img/bg.gif") top repeat-x; 
  margin:0;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding:0;
  color:#000;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  line-height:20px;
  }
  
a {
  color:#990000;
  text-decoration:none;
  }
  
.punk {
	text-transform:lowercase;
}
  
a:hover {
  color:#FF0000;
  text-decoration:underline;
  } 
  
h1 {
  font-size:200%;
  color:#990000;
  line-height:1px;
  }
  
h2 {
  font-size:15px;
  line-height:20px;
  color:#000033;
  }

.burgundy {
font-weight:bold;
color:#990000;
  }

#block {
  margin-left:auto;
  margin-right:auto;
  width:960px;
  }

#navigation a 
{ 
color: #FFF; 
background: #051A69 url("img/tab_left.gif") left top no-repeat; 
text-decoration: none; 
padding-left: 10px 
} 

#navigation a span 
{ 
background: url("img/tab_right.gif") right top no-repeat; 
padding-right: 10px 
} 

#navigation a, #navigation a span 
{ 
display: block; 
float: right
} 

/* Commented backslash hack hides rule from IE5-Mac \*/ 
#navigation a, #navigation a span 
{ 
float: none 
} 
/* End IE5-Mac hack */ 

#navigation a:hover 
{ 
color:#F7E300;
background: #051A69 url("img/tab_left.gif") left top no-repeat; 
text-decoration: none; 
padding-left: 10px 
} 

#navigation a:hover span 
{ 
background: url("img/tab_right.gif") right top no-repeat; 
padding-right: 10px;
color:#F7E300;
} 

#navigation 
{ 
list-style: none; 
padding: 0; 
margin: 0 
}

.white 
{ 
color:#FFFFFF;
} 

.soft 
{ 
color:#A5AEB8;
}

.soft a { 
	color:#A5AEB8;
}

.soft a:hover { 
	color:#FF0000;
} 

.white a
{ 
color:#FFFFFF;
text-decoration:none;
} 

.white a:hover
{ 
color:#CCFF00;
text-decoration:none;
} 

#navigation li 
{ 
float: right; 
display: block; 
margin: 0; 
padding: 0 
}