

body{ 
	background: #0c0d0b;
	color: #636557;
	font-family:  Georgia, Verdana, Arial, Trebuchet MS, Sans-Serif, Times New Roman, Serif, MS Sans-Serif, Courier;
	font-size: 12px;
	line-height: 135%;
	margin: 0px;
	padding: 0px; 
	text-align: center; 
}
img {
  	border: 0px;
}

#wrapper{ 
	margin: 0px auto 0px auto; /* centers the box, no matter the overall width*/
	background: transparent;
	text-align: left; 
	padding: 0px 0px 0px 0px;
	width: 80%;
		         
}
#innerwrapper{ 
    background: #1e221c;
	border-left: 0;
	border-right: 0;
	margin: 0px auto 0px auto; 
	text-align: left; /* re_aligns text to left*/
    padding: 20px 20px 0px 20px;
    height: 100%;

       
}
#header{ 
	background: #11130f url(media/header_bg.gif) repeat-x;
	height: 250px;
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 0;
	
}

#headergraphic{
	background: transparent url(media/banner.gif) no-repeat left;
	height: 250px;
	margin: 0;
	padding: 0;
}

#header_end
{
        background: url(media/logo_right.gif) no-repeat right; 
        height: 250px;

}
#topmenu{ 
    background: transparent url(media/menu_tile.gif) repeat-x;
	border-top: 0;
	border: 1px solid #000;
    color: #bece6b; 
	margin: 0; 
    position: relative;
    height: 43px;
	padding: 0px;
      
}
#topmenu p
{
	background: transparent !important;
	border: 0 !important;
	font-size: 11px;
	font-weight: bold; 
	margin: 0 !important;
	padding: 0px 0px 0px 0px; 
	text-align: right;
}
#topmenu p.home{
	float: left;
	margin: 0 !important;
	padding: 0px 0px 0px 0px;
	text-align: left; 
}
#topmenu a:link, 
#topmenu  a:visited{ 
	background: transparent; 
       	color: #232807;
        border-left: 1px solid #363d0e;
        padding: 12px 11px 13px 10px;
        text-decoration: none;
        line-height: 40px;
}

#topmenu a:hover, 
#topmenu a:active{
	background: transparent url(media/menu_ro.gif); 
        color: #bece6b; 
        padding: 12px 10px 13px 10px;
        border-right: 1px solid #869f07;
        border-left: 1px solid #1d2206;
		border-top: 0;
       	text-decoration: none;
      
}

/* Drop the first letter of the paragraph */

p.dropcap:first-letter {
	float: left; /* Makes the text flow around the letter */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #ae163a;
	font-size: 3em;
	font-weight: normal;
	line-height: 1em; /* Adjustment for IE else don't work right */
	padding-right: 0.15em 
}

/* Image handling, just the text wrap at the moment */

img.floatleft {
	float: left;
	margin: 20px;
}

img.floatright {
	float: right;
	margin: 20px;
}

/* Pull Quote handling 	 */

.pullquote {
	width: 20%;
	float: right;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif; 
	line-height: 140%;
	margin: 10px;
	background: url(css/closequote.gif) no-repeat bottom right;
	padding: 0px 25px 5px 10px;
	color:#a04c16;
}

.pullquote:first-letter {
	background: url(css/openquote.gif) no-repeat left top;
	padding: 5px 2px 10px 35px;	
}
#footer
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	position: relative;
	bottom: 0px;
	width: 100%;
}
.copyright{ 
	color: #666;
	font-size: 10px; 
	padding: 8px 0 0 0;
	text-align: center;
}
.copyright a:link,
.copyright a:visited,
.copyright a:active
{
      color: #666;
}
.copyright a:hover{
      color: #4E3851;
}
.warning {
	border: 1px solid #C00;
	padding: 4px;
	margin: 4px;
	background-color: #FCC;
	width: 45%;
}

a:link {
  color: #505436; 
  text-decoration: none;}
a:visited {
  color: #505433; 
  text-decoration: none;} 
a:hover {
  color: #7a8a23; 
  text-decoration: underline;} 
a:active { 
  color: #9999CC; 
  text-decoration: underline;} 
