* {
    padding: 0;
    margin: 0;
} 

body {
background: #B3BAF0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
color: #333333;;
}

img { border: none; }
a { color: #D80600; text-decoration: none; }
a:hover { text-decoration: underline; color : #000; }

#wrap {
width: 800px;
margin: 10px auto;
}

#top {
background: #B3BAF0 url(images/top.gif) no-repeat;
padding: 10px 0;
}

#header {
background: #B3BAF0 url(images/header.gif) no-repeat;
height: 90px;
}
#header h1 {
padding: 30px 0 0 30px;
font-size: 25px;
letter-spacing: -2px;
}
#header h1 a {
color: #D80600;
text-decoration: none;
}
#header h1 a:hover {
text-decoration: none;
color: #000;
}
#header h2 {
padding-left: 32px;
font-size: 17px;
color: #666;
font-weight: 100;
}

#menu {
height: 30px;
line-height: 30px;
background: #EA0F00 url(images/menu.gif) no-repeat;
}
#menu ul {
padding-left: 20px;
list-style-type: none;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
color: #fff;
padding: 0 10px;
text-decoration: none;
font-weight: 600;
}
#menu ul li a:hover {
color: #fff;
text-decoration: underline;
}

#content {
background: #B3BAF0 url(images/content.gif) repeat-y;
padding: 10px;
}

.left {
float: left; 
width: 570px;
padding: 10px;
text-align; justify;
}
.left h2 {
font-size: 18px;
font-weight: 100;
}

.right { 
float: right; 
width: 160px;
padding: 10px 0 10px 20px;
border-left: 1px solid #aaa;
}
.right ul { list-style-type: none; padding: 5px 5px 10px 5px; }
.right h2 { font-size: 14px; font-weight: 100; letter-spacing: -1px; border-bottom: 1px solid #aaa; }


#bottom { 
background: #B3BAF0 url(images/bottom.gif) no-repeat;
padding: 10px 0;
}

#footer {
padding: 0 0 0 0;
text-align: center;
font-size: 11px;
color: #000;
}
#footer a { color: #000; text-decoration: none; }
#footer a:hover { text-decoration: underline; }

