html, body {
margin: 0;
padding: 0;
} 

body { background: #5a0000 url(/images/bg_grad.jpg) repeat-x bottom fixed;
        color: #fff; width:100%;}

body, p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   13px;
  line-height: 18px;
}

a, a:visited {
  color: #646fb4;
  text-decoration: none;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

/* post formatting */

.post_title {
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    padding-left: 10px;
}

.post_title a, a:visited {
  color: #646fb4;
  text-decoration: none;
}

.post_title a:hover { color: #666; }

/* page formatting */

#page {
    width: 970px;
    margin: 0 auto 0 auto;
    color: #8f0000;
}

#page_heading {
    height: 101px;
    width:100%;
    background: #00083b url(/images/riyr_logo.jpg) no-repeat;
    background-position: 65px 0;
    padding: 0 0 0 65px;
    margin:0;
    border:0;
    overflow: hidden;
}

#page_heading a, a:visited {
    color:#999;
}

#page_heading a:hover {
    color: #fff;
}

.nav_text {
    margin:80px 0 0 520px;
    position:absolute;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:15px;
    color:#999;
}

#page_nav {
    height: 100px;
}

#top_nav {
    height:25px;
    width: 100%;
    color: #999;
    background: #00052b url(/images/top_bar.jpg) no-repeat;
    background-position: 65px 0;
    padding: 0 0 0 65px;
    margin:0;
    overflow: hidden;
    border: 0;
}

#page_content {
    width: 960px;
    border: #222 5px solid;
    border-top: 0;
    margin: 0 auto 0 60px;
    min-height: 500px;
    background-color: #fff;
    padding: 10px;
    color: #000;
}

#post_content {
    width: 600px;
    margin-left: 0px;
    padding-left: 25px;
}

#nav_bar {
    height: 25px;
    width: 960px;
    background-color:#333;
    color:#fff;
    padding:0;
    margin:0;
    border-top: 0;
    margin: 0 auto 0 60px;
}

#credits {
    color:#666;
    text-align:center;
}

.officers_list {
    margin: 0 auto 0 80px;
}

.events_list {
    margin: 0 auto 0 80px;
}

.events_list tr {
    padding-top: 10px;
}

.title {
    text-align:right;
    font-weight:bold;
    color:#333;
    font-style:italic;
    
}

.name {
    text-align:left;
    padding-left: 10px;
    color: #646fb4;
}

.event_date {
    color:#666;
    font-size:17px;
    font-weight:bolder;
}

.event_time {
    text-align:right;
    margin-right:0;
    font-style:italic

}

.date_time {
    width:100px;
}

.event_info {
    width:200px;
}

h1 {
    font-family:sans-serif;
    font-weight:bolder;
    color: #888;
    font-variant: small-caps;
    padding-left: 50px;
}

#upcoming_events {
    width:252px;
    height:200px;
    float:right;
    margin-top:0px;
    margin-right: 15px;
    color: #fff;
}

#upcoming_events_top {
    background-image: url(/images/up_events.jpg);
    height:33px;
}

#upcoming_events_content {
    background-image: url(/images/event_bg.jpg);
    height:300px;
}

.frontpage_image {
    padding-left: 40px;
}

.upcoming_events_table {
    text-align:left;
}

.upcoming_events_table a {
    color:#fff;
}

.upcoming_events_date {
    color: #fff;
    font-style:italic;
    font-weight:bold;
    padding-left:2px;
    width: 52px;
}

.upcoming_events_event {
    color:#fff;
    padding-left:2px;
}

.image_display tr {
    height: 200px;
}

.image_display td {
    padding: 0 10px 0 10px;
    width: 200px;
    text-align: center;
}
