	#page {
		background: #fff;
		color: #666;
	}
	#header {
		background: #efe;
		color: #333;		
	}
	#header_front {
		background: url(../images/header-bg.jpg) repeat-x;
	}

	#navigation td {
		width: 850px;
		padding: 1px 1px 1px 1px;
	}
	#navigation a {
		font: 100% arial,helvetica,sans-serif;
		font-weight: bold;
		display: block;
		padding: 5px 5px 5px 5px;
		background: #333399;
		color: #ffffff;
		text-decoration: none;
		text-align: center;
		border-bottom: 5px solid #9999cc;
	}
	#navigation a:hover {
		display: block;
		background: #9999cc;
		color: #333399;
		text-decoration: none;
		border-bottom: 5px solid #333399;
	}
	#navigation a.current {
		display: block;
		background: #9999cc;
		color: #ffffff;
		text-decoration: none;
		border-bottom: 5px solid #333399;

	}
	#navigation a.current:hover {
		display: block;
		background: #9999cc;
		color: #333399;
		text-decoration: none;
		border-bottom: 5px solid #333399;
	}