#top_div {
	width: 740px;
	margin: 10px auto 0 auto;
}

#splash_div {
	height: 80px;
	background: url(../images/up_01.png) no-repeat;
}

#navbar {
	height: 30px;
}

#navbar ul {
	list-style-type: none;
}

#navbar ul li {
	display: inline;
}

#navbar ul  li a {
	border-bottom: 1px solid #CCC;
	background: url(../images/navigation-item.jpg) no-repeat;
	
	color: #999;
	font-size: 12px;
	text-align: center;
	
	position: relative;
	padding: 8px 0;
	float: left;
	width: 100px;
	margin-right: 2px;
	
	z-index: 1;
	
	outline: 0;
}

#navbar ul  li a.current {
	border-bottom: 1px solid #EEE;
	background-position: 0 -30px;
	text-decoration: none;
}

#navbar ul  li a:hover {
	border-bottom: 1px solid #EEE;
	background-position: 0 -30px;
	text-decoration: none;
}

#content_div {
	background: url(../images/content.jpg) no-repeat;
	width: 700px;
	padding: 0 20px 20px 20px;
	float: left;
	position: relative;
	top: -1px;
}


#footer_div {
	background: url(../images/footer.jpg) no-repeat;
	color: #999;
	padding: 10px 0 15px 0;
	clear: both;
	font-size: 11px;
	text-align: center;
}

#footer_div p {
	text-align: center;
}
