* {
    padding: 0;
    margin: 0;
} 

body {
background: #7E7E7E url(images/bg.jpg) repeat-x;
font-family: Arial, sans-serif;
font-size: 13px;
padding: 0;
margin: 0;
color: #eee;
line-height: 17px;
}

img { border: none; }
a { color: #FEA330; }
a:hover { text-decoration: none; color : #D17301; }
h3 { color: #fff; padding-bottom: 4px; margin: 14px 0 7px 0; font-weight: 100; font-size: 22px; letter-spacing: -1px;}
h3 a { text-decoration: none; font-size: 22px; letter-spacing: -1px; }
h3 a:hover { color: #D17301; }

#wrap {
width: 800px;
margin: 0 auto;
}

#header {
height: 90px;

}
#header h1 { 
font-size: 24px;
padding: 25px 0 0 0;
color: #fff;
letter-spacing: -2px;
}
#header h1 a { 
text-decoration: none;
font-weight: 600;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #D17301;
}

#header h2 {
font-size: 12px;
color: #aaa;
padding: 0 0 20px 2px;
font-weight: 100;
border: none;
}

#menu {
height: 30px;
line-height: 30px;
}
#menu li
{
float: left;
list-style-type: none;
padding-right: 5px;
}
#menu li a{ 
color: #fff;
text-decoration: none;
padding: 0 20px 0 0;
font-weight: 600;
}
#menu li a:hover {
color: #D17301;
}
#menu ul { }

#content { 

}

#left {
padding-top: 20px;
width: 570px;
float: left;
font-size: 12px;
text-align: justify;
}

#right {
padding-top: 20px;
width: 200px;
float: right;
}
#right ul { color: #D17301; list-style-type: square; padding: 10px 0 10px 20px; }
#right ul li { padding: 2px 0 3px 0; }
#right ul li a { font-weight: 600; display: block; text-decoration: none; font-size: 13px; }
#right ul li a:hover { color : #D17301; }

#footer {
background: #797979;
font-size: 11px;
color: #eee;
text-align: center;
height: 30px;
line-height: 30px;
margin: 20px 0;
}
#footer a { 
color: #eee;
text-decoration: none;
}
#footer a:hover {
text-decoration: underline; 
}