body {
margin: 0;
font: 12px verdana, sans-serif;
background-color: #D0D0D0;
}

a {
color: #A00000;
text-decoration: none;
border-bottom: 1px solid;
}

a:hover {
color: black;
border-bottom-style: dashed;
}

h1 {
margin: 0;
text-indent: -9999px;
width: 500px;
height: 100%;
background: url(images/header.gif) no-repeat top left;
}

h1 a, h1 a:hover {
display: block;
border-bottom: none;
width: 260px;
height: 100%;
}

h2 {
margin: 0;
font-size: 18px;
font-weight: normal;
font-style: italic;
border-bottom: 1px dashed black;
}

#header {
border-top: 1px solid #606060;
border-bottom: 1px solid #606060;
background: #A0A0A0 url(images/i.gif) no-repeat top right;
height: 50px;
}

#menu1, #menu2 {
position: absolute;
top: 67px;
width: 175px;
padding: 3px;
border: 1px solid #606060;
background-color: #A0A0A0;
}

#menu1_a, #menu2_a {
padding: 5px;
border: 1px solid #606060;
background-color: #F0F0F0;
}

#menu1 ul, #menu2 ul {
margin: 0;
padding: 0;
list-style-type: none;
}

#menu1 li, #menu2 li {
padding: 0 0 3px 9px;
background: url(images/bullet.gif) no-repeat 0 50%;
}

#menu1 {
left: 15px;
}

#menu2 {
right: 15px;
}

#main1 {
position: absolute;
top: 67px;
left: 213px;
right: 213px;
font-weight: bold;
text-align: center;
}

#main2 {
padding: 3px;
border: 1px solid #606060;
background-color: #A0A0A0;
margin-bottom: 15px;
}

#main3 {
font-weight: normal;
text-align: left;
padding: 0 5px;
border: 1px solid #606060;
background-color: white;
}