/* CSS Document */
body	{
	background-color:#000;
	color: #000;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	padding-bottom: 25px;

	}
/*img	{
	display: block;
	border: 0;
	}*/
#mainbody{
	margin:auto;
	voice-family: "\"}\""; 
	voice-family:inherit;
	background-color:#ff0;
	width:755px;
	border:1px solid #333;
}
#header{
	text-align:left;
	height:84px;
	background-image:url(images/head-bg.gif);
	background-repeat:repeat-x;
}
#date{
	margin-top:3px;
	margin-left:500px;
	color:#000;
	font-family:"Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size:80%;
	font-weight:bolder;
}
#maincontent{
	text-align:left;
	border-top:5px solid #ff0;
	background-color:#FFFFFF;
	padding:5px;
}
#navigation{
	margin:0;
	float:left;
	margin-top:5px;
	width:175px;
	border:1px solid #ccc;
	background-color:#e8e8e8;
}
#navigation ul{
	font-size:80%;
	/*border: 1px solid #000;*/
	margin: 1em;
	/*width: 5em;*/
	padding: 0px;
	list-style-position: inside;
	list-style-type:none;
}
#navigation ul li:before {
	content: "\00BB \0020";
	}
#nav-head{
	color:#333;
	text-align:center;
	border-bottom:1px solid #ccc;
}
#content{
	margin-top:0px;
	margin-left:190px;
	font-size:80%;
}
#footer{
	margin-left:-5px;
	margin-bottom:-5px;
	background-color:#333;
	color:#FFFFFF;
	width:755px;
	font-size:75%;
}

h3 {
	color:#cc0000;
}
a:link{
	color:#cc0000;
	}
a:visited{
	color:#cc0000;
	}
a:hover{
	color:#000000;
	text-decoration:none;
	}
