*{
margin: 0;
padding: 0;
}
body{

text-align: center;
background:#fff url("img/bg.jpg") repeat-x top left;
font-family: Arial, sans-serif;
font-size: 12px;
color: #353535;
line-height: 18px;}

#content{
margin: 0 auto;
width: 780px;
text-align: left;
padding: 30px 10px 20px 25px;
border-top: 5px solid #353535;
background-color:#fff}

h1{
font-size: 23px;
font-weight: normal;
padding-bottom: 10px;
}

.oranz{
color: #F05823;}
.lime{
color: #C7CC56;}
.purple{
color: #9265B9;}
.blue{
color: #6D9BCC;}
.brown {
color: #7B443C;
}

#header.oranz{background:#fff url("img/header.gif") no-repeat top left;}
#header.lime{background:#fff url("img/lime.gif") no-repeat top left;}
#header.purple{background:#fff url("img/purple.gif") no-repeat top left;}
#header.blue{background:#fff url("img/blue.gif") no-repeat top left;}
#header.brown{background:#fff url("img/brown.gif") no-repeat top left;}

h2{
text-transform: uppercase;
font-size: 12px;
font-weight: bold;
margin: 0;}

img.seal{
position: relative;
float: right;
top: -75px;
right: 40px;}

#header{
height: 350px;
margin-left: 25px;
margin-top: 20px;
_margin-top:-70px; 
width: 710px;}

html>body #header {
*margin-top: -70px;}

#header.headtxt {
padding: 20px 20px 0px 205px; 
width:500px;
margin-left: 25px; 

}

div.stupidie {
_margin-left: 200px;
_width: 500px;
_margin-top: 23px;}

h2.tophead{padding-bottom: 20px;}
b{
font-size: 20px;
color: white;
font-weight: normal;
line-height: 26px;
}


p.bold{font-size: 15px;font-weight: bold;line-height: 40px;}

form{padding: 10px 0;}

input.field{
border: 1px solid #c1c1c1;
height: 25px;
width: 70px;}

a {color: #353535;text-decoration: underline;}
a:hover{text-decoration: none;}

hr{
margin: 10px 0;
height: 1px;
border-top: 1px solid #c1c1c1;
border-left: none;
border-right: none;
border-bottom: none;
}
#footer{padding-top: 20px;}
#footer, #footer a{
color: #c1c1c1;
font-size: 10px;
clear: both;
text-align: center;}


ul {
  float: left;
  width: 255px;
  margin: 0;
  padding: 0;
  list-style: none;
 text-align: center;
}
 
li {
  float: left;
  width: 230px;
  margin: 0;
  padding: 0;
} 
#col1 li{float: left;}
#col3 li{float: right;}
#col2 ul {border-left: 1px solid #c1c1c1;border-right: 1px solid #c1c1c1;}
#col2 li{}

