* {
    padding: 0;
    margin: 0;
} 

body {
	background-color: #000000;
font-family: Arial, sans-serif;
font-size: 13px;
padding: 0;
margin: 0;
color: #ffffff;
line-height: 17px;
}

img { border: none; }
a { color: #FA9C39; }
a:hover { text-decoration: none; color : #111; }
h3 { border-bottom: 1px dotted #aaa; color: #ffffff; padding-bottom: 4px; margin: 14px 0 7px 0; font-weight: 100; font-size: 22px; letter-spacing: -2px;}
h3 a { text-decoration: none; font-size: 22px; letter-spacing: -2px; }
h3 a:hover { color: #333; }

#wrap {
width: 800px;
margin: 0 auto;
}

#spacer {
height: 20px;
border-bottom: 1px solid #ffffff;
}
#header {
background: #000000 url(images/header.jpg) no-repeat top left;
height: 110px;
}
#header h1 {
font-size: 38px;
font-weight: 600;
letter-spacing: -2px;
padding: 30px 0 0 10px;
}
#header h1 a {
color: #FA9C39;
text-decoration: none;
}
#header h1 a:hover {
color: #fff;
text-decoration: none;
}

#header h2 {
font-size: 12px;
color: #eee;
padding: 9px 0 0 13px;
}

#menu {
height: 30px;
line-height: 30px;
}
#menu li
{
float: left;
list-style-type: none;
padding-right: 10px;
}
#menu li a{ 
color: #000;
display: block;
text-decoration: none;
padding: 0 10px;
font-weight: 600;
}
#menu li a:hover {
background: #fff;
}
#menu ul { }

#left {
margin-top: 10px;
width: 600px;
float: left;
font-size: 12px;
text-align: justify;
margin-left: 10px;
}

#right {
margin-top: 10px;
width: 160px;
float: right;
}
#right ul { color: #FA9C39; list-style-type: square; padding: 10px 0 10px 15px; }
#right ul li { padding: 2px 0 3px 0; }
#right ul li a { font-weight: 600; display: block; text-decoration: none; font-size: 13px; border-bottom: 1px dotted #aaa; }
#right ul li a:hover { color : #111; }

#footer {
font-size: 11px;
color: #999;
text-align: center;
padding: 10px 0;
margin: 20px 0 0 0;
border-top: 1px solid #ccc;
}
#footer a { 
color: #999;
}
#footer a:hover {
color: #000; 
text-decoration: underline; 
}