a {color:#7f1e00;}

/* bg hack: http://techknack.net/css-trick-two-background-images/ */
html {
background: #000 url("images/bg.jpg") repeat-y;
background-position: top center;
height: 100%;
margin: 0;
padding: 0;
}
body {
background: url("images/banner.jpg") no-repeat;
background-position: top center;
margin: 0;
padding: 0;
height: 100%;
font-family:arial, helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
}
p {
line-height:1.5em;
}
html>body {
min-height: 100%;
height: auto;
}
#maintable {
margin-top:252px;
}
#navigation {
padding:20px 0 20px 20px;
}
#content {
padding:20px 30px 30px 30px;
}
h1 {
font-family:Helvetica, Arial, sans-serif;
letter-spacing:-1px;
font-size:42px;
color:#7f1e00;
margin:0;
margin-bottom:10px;
padding-top:0;
}
h2 {
font-family:Helvetica, Arial, sans-serif;
letter-spacing:-1px;
font-size:28px;
font-weight:bold;
color:#7f1e00;
margin-bottom:0;
}
h3 {
font-family:Helvetica, Arial, sans-serif;
font-size:24px;
color:#FFFFFF;
}
a {
color:#FFFFFF;
}
h2 a {
text-decoration:none;
color:#7f1e00;
}
h2 a:hover {
text-decoration:none;
color:#FFFFFF;
}
.page_item {
list-style-image:url(images/bolt_bullet.png);
line-height:24px;
font-family:"Courier New", Courier, monospace;
font-weight:bold;
}
.page_item a {
text-decoration:none;
background:#000000;
margin-bottom:3px;
padding:3px;
}
.page_item a:hover {
text-decoration:none;
background:#7f1e00;
}
#pages {
padding:0px;
margin:0px;
padding-left:30px;
margin-left:30px;
width:200px;
}
#comment {
width:370px;
}
#navigation {
width:240px;
}
.postmetadata {
line-height:1em;
}
.meetname {
font-family:Helvetica, Arial, sans-serif;
font-size:18px;
font-weight:bold;
color:#7f1e00;
}
.meetpic {
margin:0 30px 15px 0;
}
.alignleft {
margin: 0 20px 20px 0;
float:left;
}