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

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

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

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

body {
	background-color: #FFFFFF;
	font-size: 16px;
	margin: 0;
	padding: 0;
	text-align: center;
}

.float-clear {
	clear: both;
}

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

#wrapper {
	width:100%;
	padding:10px;
	text-align:left;
}
	
/****************************************
***** LAYOUT ELEMENTS: Main Content ***** 
*****************************************/

#sidebar {
	float: left;
	width:200px;
}

#copyarea {
	float: left;
	width:800px;
}

#copy {
	float:left;
	padding-left:20px;
	width:780px;
	}

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

	
/****************************************
***** NAVIGATION ************************
*****************************************/

#navigation {
	width:200px;
	height:500px;
	padding: 20px 0px;
	background-image: url(/res_images/sidebar.jpg);
	background-repeat: no-repeat;
}

#navigation ul {
	padding-left:20px;
	margin:0px;
	}

#navigation ul li {
	list-style-type: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	padding:0px 0px 5px 0px;
	color:#FFFFFF;
	}

#navigation a {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	}

h1, .contentheading, .componentheading {
	width:800px;
	text-align:center;
	padding-bottom:100px;
	font-size:32px;
	font-weight:bold;
	}

h1 {
	padding-bottom:50px;
	}