* {
    padding: 0;
    margin: 0;
} 

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

img { border: none; }
a { color: #D80600; text-decoration: none; }

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

#top {
background: #B3BAF0 url(wetop.gif) no-repeat;
padding: 10px 0;
}

#header {
background: #B3BAF0 url(weheader.gif) no-repeat;
height: 93px;
}
#header h1 {
padding: 30px 0 0 30px;
font-size: 23px;
letter-spacing: -2px;
}
#header h1 a {
color: #C40500;
text-decoration: none;
}
#header h2 {
padding-left: 32px;
font-size: 16px;
color: #5C5C5C;
font-weight: 100;
}

#menu {
height: 30px;
line-height: 30px;
background: #EA0F00 url(wemenu.gif) no-repeat;
}
#menu ul {
padding-left: 20px;
list-style-type: none;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
color: #EBEBEB;
padding: 0 10px;
text-decoration: none;
font-weight: 600;
}

#content {
background: #B3BAF0 url(wecontent.gif) repeat-y;
padding: 10px;
}

.left {
float: left; 
width: 570px;
padding: 10px;
text-align; justify;
}
.left h2 {
font-size: 17px;
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; }


#bottom { 
background: #B3BAF0 url(webottom.gif) no-repeat;
padding: 10px 0;
}

#footer {
padding: 0 0 0 0;
text-align: center;
font-size: 11px;
color: #000;
}
#footer a { color: #313131; text-decoration: none; }

.right h3 {
font-size: 13px; letter-spacing: -1px; border-bottom: 1px solid #aaa;
}
