	/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END RESET */
	
	body{
		text-align: center;
		background: #333;
		color: white;
		font-family: Helvetica, Arial, sans-serif;
		line-height: 1.3em;
		margin-top: 0px;
	} 
	
	p, br{
		line-height: 1.5em;
	}
	
	#container {
		text-align: left;
		margin: 0 auto;
		width: 760px;
		background: #fff url(images/side.gif) repeat-y 0%;
		
		
		
	}

	#topnav{
		background: #333;
		color: #fff;
		margin: 0;
		border-bottom: 5px solid #000;
		border-top: 5px solid #000;
		width: 100%;
		
	}
	
	#sidenav{
		float: left;
		width: 150px;
		display: inline;
		padding: 5px 0;
	}
	
	.sidemenulist{
		list-style: none;
		color: #fff;
		margin: 0;
		padding-left: 15px;
	}
	
	.sidemenulist li{
		line-height: 3em;
		
	}
	
	#sidenav a:link, #sidenav a:visited{
		background: url(images/bonemini.gif) no-repeat;
		padding-left: 30px;
		
		color: #fff;
		font-weight: bold;
		text-decoration: none;
		display: block;
		
	}
	
	#sidenav a:hover, #sidenav a:active{
		background: url(images/bonemini.gif) no-repeat #fea503;
		padding-left: 30px;
		color: #FE3402;
		font-weight: bold;
		text-decoration: none;
	}
	
	#content{
		float: left;
		margin-left: 0px;
		width: 550px;
		padding: 15px 20px;
		color: #000;
	}
	
	#footer{
		clear: both;
		background: #333;
		color: #fff;
		text-align: right;
		border-top: 5px solid #fea503;
		font-size : 80%;
	}
	
	.clear {
		clear: both;
	}
	
	.clear-both {
		clear: both;
	}
	
	.float-right{
		float: right;
	}
	
	.float-left{
		float: left;
	}
	
	
	h1, h2, h3, h4, h5, h6{
		color: #fea503;
		line-height: 1.5em;
	}
	
	h1{
		font-size: 1.5em;
		
	}
	
	h2{
		font-size: 1.4em;
		
	}
	
	h3{
		font-size: 1.3em;
		
	}
	
	h4{
		font-size: 1.2em;
		
	}
	
	h5{
		font-size: 1.1em;
		
	}
	
	h6{
		font-size: 1em;
		
	}
	
	.centerimage{
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	
	
		/*get rid of image link borders */
	a img {
		border: none;
	}
	
	
	a:link, a:visited {
		color: #fea503;
		font-weight: bold;
		text-decoration: underline;
	}
	
	a:hover, a:active{
		color: #FE3402;
		font-weight: bold;
		text-decoration: none;
	}
	
	.thumb {
		width: 160px;
		border: 1px solid #666;
		float: left;
		text-align: center;
		padding-bottom: 30px;
		margin-right: 20px;
		margin-bottom: 25px;
		min-height: 200px;
	}
	
	.thumb img{
		text-align: center;
		padding: 5px 5px 0 5px;
		
	}