@charset "utf-8";
/* CSS Document */

/*General*/
*{margin:0; padding:0; border:0;}
body{ background:#cfceb3 url(images/main_bg.png) repeat-x; border-top:#543019 6px solid;}
#clear{clear:both;}
.marg_top_30{margin-top:30px;}
.left{float:left;}
.right{float:right;}
h1{color:#543019; font-family:"Trebuchet MS", Arial, sans-serif; font-size:24px; font-style:italic; margin:10px 0;}

/*Structure*/
#container1{width:885px; margin:20px auto; font-family:"Trebuchet MS", Arial, sans-serif;}
#head{width:885px; height:143px; background: url(images/head_bg.png) right no-repeat; color:#543019; font-weight:bold; font-size:15px;}
#nav{width:885px; height:31px; background:#5e7b3a url(images/nav_bg.png) right no-repeat; padding-top:4px; text-align:center;}
#content{width:865px; min-height:400px; background:#f2f1d9; padding:10px; float:left;}
#footer{ width:885px; height:29px; color:#637e3f; font-size:14px; font-weight:bold; line-height:29px; text-align:center; float:left;}
#right_side{width:213px; background:#8c848c; float:right; padding:20px 0;}
#left_side{width:640px; padding:10px; float:left; font-family:"Times New Roman", Times, serif;}

#logo{width:640px; height:143px; background:url(images/logo.png) right no-repeat;}
#head a{color:#543019; font-weight:bold; font-size:15px; text-decoration:none;}
#head a:hover{color:#5e7b3a; text-decoration:underline;}
#nav a{color:#f2f1d9; font-size:19px; text-decoration:none; margin:0 10px;}
#nav a:hover{color:#543019;}
#content p{color:#543019; font-size:14px;}
#content a{color:#5e7b3a; text-decoration:none;}
#footer a{color:#637e3f; font-size:12px; font-weight:bold; text-decoration:none;}
#footer a:hover{color:#543019;}

#head_img{width:220px; height:148px; float:left; margin-top:8px; margin-left:5px; border-left:#aba199 3px solid;}
#right_side img{ margin:0 15px;}
#right_side ul{margin:0;}
#right_side li{ list-style-image:url(images/flourish_bullet.png); margin:0 0 20px 35px; color:#343338; font-family:"Times New Roman", Times, serif; font-size:17px; font-style:italic;}
#left_side p{color:#d3d2d5; display:block; font-size:15px; line-height:18px;}
#left_side a{color:#bbb5c7; text-decoration:none;}
#left_side a:hover{color:#786249;}