/******** general styles ********/
body {
	font-family: "Franklin Gothic Book", arial, helvetica, sans-serif;
	font-size:100.1%; /*** Don't change this setting. Make all other font-sizes in % (preferred) or ems ***/
	color:#673903;
	}
#minitext {
	font-family: "Franklin Gothic Book", arial, helvetica, sans-serif;
	font-size:.85em;
	color:#673903;
	/*align: right;*/
	line-height:1.2em;
	margin-top: 15px;
	}

/******** header styles ********/
#mainheader {
    background-color:#FFF;
	width: 766px;
	height: 220px;
	clear:both;
	border: solid 1px #990000;
	border-bottom: none;
	padding: 0px;
}

#miniheader {
    background-color:#673903;
	width: 756px;
	height: 75px;
	clear:both;
	border: solid 1px #990000;
	border-bottom: 0px;
	padding: 5px;
}
#miniheader img {
    float:left;
	display: inline;
	margin-right: 274px;
}
#header-wrapper {
	background-color:#EDE2BC;
	}



/**********   content styles    ***********/
#content-wrapper {
    width: 766px;
	background-color:#EDE2BC;
	clear: both;
	border-left: solid 1px #990000;
	border-top: solid 1px #990000;
	border-right: solid 1px #990000;
	padding: 0px;
	font-family: "Franklin Gothic Book", arial, helvetica, sans-serif;
    font-size: .9em;
	}
#maincontent {
	width: 530px;
	height:auto;
	float: left;
	display: inline;
	background-color:#EDE2BC;
	/*border-right: solid 1px #000;*/
	padding: 10px;
	}
#rightside {
	padding-left: 10px;
	padding-right: 6px;
	/*width: 198px;
	float: right;*/
	}
#rightside a img {
	border: 0px;
	}	
#maincontent h1 {
	font-family: "Franklin Gothic Book", arial, helvetica, sans-serif;
    font-size: 120%;
	color: #990000;
	}
	
#maincontent a, #rightside a{
    text-decoration: none;
	border-bottom: 1px solid dashed;
	color: #034767;
	}
.reviewer {
	position: relative;
	left: 150px;
	font-weight:bold;
	}

/* nav styles mostly come from Suckerfish's tutorial on this, with some modifications ************/

#nav { 
   /*padding: 0;*/ 
   /*to prevent the rollover area from being smaller than the button area, delete individual padding settings and set all padding to 0*/
   padding-left: 0;
   padding-right: 0;
   padding-top: 5px;
   padding-bottom: 5px; 
   margin: 0; 
   list-style: none;
   background-color:#673903;
   /*width: 768px; */
   } 
#nav ul { 
   padding: 0; 
   margin: 0; 
   list-style: none;
   background-color:#673903;
   /*width: 768px; */
   } 
#nav a { 
   display: block; 
   color:#EBDBA3;
   font-family: "Franklin Gothic Book", arial, helvetica, sans-serif;
   font-size: .9em;
   /*font-weight: bold;
   height: 2em;
   line-height: 1em;*/
   text-decoration: none;
   text-align:center;
   } 
#nav li { 
   margin: 0px;
   padding: 0px;
   float: left; 
   width: 5.9em; 
   background-color:#673903;
   border-right: 1px solid 990000;
   }
#nav li ul { 
   position: absolute; 
   width: 5.9em; 
   left: -999em; 
   } 
#nav li:hover ul { 
   left: auto;
   color:#EBDBA3; 
   background-color:#990000
   }
#nav li:hover ul, #nav li.sfhover ul { 
    left: auto; 
	color:#EBDBA3;
   	background-color:#990000
   }
#nav li a:hover {
    color:#EBDBA3;
	background-color:#990000
	}
#nav li ul a:hover {
	color:#EBDBA3;
	background-color:#990000
	}
#nav li.lastitem {
    border-right: 0px;
	}
#nav-wrapper {
    width: 768px;
	background-color:#673903;
	clear: both;
	}
	
	
/******** footer styles ********/
#footer {
	background-color:#EBDBA3;
	width: 756px;
	height: 35px;
	clear:both;
	border: solid 1px #990000;
	padding: 5px;
	text-align:center;
	font-family: "Franklin Gothic Book", arial, helvetica, sans-serif;
	font-size:0.7em;
	color: #034767;
}
#footer-nav, #footer-nav ul { 
   padding-top: 4px;
   padding-left: 0;
   padding-right: 0;
   padding-bottom: 0;
   margin: 0;
   list-style: none; 
   } 
#footer-nav a { 
   display: block;
   width: 90px;
   text-decoration: none;
   color: #034767;
   } 
#footer-nav li { 
   float: left;
   width: 90px;
   }
#footer-nav li a:hover {
    border-top: 1px solid dashed;
	border-bottom: 1px solid dashed;
	}
#post-footer {
	clear:both;
	text-align:center;
	font-family: "Franklin Gothic Book", arial, helvetica, sans-serif;
	font-size:0.7em;
	color: #673903;
}
#post-footer a {
    text-decoration: none;
	border-bottom: 1px solid dashed;
	color: #673903;
	}


