@charset "utf-8";
/* CSS Document */

body {
 width:850px;
 margin: 0;
 padding: 0;
 background: #FFFFFF url(../images/img01.jpg) repeat-x;
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 font-size: 14px;
 color: #652500;
}
h1, h2, h3 {
 margin: 0;
 text-transform: lowercase;
 font-weight: normal;
 color: #652500;
}
h1 {
 letter-spacing: -1px;
 font-size: 32px;
 line-height:44px;
 padding-bottom:40px;
 padding-top:20px;
}
h2 {
 font-size: 23px;
}
p, ul, ol {
 margin: 0 0 2em 0;
 text-align: justify;
 line-height: 26px;
 font-size: 14px;
}
a:link {
 color: #BD520E;
}
a:hover, a:active {
 text-decoration: none;
 color: #BD520E;
}
a:visited {
 color: #BD520E;
}

/* Header */
#header-bg {
 background: none;
}
#header {
 width: 850px;
 height: 150px;
 margin: 0 auto 40px auto;
}
#logo {
 padding: 35px 0 0 100px;
 float: left;
}
#logo h1 {
 font-size: 52px;
}
#logo h1 sup {
 vertical-align: text-top;
 font-size: 24px;
}
#logo h1 a {
 color: #F4B07B;
}
#logo h2 {
 margin-top: -10px;
 padding-left: 3px;
 text-transform: uppercase;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 9px;
 color: #A0A0A0;
}
#logo a {
 text-decoration: none;
}
/* Menu */
#menu {
 float: right;
}
#menu ul {
 margin: 0;
 padding: 55px 0px 0 0;
 list-style: none;
}
#menu li {
 display: inline;
}
#menu a {
 display: block;
 float: left;
 margin-left: 5px;
 padding: 7px 0px 7px 15px;
 background: none;
 text-decoration: none;
 font-size: 16px;
 color: #BD520E;
}
#menu a:hover {
 text-decoration: none;
}
#menu .active a {
}
/* Page */
#page {
 width: 800px;
 margin: 0 auto;
}
/* Content */
#content {
 background: url(../images/bkgBar2.jpg); 
 float: left;
 width: 550px;
 padding: 0px 10px 10px 10px;
 border:none;
 border-color:#D07817;  
 font-size:14px; 
}
#entry {
 background: none; 
 float: left;
 width: 540px;
 padding: 20px 10px 10px 10px;
 border:thin;
 border-color:#D07817;  
 font-size:14px;
 line-height:34px; 
}

/* Sidebar */
#sidebar {
 float: right;
 vertical-align:top; 
 width: 210px;
 padding: 40px 10px;
 border:thin;
 border-color:#D07817;    
}
#sidebar ul {
 margin: 0;
 padding: 0;
 list-style: none;
}
#sidebar li {
 margin-bottom: 40px;
}
#sidebar li ul {
}
#sidebar li li {
 margin: 0;
 padding-left: 12px;
}
#sidebar h2 {
 margin-bottom: 10px;
 padding-left: 15px;
 background: none;
 font-size: 16px;
}
 
/* Footer */
#footer {
 min-height: 74px;
 padding: 10px 0 0 0;
 background: none;
}
#legal {
 clear: both;
 padding-top: 10px;
 text-align: center;
 color: #943505;
}
#legal a {
 color: #943505;
}
#imgborder {
 border-color: #BD520E;;
 border-style: groove;
 border-width: thin;
 border-spacing: 10px;
 padding: 0px;
 margin: 1em;
 }
