html {
margin: 20px auto;
padding: 0px;
}

body {
font-family: verdana, sans-serif;
font-size: 11px;
line-height: 14px;
color: #000;
background-color: #6A6A6A;
margin: 20px auto;
text-align: center;
}

input, select, textarea, option {
font-family: verdana, sans-serif;
font-size: 11px;
line-height: 14px;
color: #000;
background-color: #6A6A6A;
padding: 2px;
border: 1px solid #000;
}

a:link
 {text-decoration: none;
color: #000;
cursor: help;
  font-weight: normal;
  text-transform: none}

a:visited
 {text-decoration: none;
color: #000;
cursor: help;
 font-weight: normal;
 text-transform: none}

a:hover
 {text-decoration: none;
color: #000;
cursor: help;
 font-weight: normal;
 text-transform: none;
border: 1px dashed;
border-bottom-style: dashed;
border-top-style: none;
border-left-style: none;
border-right-style: none;
}

a:active
 {text-decoration: none;
color: #000;
cursor: help;
 font-weight: normal;
 text-transform: none}

table, tr, td {
font-family: verdana, sans-serif;
font-size: 11px;
line-height: 14px;
color: #000;
text-align: left;
}

h3 {
border: 1px solid #000;
padding: 2px;
font-family: verdana, sans-serif;
font-size: 11px;
line-height: 14px;
color: #000;
font-weight: normal;
margin-top: 3px;
margin-bottom: 7px;
}

h1 {
font-family: verdana, sans-serif;
font-size: 11px;
line-height: 14px;
color: #000;
letter-spacing: 2px;
border: 1px solid;
border-bottom-style: solid;
border-top-style: none;
border-left-style: none;
border-right-style: none;
margin-bottom: 7px;
}

h2 {
font-family: verdana, sans-serif;
font-size: 11px;
line-height: 14px;
color: #000;
letter-spacing: 2px;
border: 1px solid;
border-bottom-style: solid;
border-top-style: none;
border-left-style: none;
border-right-style: none;
margin-bottom: 7px;
}

#pic {
width: 600px;
height: 216px;
background-image: url(raven.jpg);
margin: 0px auto;
}

#content {
width: 600px;
border: 1px solid #000;
background-color: #8E0008;
margin: 5px auto;
}

#bottom {
background-image: url(bottom.jpg);
margin: 5px auto;
width: 600px;
height: 34px;
}

img {
border: 0px;
}