div#header
{
	position: relative;
	height: 80px;
}

div#logo
{
	position: absolute;
	left: 0px;
	top: 30px;
}

div#slogan
{
	position: absolute;
	right: 0px;
	top: 24px;
}

div#join
{
	text-align: center;
	margin-top: 10px;
}

p.intro
{
	width: 600px;
	margin: 10px auto 20px auto;
}

div#navigation
{
	margin: 0px auto;
	width: 474px;
}

div.button
{
	position: relative;
	height: 35px !important;
	overflow: hidden;
	border-left: 1px solid #fff;
}

div.button a
{
	float: left;
	display: block;
	width: auto;
	height: 35px;
	background-repeat: no-repeat;
	overflow: hidden;
}

div.button a.disabled img,
div.button a:hover.disabled img,
div.button a:link.disabled img,
div.button a:focus.disabled img,
div.button a:active.disabled img
{
	margin-top: -70px;
	cursor: default;
}

div.button a:focus img,
div.button a:hover img
{
	margin-top: -35px;
}

div.button a:active img
{
	margin-top: -70px;
}



div#linklist ul
{
	width: 430px;
	margin: 10px 0px;
	padding: 0px;
	list-style: none;
}

div#linklist ul li
{
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #7dbd29;
	line-height: 18px;
}

div#linklist ul li a
{
	font-weight: bold;
	color: #7dbd29;
}

div#linklist ul,
div#linklist ul.left
{
	float: left;
	text-align: right;
}

div#linklist ul.right
{
	float: right;
	text-align: left;
}
