﻿.navcontainer a{
	text-decoration: none;
	color: #434343;
	font-weight: bold;
	text-shadow: #dcdcdc 0 1px 0;
}

.navcontainer a:hover{
	color: #242424;
}

.navcontainer {
	background: url(../images/menu_glassbar.jpg) no-repeat center top;
	border-radius-top-left: 6px;
}

#header {
	background: url(../images/header.jpg) no-repeat center top;
	height: 108px;
}

#headerSpacer {
	position: relative;
	top: 45px;
}

.topper h1 {
	font-size: 34px;
	line-height: 38px;
}

#header h1 {
	font-size: 34px;
	line-height: 38px;
}


