@charset "UTF-8";
/* CSS Document */

/* Standard Elements */
body{
color: #000000;
background: #d19800;
margin: 0;
padding: 0;
border: 0;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align: center;
font-size: 12px;
}

a{
color: #8e001c;
text-decoration:none;
}

h1, h2, h3, h4, h5{
color: #8e001c;
padding: 0;
margin: 0;
font-family: "Tahoma", Verdana, sans-serif;
}

h1{
font-size:30px;
}


/* Custom IDs  */

#pagecontainer{
width: 855px;
padding: 0;
margin: 0 auto;
border: 0;
margin-top: 20px;
margin-bottom: 20px;
text-align: left;
background: #786d6b;
}

#header{
position: relative;
left: 1px;
top: 1px;
}

#main_wrapper{
background: transparent url(images/pagebg.png) repeat-y;
}

#left_column{
width: 210px;
float: left;
padding: 7px;
background: transparent url(images/rb1.jpg) 1px 0px no-repeat;
}

#the_date{
font-size: 10px;
width: 100%;
text-align: center;
padding-bottom: 2px;
color: white;
}

#menu_container{
text-align: left;
width: 200px;
margin: 0 auto;
}

#menu_container ul{
margin: 0;
padding: 0;
border: 0;
list-style:none;
}

#menu_container ul li a{
display: block;
width: 190px;
padding-left: 10px;
height: 14px;
line-height: 14px;
margin-top: 2px;
margin-bottom:2px;
background: transparent url(images/button_background.png) top left no-repeat;
font-size: 10px;
font-weight: bold;
text-decoration: none;
color: #FFFFFF;
}

#contact_container, #contact_container h2{
color: #FFFFFF;
}

#main_content{
width: 631px;
float: right;
background: #FFFFFF;
}

#scroller{
width: 100%;
text-align: center;
padding-top:1px;
padding-bottom: 5px;
}

#toplinks{
width: 100%;
text-align: center;
}

#toplinks img, #toplinks a{
margin: 0;
padding: 0;
border: 0;
}

#content_area{
width: 95%;
margin: 0 auto;
padding-top: 20px;
padding-bottom: 10px;
}

#footer{
width: 100%;
font-size: 10px;
text-align: center;
padding-top: 10px;
padding-bottom: 10px;
}

#copyright{
position: relative;
top: -10px;
font-size: 10px;
}

/* Custom Classes */

.clr{
width: 100%;
height: 1px;
clear: both;
}

.right{
float:right;
}

.left{
float:left;
}

.photo_left{
float: left;
margin-right: 5px;
margin-bottom: 5px;
clear: left;
}

.photo_right{
float: right;
margin-left: 5px;
margin-bottom: 5px;
clear: right;
}


/* conditional css  */
