#header {
	width: 1000px;
	margin: 40px auto 0 auto;
	height: 88px;
}

	#logo {
		padding: 0;
		margin: 0;
		float: left;
	}
	
		#logo img {
			float: left;
			width: 280px;
		}

	#menu {
		float: right;
		width: 310px;
		height: 20px;
		margin: 40px 0px 0 0;
	}

		#menu ul {
			margin: 0 0 0 0;
			padding: 0;
			list-style: none;
		}
	
			#menu ul li {
				margin: 0;
				padding: 0 0 0 15px;
				float: left;
			}
			
			#menu ul li:hover {
				background: url('/img/visuals/slash.gif') 7px 0px no-repeat;
			}
			
			#menu ul li.active {
				background: url('/img/visuals/slash.gif') 7px 0px no-repeat;
			}
			
#visual {
	position: relative;
	clear: both;
	margin: 25px auto 25px auto;
	height: 120px;
	width: 1000px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;	
}

	#page_title {
		top: 70px;
		left: 0;
		position: absolute;
		font-family: "Apple LiGothic";
		font-size: 30px;
		color: #fff;
		background: #000;
		padding: 2px 10px 0px 7px;
		height: 36px;
	}
