@charset 'utf-8';
/* CSS Document */

body{
background-color:#f1ead3;
}

a{
outline:none;
text-decoration:none;
}

.blank{
clear:both;
height:0px;
}

.wrapper{
width:900px;
margin:0 auto;
}

#header{
background:url(../images/header_bg.jpg) repeat-x;
height:78px;
width:100%;
border-bottom:3px solid #111;
}

/*--Navbar--*/

#header ul{
float:right;
font-family:'Palatino Linotype', 'Times New Roman', Times, serif;
font-size:0.9em;
}

#header li{
list-style:none;
display:inline;
}

#header a{
float:left;
color:#a18585;
margin-right:1px;
}

#header a:hover{
background:url(../images/nav_highlight.jpg) repeat-x;
color:#7c1515;
}
#header a span{
display:block;
padding:32px 18px 22px 18px;
}

#header a.selected{
background:url(../images/nav_highlight.jpg) repeat-x;
}
#header a.selected span{
background:url(../images/nav_highlight_ornament.jpg) no-repeat 50% 15px;
color:#7c1515;
}

/*--Global--*/
#content_wrapper, #template_content_wrapper{
width:880px;
margin:0 auto;
border-top:2px solid #eee;
}

#content_wrapper h1, #template_content_wrapper h1{
font-family:'Palatino Linotype', 'Times New Roman', Times, serif;
font-size:1.5em;
padding-top:15px;
line-height:2.7em;
letter-spacing:0.05em;
color:#6f0d00;
font-variant:small-caps;
font-weight:bold;
text-align:center;
}
.h1_bg{
background:url(../images/col1_heading_bg.jpg) no-repeat;
width:530px;
height:44px;
margin-top:-4px;
}
.h1_bg_wide{
background:url(../images/col1_heading_bg_org.jpg) no-repeat;
width:559px;
height:44px;
margin-top:-4px;
}
#content_wrapper p, #template_content_wrapper p{
font-family:'Tahoma', Verdana, Arial, Helvetica, sans-serif;
font-size:0.9em;
line-height:1.8em;
color:#6c5847;
margin-bottom:30px;
}

/*--Footer--*/

#footer{
height:113px;
text-align:center;
margin:0 auto;
background:url(../images/footer_bg.jpg) no-repeat top center;
border-bottom:20px solid #2a0000;
padding:23px 0 0 0;
}

#footer p{
font-family:'Palatino Linotype', 'Times New Roman', Times, serif;
font-size:0.9em;
line-height:1.8em;
color:#2d0101;
}

#footer img{
margin:20px 0 20px 0;
clear:both;
}

#footer a{
color:#7c1515;
}
#footer a:hover{
color:#CC3300;
}
