@charset "utf-8";
/* CSS Document */

a:active, a:focus { outline: 0; }
a { text-decoration:underline; color:#2F2418; }
a:hover{ color:#95846A; }

h2{ font-size:1.5em; margin-top:5px; margin-bottom:5px; }
h3{ font-size:1.17em; margin-top:5px; margin-bottom:5px; }

body { margin:0px; background-color:#2F2418; font-family:Arial, Helvetica, sans-serif; font-size:12px; }
h3 { margin:0px; }
p { margin-bottom:5px; margin-top:5px; text-indent:25px; line-height:18px;}

#nav{ padding:77px 0px 0px 120px; }
#nav a{ display:inline-block; vertical-align:top; margin:10px 6px 0px 6px; text-decoration:none; color:#30200D; font-weight:bold; font-size:12px; text-transform:uppercase;}
#nav a:hover{ color:#df5f1d }
#nav img { vertical-align:bottom; }

.clear{ clear:both; }

#container{ width:1000px; background-color:#56493a; margin:auto; }
#header{ width:1000px; height:120px; background:url(images/header_back.gif); }
#content_wrapper{ width:1000px; background:url(images/contentright.gif) bottom right no-repeat; }
#content_left{ float:left; background:url(images/contentleft.gif) no-repeat; min-height:400px; }
#content_min_H{ float:left; height:400px; width:1px; }
#content_left_content{ padding: 127px 0px 5px 35px; vertical-align:bottom; }
#content_right{ float:right; padding:37px 28px 5px 0px; }
#footer{ width:100%; height:130px; padding:0px; background:url(images/footerleft.gif) no-repeat; }
#footer_right{ background:url(images/footerright.gif) no-repeat; float:right; width:359px; height:130px; }
