* {
    padding: 0;
    margin: 0;
} 

body {
background: #aaa;
font-family: Verdana, Tahoma, Arial, sans-serif;
font-size: 12px;
padding: 0;
margin: 0;
color: #444;
line-height: 17px;
}

img { border: none; }
a { color: #FA9C39; }
a:hover { text-decoration: none; color : #111; }
h3 { border-bottom: 1px dotted #aaa; color: #666; 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 {
background: #fff;
width: 910px;
margin: 10px auto;
padding: 10px 20px;
border: 1px solid #000;
}

#menu {
height: 30px;
line-height: 30px;
background: #FFCC33 url(images/menu.gif) no-repeat;
}

#menu li
{
float: left;
list-style-type: none;
padding-right: 10px;
}
#menu li a{ 
color: #fff;
display: block;
text-decoration: none;
padding: 0 10px;
font-weight: 600;
}
#menu li a:hover {
background: #FA9C39 url(images/menuover.gif) repeat-x;
}

#menu ul { padding-left: 3px;}

#header {
height: 60px;
line-height: 60px;
}
#header h1 {
font-size: 38px;
font-weight: 600;
letter-spacing: -2px;
}
#header h1 a {
color: #90b34b;
text-decoration: none;
}
#header h1 a:hover {
color: #000;
text-decoration: none;
}

#header h2 {
font-size: 12px;
color: #333;
}

#left {
margin-top: 10px;
width: 730px;
float: left;
font-size: 12px;
text-align: justify;
}

#right {
margin-top: 10px;
width: 160px;
float: right;
}
#right ul { list-style-type: none; padding: 10px 0 10px 10px; }
#right ul li { padding: 2px 0 3px 0; }
#right ul li a { text-decoration: none; font-size: 13px; }
#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; 
}