* {
    padding: 0;
    margin: 0;
} 

body {
background: #fff;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
color: #ffffff;
}

img { border: none; }
a { color: #685656; text-decoration: none; }
a:hover { background : #ECD5bb; text-decoration: none; color : #000; }

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

#header { 
height: 70px;
}
#header h1 {
font-size: 30px;
font-weight: 100;
letter-spacing: -3px;
padding: 12px 0 5px 0;
}
#header h1 a {
color: #ffffff;
text-decoration: none;
}
#header h1 a:hover {
color: #ffffff;
text-decoration: none;
}
#header h2 {
color: #ffffff;
font-size: 19px;
font-weight: 100;
padding: 0 0 0 0;
letter-spacing: -1px;
line-height: 9px;
}

#content {
padding: 10px 0;
}

.left {
width: 568px;
float: left;
text-align: justify;
}
.left h2 {
color: #FF4800;
padding : 15px 0 15px 0;
}

.right {
width: 160px;
float: right;
padding: 10px;
border-left: 1px solid #bbb;
font-size: 14px;
font-weight: 400;
}
.right ul {
list-style-type: none;
padding: 5px 10px 10px 10px;
}
.right h2 {
height: 30px;
}
.right a { text-decoration: none }

#footer {
border-top: 1px solid #ffffff;
text-align: center;
color: #333;
font-size: 11px;
padding: 0 0 10px 0;
margin-top: 10px;
}