body
{
	background-color: white;
	position:relative;
	z-index:1;
}


#menu_bar
{
	background-image:url(images/menu_bar_background3.png);
	border-bottom:1px solid gray;
	/*width:900px;*/
	/*margin-top:-21px;
	text-align:center;*/
	color:white;
	/*border-left:1px solid gray;
	border-right:1px solid gray;*/
}

#menu_bar ul li a
{
	color: white;	
}

#menu_bar ul li a:hover
{
	color:#cfe7cf;
}

.date-nav
{
    font-size:12px;
    color: #a7a7a7;
}

.date-nav:hover
{
	color:#cfe7cf;
}

#content
{
	/*width:900px;
	margin-left:auto;
	margin-right:auto;
	background-color:white;
	border-left:1px solid gray;
	border-right:1px solid gray;
	border-bottom:0px solid gray;*/
}
#below_content
{
	width:900px;
	margin-left:auto;
	margin-right:auto;
}
a:link
{
	/*text-decoration:none;*/
}
p.indent
{
	text-indent:20px;
}
div.indent
{
	text-indent:20px;
}