#topHead {
	position: relative;
	width: 840px;
	height: 92px;
}

#topHead h1 {
	position: absolute;
	top: 25px;
	left: 200px;
	z-index: 10;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#header {
	test-align: left;
	position: relative;
	width: 840px;
	height: 92px;
	background: url("/images/include/head/bg_head.jpg") no-repeat;
}

#header img {
	border: none;
}

#header a:hover img {
	filter:alpha(opacity=70);
	opacity:0.7;
}

#header #logo {
	position: absolute;
	top: 2px;
	left: 10px;
}

#header #twitter {
	position: absolute;
	top: 62px;
	left: 0px;
}

#header ul {
	position: absolute;
	top: 62px;
	right: 0px;
	margin: 0 !important;
	padding: 0 !important;
}

#header ul li {
	display: inline;
	padding-left: 10px;
}



