* {
    padding: 0;
    margin: 0;
} 

body {
background-color: #A52A2A;
background: url("bg.png") repeat center top;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin-bottom: 20px;
}

img { border: none; }
a { color: #97C4FF; text-decoration: none;}
a:hover { text-decoration: underline; color : #FFF; }

#wrap {
margin: 0 auto 0 auto;
width: 800px;
background: #000;
}

#header { 
height: 200px;
background: url("TopHead.gif") no-repeat center left;
}

#header h1 {
font-size: 28px;
font-weight: 100;
letter-spacing: 2px;
padding: 110px 0 5px 10px;
}

#header h1 a {
color: #FF4800;
text-decoration: none;
margin-top: 100px;
}

#header h1 a:hover {
color: #aaa;
text-decoration: none;
}

#header h2 {
color: #888;
font-size: 15px;
font-weight: 100;
padding: 5px 0 0 11px;
letter-spacing: 2px;
line-height: 15px;
}

.left {
margin-top: 10px;
width: 530px;
float: left;
text-align: left;
padding: 5px 15px 10px 20px;
background: transparent;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
color: #FFEBCD;
}

.left h1 {
color: #EEDD82;
font-size: 22px;
letter-spacing: 2px;
font-weight: 100;
padding : 10px 0 15px 0;
}

.left a{
color: #FF4800;
}

.right {
margin-top: 0px;
width: 200px;
float: right;
font-size: 12px;
padding: 10px;
background: transparent;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
color: #FFEBCD;

}

.right ul {
list-style-type: square;
padding: 5px 10px 10px 40px;
color: #FF4800;
}

.right h2 {
height: 30px;
font-size: 12px;
color: #666;
line-height: 30px;
}

.right a { text-decoration: none }

.extra {	
float:right;
width:200px;
background:#000;
font-family: verdana, Arial, Helvetica, sans-serif;
line-height: 18px;
}

.extra h1 {
font-size: 11px;
color: #777;
font-weight: bold;
letter-spacing: 2px;
padding: 5px 5px 5px 5px;
letter-spacing: 0;
}

.extra p {
font-size: 11px;
color: #777;
font-weight: 100;
margin: 0;
padding: 0px 5px 5px 5px;
}

#footer {
font-family: verdana, Arial, Helvetica, sans-serif;
margin-top: 10px;
text-align: right;
color: #777;
font-size: 10px;
padding: 3px 20px 3px 3px;
background: transparent;
border-top: solid 1px #666;
}

