/****************************************

     HANNUSH ENTERPRISES, LLC
     WebCSS V1.1 STYLE
     Date originated: 06 FEB 2008
     Writer: Drew Hannush
     www.hannush.com

*****************************************/

/****************************************
***** UNIVERSAL ELEMENTS ****************
*****************************************/

html, body, #wrapper {
	min-height: 400px;  /* WRAPPER 1: To fix a major bug in #wrapper being relative instead of float  */
	}

body {
	background-color: #FFFFFF;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%; /* IE6 FONT SIZE FIX For use with ems */
	margin:0px;
	padding:0px;
	text-align:center;  /* CENTER PAGE 2: Set text-align to center to fix IE6- margin recognition error in #wrapper  */
	background-image: url(../res_images/indtextb.jpg);
	}

a {
	color:#FF6600;
	text-decoration:none;
	}

a:hover {
	color:#FF9933;
	text-decoration:underline;
	}

h1, h2 {	/* MAIN HEADLINE: Large Font  */
	color: #171F80;
  font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	}

h3, h4 {  /* SECONDARY HEADLINE: Medium Large Font  */
	color:#FF6600;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 25px;
	}

h5, h6 {  /* PARAGRAPH HEADER: Bold Font  */
	color: #4870A3;
	display: block;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	}

#float-clear {
	clear:both;
	}

#searchbox {  /*  Make input name and id "searchbox"  */
	background-color: #BF2E01;
	border: 1px solid #000000;
	color: #FFFFFF;
  }

/****************************************
***** LAYOUT ELEMENTS: Wrapper ********** 
*****************************************/

#wrapper {
	margin-top: 0px;  /* CENTER PAGE 1: Set the right and left margin to "auto" and bottom to "0"  */
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position:relative;
	text-align:left;
	width:770px;
	}
	
/****************************************
***** LAYOUT ELEMENTS: Masthead ********* 
*****************************************/

#masthead {
	float: left;
}

/****************************************
***** LAYOUT ELEMENTS: Main Content ***** 
*****************************************/

#sidebar {
	float: left;
	}

#copyarea {
	display:inline; /* DOUBLE MARGIN IE FIX */
	float: left;
	line-height: 125%;
	text-align:left;
	margin: 15px;
	width: 540px;
	}

/****************************************
***** LAYOUT ELEMENTS: Footer *********** 
*****************************************/

#footer {
	color: #FFFFFF;
	float: left;
	font-weight: bold;
	height: 41px;
	padding-top: 12px;
	text-align: center;
	width: 770px;
	}

#copyright {
	color: #999999;
	font-size: 10px;
	height: 41px;
	padding-top: 8px;
	text-align: center;
	width: 770px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	}
	
/****************************************
***** NAVIGATION ************************
*****************************************/

#navigation {
  }
