@charset "utf-8";
/* CSS Document */


#bar {
	width: 1024px;
	height: 5px;
	background-image: url(../images/bar.png);
	background-repeat: repeat-x;
	padding-top: 40px;
}

#slide {
	width: 1024;
	height: 400px;
	position: relative;
	top: -10px;
}

#navigation2 {
	height: 30px;
	position: relative;
	top: -45px;
}

#navigation2 h1 {
	height: 18px;
	padding: 4px 30px 0px 30px;
	background-image: url(../images/navigation-background-reversed.png);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	border-right: thin solid #999;
	float: left;
}


