/* CSS Document */
html
{
	margin:0;
	padding:0;
}
body
{
	margin:0;
	padding:0;
	background:url(../img/body.gif) fixed;
}
#bloginfo,
#helpmenu
{
	display:none;
}
#page
{
	width:760px;
	margin:0 auto;
	padding:10px 0;
	position:relative;
}
#header
{
	background-image:url(../img/header.gif);
	padding-top:17px;
	position:relative;
}
#menu
{
	background:url(../img/header-bottom.gif) left bottom no-repeat;
	padding:0 20px 27px 20px;
	position:relative;		
}
#menu ul
{
	margin:0;
	padding:0;
	list-style-type:none;
	width:322px;
}
#menu ul li
{
	display:inline;
}
#menu ul.Left
{
	float:left;
	text-align:right;
}
#menu ul.Left li
{
	padding-right:8px;
}
#menu ul.Right
{
	float:right;
	text-align:left;
}
#menu ul.Right li
{
	padding-left:8px;
}
.narrow #menu
{
	background-image:url(../img/header-bottom-narrow.gif);		
}
#content
{
	background:url(../img/content.gif);
	padding:0 20px;
	width:720px;
	overflow:visible;
}
.narrow #content
{
	background:url(../img/content-narrow.gif);
}
.narrow #contentpanel
{
	float:left;
	width:510px;	
}
#sidepanel
{
	margin-left:540px;	
}
#footer
{
	height:20px;
	background:url(../img/footer.gif);
	clear:both;
	font-size:4px;
}
.narrow #footer
{
	background:url(../img/footer-narrow.gif);
}
#logo
{
	position:absolute;
	z-index:10;
	left:342px;
	top:-7px;
}
#logo img
{
	background-image:url(../img/logo.png);
}
.floatcleaner
{
	clear:both;
	height:1px;
	line-height:1px;
	font-size:1px;
	visibility:hidden;
	position:relative;
}
.narrow #mainfloatcleaner
{
	display:block;
}