* {
    padding: 0;
    margin: 0;
} 

body {
background: #fff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
color: #333333;;
}

img { border: none; }
a { color: #57626a; text-decoration: none; }
a:hover { text-decoration: underline; color : #000; }

#wrap {
margin: 0 auto;
width: 800px;
}

#header { 
padding: 10px 0 20px 0;
}
#header h1 {
font-size: 26px;
font-weight: 100;
letter-spacing: -3px;
padding: 12px 0 5px 10px;
}
#header h1 a {
text-decoration: none;
}
#header h1 a:hover {
text-decoration: none;
}
#header h2 {
color: #999999;
font-size: 15px;
font-weight: 100;
padding: 0 0 0 11px;
letter-spacing: -1px;
line-height: 12px;
}

#menu {
height: 40px;
line-height: 40px;
background: #586269 url(webimages/menu.jpg) no-repeat;
}
#menu ul {
padding-left: 10px;
list-style-type: none;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
color: #f0f0f7;
padding: 0 10px;
text-decoration: none;
font-weight: 100;
font-size: 14px;
letter-spacing: -1px;
}
#menu ul li a:hover {
color: #FFFFFF;
text-decoration: underline;
display: block;
background-color: #FE0000;
}

#content {
padding: 10px 20px;
}

.right {
width: 568px;
float: right;
text-align: justify;
}
.right h2 {
color: #FF4800;
font-size: 20px;
letter-spacing: -2px;
font-weight: 100;
padding : 10px 0 15px 0;
}

.left {
width: 150px;
padding: 10px;
float: left;
border-right: 1px solid #bbb;
font-size: 12px;
}
.left ul {
list-style-type: disc;
padding: 5px 7px 5px 7px;
color: #ececec;
}
.left h2 {
height: 30px;
width:160px;
text-align: center;
font-size: 14px;
color: #666;
line-height: 30px;
font-weight: 600;
background: url(webimages/label.gif) no-repeat;
}
.left a { text-decoration: none}

#content ul li a{
display:block;
width:150px;
float: none;
color: #333;
border-bottom: 1px solid #bbb;
padding: 1px 0px 1px 2px;
}

#content ul li a:hover {
display: block;
text-decoration: underline;
background-color: #dfdfdf;
}

#footer {
background: #eeeeee;
border-top: 3px solid #57626a;
margin-top: 20px;
text-align: center;
color: #333;
font-size: 11px;
padding: 10px;
}