* {
    padding: 0;
    margin: 0;
} 

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

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

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

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

#header {
background: #B3BAF0 url(eheader.gif) no-repeat;
height: 97px;
}
#header h1 {
padding: 30px 0 0 30px;
font-size: 23px;
letter-spacing: -2px;
}
#header h1 a {
color: #AA0400;
text-decoration: none;
}

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

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

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


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

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

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