body {
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

img {
	border:none;
}

h1 {
	font-size:22px;
}

.header-background {
	width:100%;
	height:143px;
	background-image:url(images/header_gradient.jpg);
	background-repeat:repeat-x;
}

.header {
	width:920px;
	height:143px;
	margin:auto;
}

.header_logo {
	width:270px;
	height:143px;
	background-image:url(images/header_logo.jpg);
	background-repeat:no-repeat;
	margin:0;
	float:left;
}

.header_nav {
	width:650px;
	height:105px;
	padding-top:38px;
	float:right;
}

.content {
	width:920px;
	margin:auto;
	padding-bottom:20px;
}

.divider {
	width:20px;
	height:350px;
	background-image:url(images/divider.jpg);
	background-repeat:repeat-y;
	margin-top:0;
	margin-bottom:0;
}

.footer-top {
	width:920px;
	height:254px;
	margin:auto;
	background-image:url(images/footer_top.jpg);
	background-repeat:no-repeat;
}

.footer-images {
	width:auto;
	height:224px;
	margin:auto;
	padding:15px;
	text-align:center;
}

.footer-images img {
	border:2px solid #FFCC00;
}

.holderbox {
	overflow: visible;
	position: relative;
	visibility: visible;
	width: 430px;
}

.changepicturebox {
	overflow: visible;
	position: absolute;
	visibility: hidden;
	z-index: auto;
	height: 350px;
	width: 430px;
}

.footer-bottom {
	width:920px;
	height:96px;
	margin:auto;
	background-image:url(images/footer_bottom.jpg);
	background-repeat:no-repeat;
}

.footer-bottom-left {
	height:20px;
	line-height:20px;
	font-size:12px;
	float:left;
	padding-left:20px;
}

.footer-bottom-right {
	height:20px;
	line-height:20px;
	font-size:9px;
	float:right;
	padding-right:20px;
	color:#FF9900;
}

.footer-bottom-right a {
	color:#FF9900;
}

a {
	text-decoration:none;
	font-weight:bold;
	color:#000066;
}

a:hover {
	color:#000033;
}