* {
    padding: 0;
    margin: 0;
} 

body {
background: #953500;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
color: #000000;
}

img { border: none; }
a { color: #000000; text-decoration: none; }
a:hover { text-decoration: underline; color : #fff; }

#main{
width: 960px;
background: #ffff00 url(images/logo.jpg) no-repeat;
margin: 0px auto;
}

#wrap {
width: 960px;
background: #;
margin: -60px auto;
}
.header {
padding-top: 20px;
width: 960px;
height: 260px;
margin: 0px auto;
text-transform: uppercase;
background: #;
}
.header h1 {
font-size: 34px;
font-weight: 100;
padding: 10px 0 4px 10px;
letter-spacing: -3px;
}
.header h1 a {
color: #000000;
text-decoration: none; 
}
.header h1 a:hover { 
color: #fff;
text-decoration: none; 
}
.header h2 {
font-size: 17px;
font-weight: 100;
color: #000000;
padding-left: 12px;
}

.navigation { 
padding-top: 20px;
float : left ;
list-style: none; 
width: 200px;
}
.navigation ul { list-style-type: none; }
.navigation li { 
padding: 0; 
margin: 0; 
}
.navigation a, 
.navigation a:visited {
text-transform:uppercase;
display: block;
height: 25px;
line-height: 25px;
padding: 0 10px 0 10px;
color: #ffffff;
background: #ff7200;
text-decoration: none;
border-bottom: 1px solid #171B20;
}
.navigation a:hover {
color: #ffffff;
background-color: #933500;
}

.content {
padding: 10px 10px 10px 0px;
float: right;
width: 740px;
}
.content h2 {
color: #ff7200;
font-size: 28px;
letter-spacing: -2px;
font-weight: 100;
padding: 10px 0 10px 0;
text-transform: uppercase;
}
.content h2 a { }
.content h2 a:hover { text-decoration: none; }

.content h3 {
color: #000000;
font-size: 16px;
letter-spacing: 1px;
font-weight: 80;
padding: 10px 0 10px 0;
text-transform: uppercase;
}


.footer {
padding: 10px;
font-size: 11px;
color: #000000;
text-align: center;
background: #ffff00;
}
.footer a {
color: #000000;
}
