* {
    padding: 0;
    margin: 0;
} 

body {
background: #555;
font-family: Arial, sans-serif;
font-size: 13px;
padding: 0;
margin: 0;
color: #444;
line-height: 17px;
}

img { border: none; }
a { color: #51971D; font-weight: bold; text-decoration: none; }
a:hover { color : #6C91FC; text-decoration: underline; }
h3 { color: #6C91FC; 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: #6C91FC; }

#wrap {
background: #fff;
padding: 10px;
width: 760px;
margin: 0 auto;
}

#header {
height: 120px;
color: white;
background: #fff url(logobanner.jpg) no-repeat;
}

#header h1 {
font-size: 30px;
font-weight: 600;
letter-spacing: -2px;
padding: 50px 0 0 0;
text-align: center;
}

#header h1 a {
color: white;
text-decoration: none;
}

#header h1 a:hover {
color: #111;
text-decoration: none;
}

#header h2 {
font-size: 16px;
color: #eee;
padding: 9px 33px 0 0;
text-align: center;
}

#content { 
padding: 0 20px;
}

#right {
margin-left: 10px;
margin-top: 10px;
width: 590px;
float: right;
font-size: 12px;
text-align: justify;
}

#left {
margin-top: 10px;
width: 120px;
float: left;
}

#left h3 { font-size: 16px; }

ul li { list-style-type: none; padding: 0px 0px 3px 0; }
ul li a { color: #51971D; font-weight: 100; display: block; text-decoration: none; font-size: 12px; }
ul li a:hover { color : #6C91FC; text-decoration: underline; }

#right ul li { list-style-type: square; padding: 0px 0px 6px 0; margin-left: 15px; }
#right ol li { padding: 0px 0px 6px 0; margin-left: 20px; }

#footer {
font-size: 11px;
color: #999;
text-align: center;
padding: 10px 0;
margin: 20px 0 0 0;
border-top: 1px dotted #aaa;
}

#footer a { 
color: #999;
}

#footer a:hover {
color: #000; 
text-decoration: underline; 
}