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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/background-blue.jpg);
}
#container {
	position:relative;
	width:950px;
	z-index:1;
	height: 450px;
	margin-left: auto;
	margin-right: auto;
}
#navdiv {
	position:relative;
	width:870px;
	height:25px;
	z-index:1;
	background-image: url(images/nav-background.jpg);
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-right: 40px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCC;
	line-height: 25px;
}
#navdiv a:link, #navdiv a:visited {
	color:#CCC;
	display: inline-block;
	height: 25px;
	padding-left: 10px;
	padding-right: 10px;
	border-color: #0D4183;
	border-width: 0px 1px 0px 1px;
	border-style: solid;
}
#navdiv a:hover {
	color:#FFF;
	background-image:url(images/navbutton-over.jpg);
	background-repeat: repeat-x;
}
#navdiv a:active {
	background-image:url(images/navbutton-down.jpg);
	background-repeat: repeat-x;
}
#page-mid {
	position:relative;
	width:950px;
	z-index:2;
	background-image: url(images/page-background.jpg);
	background-repeat: repeat-y;
}
#bodydiv {
	width: 665px;
	overflow: visible;
	position: relative;
	padding: 0px 10px 0px 20px;
}
#footer {
	position:relative;
	width:950px;
	height:40px;
	z-index:3;
}

#searchbox {
	position: absolute;
	z-index: 2;
	left: 620px;
	top: 135px;
}
