	#navigation {
		width: 900px;
		padding: 0px 0px 0px 0px;
		border-bottom: 0px solid #fcff97;
		border-top: 0px solid #cc4880;
		border-left: 1px solid #fcff97;
		border-right: 0px solid #fcff97;		
	}
	#navigation td {
		padding: 0px 0px 0px 0px;
		border-bottom: 5px solid #fcff97;
		border-top: 0px solid #cc4880;
		border-left: 0px solid #cc4880;
		border-right: 0px solid #fcff97;
		width: 20%;
	}
	#navigation a {
		display: block;
		padding: 5px 5px 3px 3px;
		background: #7d7d7e;
		color: #fcff97;
		text-decoration: none;
		font-weight: bold;
		text-align: center;
		border-bottom: 0px solid #000000;
		border-right: 1px solid #fcff97;
		font-size: 100%;

	}
	#navigation a:hover {
		display: block;
		padding: 5px 5px 3px 3px;
		background: #fcff97;
		color: #000000;
		text-decoration: none;
		font-weight: bold;
		text-align: center;
		border-bottom: 0px solid #000000;
		border-top: 0px solid #000000;
		border-left: 0px solid #bdbdbd;
		border-right: 1px solid #bdbdbd;
	}
	#navigation a.current {
		display: block;
		padding: 5px 5px 3px 3px;
		background: #fcff97;
		color: #7d7d7e;
		text-decoration: none;
		font-weight: bold;
		text-align: center;
		border-bottom: 0px solid #fcff97;
		border-top: 0px solid #000000;
		border-left: 0px solid #000000;
		border-right: 0px solid #fcff97;
	}
	#navigation a.current:hover {
		display: block;
		padding: 5px 5px 3px 3px;
		background: #7d7d7e;
		color: #fcff97;
		text-decoration: none;
		font-weight: bold;
		text-align: center;
		border-bottom: 0px solid #333333;
		border-top: 0px solid #333333;
		border-left: 0px solid #000000;
		border-right: 0px solid #000000;
	}

	#main_content {
		width: 850px;
	}
	#main_content #left {
		border-right: 1px solid #9c9;
		border-bottom: 1px solid #9c9;
	}
	#left {

		height: 100%;
	}
	#left table {
		padding: 5px 5px 30px 5px;
		background: url(../images/bg_left.gif) repeat-y left bottom #efe;
		height: 100%;
		width: 100%;
	}
	#main_content #right {
		padding: 5px 5px 0px 5px;
	}

	#footer {
		padding: 0px 10px 20px 10px;
	}
	#footer h1 {
		margin: 10px 0px 0px 0px;
	}
	#footer p {
		margin: 0px 0px 20px 0px;
	}
	#menu_list {
		margin-bottom: 0px;
	}