body {
margin: 15px 0;
color: black;
background-color: #F0F0F0;
font: 12px verdana, sans-serif;
}

p {
margin: 12px 0;
}

a {
color: #B00000;
text-decoration: none;
border-bottom: 1px solid;
}

a:hover {
color: black;
border-bottom-style: dashed;
}

h1 {
margin: 0;
height: 51px;
background: url(images/top.gif) no-repeat;
}

h1 a, h1 a:hover {
color: white;
border-bottom: none;
position: relative;
left: 52px;
top: -1px;
font: 30px "Trebuchet MS", verdana, sans-serif;
}

h2 {
margin: 0;
font: 22px "Trebuchet MS", verdana, sans-serif;
}

h3 {
margin: 0;
font: bold 16px "Trebuchet MS", verdana, sans-serif;
color: white;
background: url(images/h3.gif) no-repeat;
height: 21px;
line-height: 20px;
padding-left: 23px;
}

#layout {
width: 775px;
margin: 0 auto;
background: url(images/layoutbg.gif) repeat-y;
}

#main {
margin: 0 15px;
}

#menu {
width: 200px;
float: right;
}

#menu ul {
margin: 0 0 15px 0;
padding: 0 0 0 23px;
}

#menu li {
padding: 1px 0;
}

#content {
margin-left: 10px;
margin-right: 210px;
}

#copyright {
clear: right;
text-align: center;
background-color: #B00000;
color: white;
padding: 3px;
}