/* centering body */
body {
	text-align: center;
	background-color: #6f90ce;
}

div#centeringcontainer {
	margin: 15px auto;
	width: 880px;
	text-align: left;
}

/* display header banner graphic */
#header {
	background-image: url("graphics/v4header.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	width: 870px;
	height: 310px;
}

#header .sitetitle, #header .sitemotto {
	display: none;
}

/* display middle content */
#centercontent {
	margin-bottom: 10px;
}

/* display footer */
#footer {
	background-image: url("graphics/v4footer.jpg");
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 870px;
	height: 110px;
	margin-top: 0;
}

#header, #centercontent, #footer {
	float: left;
}

/* navigation */
#navbuttons {
	position: relative;
	left: 0;
	top: 80px;
	padding: 20px 15px;
	font-weight: bold;
	font-size: 8pt;
	font-family: tahoma, sans-serif;
	float: left;
}

#navbuttons .button a {
	float: left;
	clear: both;
	text-align: right;
	text-decoration: none;
	cursor: pointer;
	color: #ffffff;	
	width: 120px;
	height: 30px;
	background: url("graphics/navbutton-default.jpg") no-repeat left top;
	margin-bottom: 5px !important;
	margin-bottom: -15px;
}

#navbuttons .button a:hover {
	color: #000000;
	background: url("graphics/navbutton-hover.jpg") no-repeat left top;
	border: none;	/* fix for IE bug */
}

#navbuttons .button a span {
	position: relative;
	top: 10px;
	right: 8px;	
}

/* buttons */
.arrow {
	cursor: pointer;
	margin: 5px 0;
}

.arrow a {
	font-family: tahoma, sans-serif;
	font-size: 8pt;
	border: none;
	text-decoration: none;
	color: #ffffff;
	width: 128px;
	height: 32px;	
	text-align: center;
}

.arrowprev a {
	background: url("graphics/arrowprev.jpg") no-repeat left top;
	float: left;
}

.arrownext a {
	background: url("graphics/arrownext.jpg") no-repeat left top;
	float: right;
}

.arrow a span {
	position: relative;
	top: 8px;
}

/* rss */
#rss {
	position: absolute;
	top: 30px;
	left: 23px;
	background: url("graphics/rss.png") no-repeat left top;
	width: 14px;
	height: 14px;
}
