body {
background-color: #E6F6FD;
margin: 15px 0;
font: 14px "Trebuchet MS", arial, sans-serif;
}

a {
color: #2292C2;
text-decoration: underline;
}

a:hover {
color: black;
}

p {
margin-bottom: 0;
}

h2 {
font-size: 22px;
margin: 0;
font-weight: normal;
color: #2292C2;
padding-top: 5px;
}

#layout {
width: 750px;
margin: 0 auto;
}

#header {
height: 135px;
background: url(images/header.png) no-repeat top left;
}

#header h1 {
margin: 0;
text-indent: -9999px;
position: relative;
left: 528px;
top: 17px;
width: 118px;
height: 29px;
}

#header h1 a {
display: block;
height: 100%;
width: 100%;
text-decoration: none;
}

#main {
background: white url(images/bg.png) no-repeat top left;
border-left: 2px solid #606060;
border-right: 2px solid #606060;
}

#menu {
width: 200px;
float: right;
padding-bottom: 15px;
background: #F0FF00 url(images/menu.png) no-repeat bottom left;
}

#menu ul {
margin: 0;
padding: 0;
list-style-type: none;
border-top: 1px solid #D0DD00;
}

#menu li {
padding: 0;
margin: 0;
}

#menu a {
display: block;
width: 190px;
padding: 2px 0 2px 10px;
color: #707700;
border-bottom: 1px solid #D0DD00;
text-decoration: none;
}

#menu a:hover {
color: #2292C2;
background-color: white;
border-left: 5px solid #2292C2;
padding-left: 5px;
}

#ad {
float: left;
width: 120px;
padding-top: 10px;
}

#content {
margin-left: 125px;
margin-right: 205px;
}

#clear {
height: 1px;
clear:left;
}

#footer {
clear: right;
height: 21px;
background: url(images/footer.png) no-repeat bottom left;
color: white;
text-align: center;
padding-top: 15px;
}

