/* CSS Document */
a {
	font-weight: 800;
	color: #0000FF;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#mainNav a { 
	display:block;
	float:left; 
	background: url(/images/button.gif) no-repeat center;
	height: 26px; 
	margin: 3px 0px 3px 0px; 
	width: 25%;
	font-size: 14px;
	font-weight: 900;
	font-variant: small-caps;
	color: #FFFF00;
	text-align:center;
	padding-top:6px;
}
.floatleft {  
	float: left; 
	padding-left: 10px
}
body {
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(/images/bg.gif) repeat-x;
}
#header {
	background: url(picture.gif) no-repeat top left;
	padding: 3px 0px 0px 370px;
	height:98px;
	font-weight: 900;
}
#header a {
	color:#000000;
}
#footer {
	font-size: 10px;
	text-align:center;
}
.sidenav {
	float:left;
	width:150px;
	background-color: #CC0000;
	border: 0px none;
	padding: 5px 5px 5px 5px;
	color:#FFFF00
}
.sidenav a, .sidenav .active{
	color:#FFFF00;
}
#content {
	margin-left:170px;
	padding:10px;
}
.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
li.leaf {
	list-style-image:none;
}
.block {
	border-bottom:1px dotted #FFFF00;
}
.block-chatbox, .block-user, .block-user input, .breadcrumb, .nav{
	font-size:10px;
}
.node, .book {
}
.links {
	display:none;
}
.book .links {
	display:block;
}
.book .nav {
  border-top: 1px solid #888;
  border-bottom:none;
  padding:0px;
  clear: both;
}
