#header
{
	background-image:url(/includes/images/bg.gif);
	width:100%;
	height:83px;
}
#logo
{
	position:absolute;
	width:375px;
	height:83px;
	background-image:url(/includes/images/logo.gif);
}
#sidebarL
{
	float:left;
	margin:0 10px 10px 10px;
	width:120px;
	overflow:hidden;
}
#sidebarR
{
	float:right;
	margin:0 0px 10px 10px;
	width:220px;
	overflow:hidden;
}
#container
{
	margin:0 140px 0 140px;
	padding:10px;
	padding-bottom:20px;
	background-image:url(/includes/images/copyright.gif);
	background-position:bottom center;
	background-repeat:no-repeat;
}
a.toplev,a.sublev
{
	display:block;
	padding: 5px 0px 5px 12px;
	font-size:14px;
	text-decoration:none;
	color:#640200;
	font-family:garamond, helvetica;
	font-weight:600;
	background-image:url(/includes/images/arrow.gif);
	background-repeat:no-repeat;
	background-position:left center;
}
.submenu
{
	margin-left:10px;
}
a.sublev
{
	font-size:16px;
	font-weight:400;
	padding:0 0 5px 12px;
	background-image:none;
}



a
{
	color:#333366;
	text-decoration:none;
}

dt{
   font-weight:bold;
}
code{
	display:block;
	white-space:pre;
        width:95%;
        overflow:auto;
 	margin-left:10px;
 	padding:2px;
	background-color:#FAFAFA;
	background-image:url(/includes/images/code_side.gif);
	background-repeat:repeat-y;
}