body {
     background: #B5B071;
     margin: 0;
     padding: 0;
     font-size: 75%;
     font-family: verdana, arial, sans-serif;
     text-align: center;
     color: #502B20;
}

/*
TYPOGRAPHY
-------------------------------------------------------------------------- */

p {
     margin: 0 0 10px 0;
}

#left p {
     font-size: 1em;
     line-height: 1.6em;
     color: #502B20;
		 text-align:justify;
     }
		 
#left img {
     background:#ffffff;
		 border: 1px solid #B5B071;
		 margin: 10px;
		 padding:3px;
		 float:left;
		 max-width: 200px;
}

#right p {
     font-size: 1em;
     line-height: 1.6em;
     color: #502B20;
}

#footer_top p {
     font-size: 1em;
     line-height: 1.6em;
     text-align: center;
     color: #F8DFAF;
}

h1, h2, h3, h4, h5, h6 { 
     margin: 0  0 .6em 0;
     color: #831111;
     font-family: verdana, arial, sans-serif;
     letter-spacing: -.05em;
     line-height: 1.1em;     
}

h1 { font-size: 1.8em; }
h2 { font-size: 1.7em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1.1em; letter-spacing: 0;}	

#logo h1 {
     margin: 0;
     font-size: 2.4em;
     letter-spacing: -.05em;
     line-height: 1.2em;
     color: #FFFFFF;
     background: transparent;
}

#logo h2 {
      margin: 0;
      font-size: 1em;
      letter-spacing: .05em;
      line-height: 1.4em;
      font-weight: normal;
      color: #F8DFAF;
      background: transparent;
}

/*
HYPERLINKS
-------------------------------------------------------------------------- */

a:link {color: #CC6633; text-decoration: none;}   
a:visited {color: #CC6633; text-decoration: none;}  
a:hover {color: #CC6633; text-decoration: underline;}  
a:active {color: #CC6633; text-decoration: none;}  

#logo a:link {color: #FFFFFF; text-decoration: none;}   
#logo a:visited {color: #FFFFFF; text-decoration: none;}  
#logo a:hover {color: #FFFFFF; text-decoration: underline;}  
#logo a:active {color: #FFFFFF; text-decoration: none;}  


#breadcrumb a:link {color: #CC6633; text-decoration: none;}   
#breadcrumb a:visited {color: #CC6633; text-decoration: none;}  
#breadcrumb a:hover {color: #CC6633; text-decoration: underline;}  
#breadcrumb a:active {color: #CC6633; text-decoration: none;}  


#footer_top a:link {color: #F6C35F; text-decoration: none; background: transparent;}   
#footer_top a:visited {color: #F6C35F; text-decoration: none; background: transparent;}  
#footer_top a:hover {color: #F6C35F; text-decoration: underline; background: transparent;}  
#footer_top a:active {color: #F6C35F; text-decoration: none; background: transparent;}  

#menu a:link {
     color: #FFFFFF; 
     text-decoration: none;
     padding: 10px;
     margin:1px;
     background: transparent;
}   

#menu a:visited {
     color: #FFFFFF; 
     text-decoration: none;
     padding: 10px;
     margin:1px;
     background: transparent;     
}  

#menu a:hover {
     color: #111111; 
     text-decoration: none; 
     background-color: #FFFFFF;
     padding: 10px;
     margin:0;
     border:1px solid #2F2011;
}  

#menu  a:active { 
     text-decoration: none;
}  


/*
BULLETED LISTS
-------------------------------------------------------------------------- */

#menu_list {
     padding: 0;
     margin: 0;
     text-align: left;
}

#menu_list li
{
     text-align: left;
     font-size: 1.2em;
     font-weight: bold;
     display: inline;
     list-style-type: none;
     padding: 0 0 0 0;
     margin: 0;
}

#content ul {
     margin-left: 0;
     padding-left: 0;
     list-style: none;
     font-size: 1em;
     line-height: 1.6em;
     margin: 0 0 1.4em 0;
}

#content li  {
     padding-left: 12px;
     margin-bottom: .2em;
     background-image: url(arrow.gif);
     background-repeat: no-repeat;
     background-position: 0 .4em;
}


/*
PAGE STRUCTURE
-------------------------------------------------------------------------- */

#wrapper {
     width: 760px;
     margin: 0 auto;
     padding: 0;
     text-align: left;
}

#top {
     height: 15px;
     background: url(top.jpg) bottom left no-repeat;
}

#header {
     padding-top: 40px;
     height: 120px;
     background: url(header.jpg) top left no-repeat;
}

#logo {
     width: 330px;
     height: 90px;
     margin: 0 0 0 45px;
} 

#menu {
     background: url(menu.jpg) top left repeat-y;
}

#menu_bar {
     border-top:1px solid #CE726C;
     border-bottom: 1px solid #69130E;
     background: url(menu_fade.jpg) top left repeat-x;
     margin: 0 19px;
     padding: 15px 5px;
}

#content {
     background: url(content.jpg) top left repeat-y;
}

#content_wrapper {
     margin: 0 21px;

}

#breadcrumb {
     background: url(content.jpg) top left repeat-y;
}

#breadcrumb_wrapper {
     padding: 20px 0 20px 0;
     margin: 0 35px;
     border-bottom: 1px solid #E6D4D3;
          background: url(shadow.jpg) top center no-repeat
}

#left {
     float:left;
     width: 490px;
     margin: 0 0 0 15px;
     padding: 0;
}

#right {
     float: right;
     width: 180px;
     margin: 0 15px 0 0;
     padding: 0;
}

#footer_top {
     background: url(footer_top.jpg) top left repeat-y;
}

#footer_wrapper {
     padding: 30px 0 5px 0;
     margin: 0 40px;
}

#footer_bottom {
     height: 20px;
     background: url(footer_bottom.jpg) top left no-repeat;
}

#bottom {
     height: 15px;
     background: url(bottom.jpg) top left no-repeat;
}


/*
OTHER
-------------------------------------------------------------------------- */

.spacer { clear:both;  height: 15px;}

.float_right {
     float: right;
     margin: 5px 0 10px 10px;
     border: 0;
}

.float_left {
     float: left;
     margin: 5px 10px 10px 0;
     border: 0;
}

.fill {
     padding: 10px;
     background: #FAF5E4;
     border: 1px solid #F3EEDB;
}

.photo_frame {
     float: right;
     background: #FFFFFF;
     padding: 10px;
     margin: 5px 0px 10px 10px;
     border: 1px solid #F3EEDB;
}

.photo_frame img {
     border: 0px;
     
}


/* sNews	
-------------------------------------------------------------------------- */

#search_box {
     margin: 0;
     padding: 0;
}

#search_box form {
     margin: 0;
     padding: 0;
}

.searchfield {
     width: 172px;
     font-family: verdana, arial, sans-serif;
     font-size: 1em;
     text-align: center;
     padding: 4px 2px;
}

.searchbutton {
     width: 180px;
     font-family: verdana, arial, sans-serif;
     font-size: 1em;
}

fieldset { 
     border: 1px solid #E1E0CF; 
     padding: 10px 8px; 
     margin: 0 0 8px 0; 
     background: #F3F2E8; 
     color: #000; 
}

input { padding: 2px; }
textarea { width: 97%; height: 20em; padding: 3px; }

.comment { 
     background: #F3F2E8; 
     color: #666666; 
     padding: 10px; 
     margin: 0 0 10px 0; 
     border-top: 1px solid #E8E7D7; 
}

.commentsbox { 
     background: #F3F2E8; 
     color: #666666; 
     padding: 10px; 
     margin: 0 0 10px 0; 
}

.date { 
     border-top: 1px solid #F3F2E8; 
     margin: 0 0 20px 0; 
     clear: both;
}

