	#page {
		background: #fff;
		color: #666;
	}
	#header {
		background: #efe;
		color: #333;		
	}
	#header_front {
		background: url(../images/header-bg.jpg) repeat-x;
	}

	#navigation td {
		padding: 1px 1px 1px 0px;
		width: 20%;
		border-bottom: 0px solid #000000;
	}
	#navigation a {
		display: block;
		padding: 3px 10px 3px 10px;
		background: #cccccc;
		color: #000000;
		text-decoration: none;
		text-align: center;
		font-weight: bold;
	}
	#navigation a:hover {
		display: block;
		padding: 3px 10px 3px 10px;
		background: #000000;
		color: #ffffff;
		text-decoration: none;
		text-align: center;
		font-weight: bold;

	}
	#navigation a.current {
		display: block;
		padding: 3px 10px 3px 10px;
		background: #000000;
		color: #ffff00;
		text-decoration: none;
		text-align: center;
		font-weight: bold;
	}
	#navigation a.current:hover {
		display: block;
		padding: 3px 10px 3px 10px;
		background: #cccccc;
		color: #006666;
		text-decoration: none;
		text-align: center;
		font-weight: bold;
	}

	#main_content {
		width: 800px;
	}
	#main_content #left {
		background: url(../images/left_bg.jpg) no-repeat left bottom;
		border-right: 1px solid #9c9;
		border-bottom: 1px solid #9c9;
	}
	#left {

		height: 100%;
	}
	#left table {
		padding: 15px 15px 30px 10px;
		background: url(../images/bg_left.gif) repeat-y left bottom #efe;
		height: 100%;
		width: 800px ;
	}
	#main_content #right {
		padding: 15px 15px 0px 15px;
	}

	#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;
	}
}