* {
    padding: 0;
    margin: 0;
} 

body {
background: #fff;
font-family: Verdana, Arial, sans-serif;
font-size: 14px;
padding: 0;
margin: 0;
color: #555;
line-height: 17px;
}

img { border: none; }
a { color: #E0B21E; }
a:hover { text-decoration: none; color : #999; }
h3 { border-bottom: 1px dotted #aaa; color: #666; 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: #999; }

#wrap {
width: 780px;
margin: 20px auto;
}

#header {
font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
height: 110px;
}
#header h1 {
font-size: 35px;
font-weight: 600;
letter-spacing: -2px;
padding: 40px 0 0 13px;
text-align: left;
}
#header h1 a {
color: #CA9F2E;
text-decoration: none;
}
#header h1 a:hover {
color: #111;
text-decoration: none;
}
#header h2 {
font-size: 16px;
color: #666;
padding: 4px 0 0 13px;
text-align: left;
font-weight: 100;
}

#menu {
background: #CC9F2C url(images/menu.jpg) no-repeat;
height: 50px;
line-height: 50px;
padding-left: 30px;
}
#menu li {
float:left;
list-style-type:none;
}
#menu li a {
display:block;
padding:0 10px;
text-decoration:none;
color: #fff;
font-size: 16px;
}
#menu li a:hover {
color:#fff;
text-decoration:none;
background: #E4C046 url(images/menuover.jpg) repeat-x;
}

#content { 
padding: 0 10px;
}

#left {
padding: 30px 0;
width: 500px;
float: left;
font-size: 12px;
text-align: justify;
}
#left h3 { border-bottom: 1px dotted #aaa; }

#right{
padding: 40px 0;
width: 210px;
float: right;
}
#right h3 { font-size: 20px; border: none; padding: 0 0 0 10px; margin: 0; color: #fff; background: #CA9F2E url(images/sidebarh2.jpg) no-repeat; height: 50px; line-height: 50px; }
#right ul { list-style-type: none; padding: 10px 0 20px 10px; }
#right ul li { padding: 2px 0 3px 0; }
#right ul li a { color: #E0B21E; font-weight: 100; display: block; text-decoration: none; font-size: 14px; }
#right ul li a:hover { color : #999; }

#footer {
font-size: 11px;
color: #aaa;
text-align: center;
height: 50px;
line-height: 50px;
background: #eee url(images/footer.jpg) no-repeat;
}
#footer a { 
color: #aaa;
text-decoration: none;
}
#footer a:hover {
color: #aaa; 
text-decoration: underline; 
}