/* CSS Document */
body {
margin:0 auto;
background:url(../images/page_bg.gif) repeat-x #FFFFFF;
font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#635451;
}
#menu {
margin:0 auto;
width:916px;
background:url(../images/menu_bg.gif) repeat-x;
height: 42px;
border: 2px solid #a17380;
border-top: 0px;
text-align:center;
line-height:40px;
}
#menu a:link, #menu a:visited{
color: #fffde8;
font-weight:bold;
margin-left:15px;
margin-right:15px;
}
#menu a:link, #menu a:visited{
text-decoration:none;
}
#menu a:hover{
text-decoration:underline;
}
#banner {
margin:0 auto;
width:918px;
height: 222px;
}
#content_area {
margin:0 auto;
width:876px;
border: 2px solid #e4e0d9;
border-top: 0px;
background-color:#fffde8;
padding:20px;
}
#clearall {
clear:left;
}
h1 {
margin:0;
padding:0;
color:#a70e25;
font-size:1.5em;
font-weight:normal;
border-bottom: 1px solid #efecd9;
padding-bottom:10px;
margin-bottom:10px;
}
p {
margin:0;
padding:0;
line-height:15px;
margin-bottom:15px;
}
.read_more {
text-align:right;
}
.read_more a {
padding: 0px 0px 0px 10px; 
background: url(../images/red_arrow.gif) no-repeat 0px 5px; 
color: #910f23 !important;
text-decoration:none;
}
.read_more a:hover {
text-decoration:underline;
}
#footer {
background-image:url(../images/footer_bg.gif);
background-repeat:repeat-x;
height:85px;
width:100%;
margin-top:30px;
color:#71716f;
font-size:.9em;
}
#footer_content {
width:850px;
padding-top:20px;
padding-left: 50px;
background-image:url(../images/footer_logo.gif);
background-repeat:no-repeat;
background-position:0px 20px;
margin:0 auto;
line-height:36px;
}
#footer_content span{
float:right;
}
#footer_content a{
color:#71716f;
}
.style1 td{
border-bottom:1px solid #e9e6c3;
padding:5px;
}
.heading {
background-image:url(../images/menu_bg.gif);
color:#ffffff;
font-size:1.2em;
font-weight:bold;
padding:5px;
border-top:10px solid #fffde8;
border-bottom:5px solid #fffde8;
}
.redbold {
color:#a70e25;
font-weight:bold;
}