body {
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: arial, sans-serif;
	background: url(assets/bg.gif);
	}
#wrapper {
	margin: 0 auto;
	text-align: left;
	background-color: #dbdba8;
	width: 760px;
	}
.clearer {
 height:1px;
 overflow:hidden;
 margin-top:-1px;
 clear:both;
 display: block;
}	
/*Home layout*/	
body#home #wrapper {
	padding-top: 300px;
	background-image: url(assets/bg-home.jpg);
	background-repeat: no-repeat;
	}
/* Inside Layout */
body#inside #wrapper {
	padding-top: 120px;
	background-image: url(assets/bg-inside.jpg);
	background-repeat: no-repeat;
	}
/* Features */
body#home #featuring {
	width: 205px;
	/*float: right; 
	position: relative;*/
	background-color: #d3d39c;
	background-image: url(assets/feature-home-bg.jpg);
	background-repeat: no-repeat;
	padding-top: 104px;
	margin: 0 0 20px 20px;
	float: right;
	}
#featuring #events {margin: 0 8px 10px 8px;}	
body#inside #featuring {display: none;}	
#featuring p { margin: 0 8px 8px 0px;}
#featuring h3 { font-size: 16px; margin: 0.5em 0;}


/* Navigation */
#nav {margin-bottom: 10px; }
/* Toolbox */
h1 {color: #5c5c37; font-size: 16px; margin: 0 0 0.5em 0;}
h2 {color: #5c5c37; font-size: 15px; margin: 0 0 0.5em 0;}
#content {border-bottom: 2px solid white;}
body#home #content {float: left; position: relative; width: 519px;}
body#inside {padding: 10px;}
body#home #toolbox {margin: 0 0 0 13px; width: 519px; position: relative;}
body#inside #toolbox {margin: 0 0 0 13px; position: relative; margin-right: 12px;}

#category {padding-bottom: 0.5em;}
.listing {
	background-color: #c8c88c;
	margin-left: -13px;
	padding: 10px 13px 0.5em 13px;
	clear: both;
	position: relative;
	height: 1%;
	}
body#inside .listing {clear: both;}	
.imageright {margin: 0 0 10px 10px; float: right; position: relative;}
.imageleft {margin: 0 10px 10px 0; float: left; position: relative;}
.imagecaption {font-size: 11px;}

/* Bottom Area */
#bottom {
	clear: both;
	background: url(assets/bottom-bg.gif) no-repeat;
	padding: 52px 0 10px 307px;
	margin-top: 20px;
	font-size: 10px;
	}
#bottom h3 {
	font-size: 12px;
	margin:0;
	color: #793b0e;
	}
a:link {color: #55553d;}
a:visited {color: #55553d;}
a:hover {color: #000;}
a:active {color: #55553d;}

/* copyright */
#copyright {
	margin: 0 auto;
	text-align: left;
	width: 760px;
	font-size: 10px;
	padding: 5px;
	}
	
	/* Image Upload Icons */
.pdf, .txt, .doc, .ppt, .xls, .mp3, .download, .gif, .jpg {
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	line-height: 22px;
	display: block; 
	}
.pdf	{ background-image: url(images/file-ext/pdf.png)}
.txt	{ background-image: url(images/file-ext/txt.png)}
.doc	{ background-image: url(images/file-ext/doc.png) }
.ppt	{ background-image: url(images/file-ext/ppt.png) }
.xls	{ background-image: url(images/file-ext/xls.png) }
.mp3	{ background-image: url(images/file-ext/mp3.gif) }
.gif	{ background-image: url(images/file-ext/gif.gif) }
.jpg	{ background-image: url(images/file-ext/gif.gif) }
.zip	{ background-image: url(images/file-ext/zip.png) }
.download {  background-image: url(images/file-ext/download.gif);}	