/* 
* Layout/Template CSS only
*/
html
{
	background:url('../graphics/bottombg.gif') bottom left repeat-x #ffffff;
}

#wrapper
{
	width:880px;
	margin:40px auto 0px;
	padding:15px 20px 0px;
	background:url('../graphics/wrapperbg.gif') bottom right no-repeat #ffffff;
}

#menuwrapper
{
	margin-bottom:15px;
	padding:9px 10px;
	background:url('../graphics/menubg.gif') top left no-repeat #ffffff;
	width:860px;
	height:24px;
}

#contentwrapper
{
	float:right;
	width:624px;
	padding-bottom:90px;
}

#leftwrapper
{
	width:240px;
}

#footerwrapper
{
	clear:both;
	height:43px;
	color:#ffffff;
}

#background
{
	background:url('../graphics/bg.jpg') top left repeat-x #ffffff;
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:-1;
}

#headerwrapper
{
	position:absolute;
	top:0;
	left:0;
	right:0;
	margin:0px auto;
	width:920px;
	padding-left:40px;
	text-align:left;
}

.alignright { float:right;margin-left:10px}
.alignleft { float:left;margin-right:10px} 

/* WordPress */
.menunav li, .menuwrapper li { float:left; padding-right:20px; margin-left:15px; }
.footernav { max-height: 43px; overflow: hidden; padding: 0; margin: 0;}
.footernav li { list-style: none; display: inline-block; padding-right: 10px; }