html, body {
margin: 0; padding: 0;
background: #e9e9e9 url(../images/pattern.jpg);
font-size: .9em;
font-family: "Trebuchet MS", Georgia, serif;
}
#bodydiv {
background: transparent url(../images/top.gif) top left repeat-x;
}
#page {
margin: 0 auto 0 auto;
width: 796px;
}
a {
 color: #069;
text-decoration: none;
}
a:hover {
color: #666;
text-decoration: underline;
} 

h1 {
margin:0 0 0 0; padding: 40px 0 10px 0;
color: #333;
text-align: right;
font-style: italic;
font-size: 2.6em;
text-shadow: 1px 1px 1px #999;
}
h1 a {
color: #333;
text-decoration: none;
}
h1 a:hover {
color: #333;
border-bottom: 1px solid #666;
}
.blk {
color: #000;
}
.red {
color: #980c38;
}

#nav {
background: #737373;
color: #fff;
font-family: verdana, helvetica, sans-serif;
font-size: 80%;
margin: 0;
padding: 12px;
border-bottom: 25px solid #737373;
height: 15px;
}

#nav a {
color: #fff;
text-decoration: none;
}
#nav a:hover {
text-decoration: underline;
}

#content {
position: relative;
margin: -25px 12px -25px 12px;
/*background: #fff url(../images/content_shadow.jpg) top left repeat-x;*/
background: transparent;
padding: 0;
z-index: 99;
}
#content h2 {
text-shadow: 1px 1px 1px #ccc;
}

#footer {
background: #737373;
color: #fff;
text-align: right;
border-top: 25px solid #737373;
padding: 8px 12px 8px 12px;
margin: 0;
height: 10px;
}