body {
 background-color: #900;
 background-image: url("../images/red/body_bg_top.gif") ;
 background-repeat: repeat-x;
}

#pagebody {
 background-color: #c71c14;
 background-image: url("../images/red/menu_bg.gif") ;
 background-repeat: repeat-y; 
}

#content {
 background-color: #ec5715;
 background-image: url("../images/red/content_bg_bottom.gif");
 background-repeat: no-repeat;
 background-position: bottom;
}

#footer {
 background-color: #000;
 border-bottom: 20px solid #600;
}

.content_box {
 background-color: #c71c14;
 background-image: url("../images/red/news_bg_bottom.gif");
 background-repeat: no-repeat;
 background-position: bottom left;
}

.news_title, .room_title, .friends_title, .people_title, .docs_title, .gallery_title, .contact_title {
 background-color: #990A06;
 background-repeat: no-repeat;
 background-position: right;
}

.news_title {
 background-image: url("../images/red/news_bg_right.gif");
}

.contact_title {
 background-image: url("../images/red/contact_bg_right.gif");
}