* {
    padding: 0;
    margin: 0;
} 

body {
background: #E6E3D0;
font-family: Verdana, Tahoma, Arial, sans-serif;
font-size: 11px;
padding: 0;
margin: 0;
color: #9D582E;
line-height: 17px;
}

img { border: none; }
a { color: #FA9C39; }
a:hover { text-decoration: none; color : #FA9C39; }

#wrap {
width: 600px;
margin: 10px auto 0 auto;
}

#header {
background: #E6E3D0;
}
#header h1 {
font-size: 14px;
font-weight: bold;
letter-spacing: -1px;
padding: 0px 0 0px 0px;
}
#header h1 a {
color: #FA9C39;
text-decoration: none;
}
#header h1 a:hover {
color: #fff;
text-decoration: none;
}
#header h2 {
color: #aaa;
font-size: 11px;
font-weight: normal;
padding: 0 0 0 0px;
letter-spacing: -1px;
}
#header h3 {
color: #aaa;
font-size: 11px;
font-weight: bold;
letter-spacing: -1px;
}

#header h4 {
color: #fff;
font-size: 11px;
font-weight: normal;
padding: 0 0 0 0px;
letter-spacing: -1px;
}

#header p {
font-size: 11px;
font-weight: normal;
padding: 0px 0 0px 0px;
}

#top {
height: 20px;
background: #CC4400;
}

#content {
background: #FFF url(images/content.gif) repeat-y;
padding: 0 0px 0 0px;
}

#content h1 {
font-size: 14px;
font-weight: bold;
letter-spacing: -1px;
padding-left: 10px;
}


#content h2 {
color: #aaa;
font-size: 11px;
font-weight: normal;
padding: 0 0 0 0px;
letter-spacing: -1px;

}
#content h3 {
color: #9D582E;
font-size: 11px;
font-weight: bold;
letter-spacing: -1px;
}

#content h4 {
color: #aaa;
font-size: 11px;
font-weight: normal;
padding: 0 0 0 0px;
letter-spacing: -1px;
}


#content p {
color: #888;
font-size: 11px;
font-weight: normal;
letter-spacing: -1px;
}

.left {
float: left;
width: 200px;
margin-top: 10px;
padding: 10px;
}
.left h1 { font-weight: normal; color: #FF6600; font-size: 11px; letter-spacing: -1px; }
.left h2 { font-weight: bold; color: #FA9C39; font-size: 11px; letter-spacing: -1px; }
.left ul { padding: 5px 0 10px 0; list-style-type: none; }
.left ul li { padding: 1px 2px;  }
.left ul li a { 
padding-left: 5px;
display: block;
color: #999; 
font-weight: 100;
text-decoration: none;
font-size: 12px;
letter-spacing: -1px;
border-bottom: 1px solid #999; 
}
.left ul li a:hover { text-decoration: none; border-bottom: 1px solid #fff; color: #FA9C39; }

.right {
float: right;
width: 540px;
padding: 10px;
background: #FFF;
}


.right h1 {
color: #CC4400;
font-size: 12px;
letter-spacing: -2px;
font-weight: 100;
padding : 10px 0 10px 0;
}


.right h2 {
color: #ff6600;
font-size: 11px;
letter-spacing: -1px;
font-weight: normal;
padding : 10px 0 10px 0;
}
.right h2 a {
color: #FA9C39;
text-decoration: none;
}
.right h2 a:hover {
color: #999;
}


.right h3 {
color: #663300;
font-size: 11px;
letter-spacing: -1px;
font-weight: normal;
padding : 2px 0 5px 0;
}



.right h4 {
color: #CC4400;
font-size: 14px;
letter-spacing: -1px;
font-weight: normal;
padding : 2px 0 5px 0;
}


.right p {
color: #888888;
font-size: 11px;
font-weight: normal;
padding : 2px 0 5px 0;
}


.right ul {
color: #888888;
font-size: 11px;
font-weight: normal;
padding : 2px 0 5px 0;
}


#bottom {
height: 20px;
background: #CC4400;
font-size: 11px;
color: #FFFFFF;
}

#footer {
font-size: 11px;
color: #888888;
text-align: center;
padding: 0 0 0 0px;
letter-spacing: -1px;
}
#footer a { 
color: #FA9C39;
text-decoration: none;
}
#footer a:hover {
color: #aaa; 
text-decoration: underline; 
}
