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



body {
	background-color: #496BA7;
	background-image: url(images/body-bg.jpg);
	background-repeat: repeat-x;
}


html {
	color: #333333;
}




#wrapper {
	background-image: url(images/body-wrapper-bg.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	background-attachment: fixed;
}


#nav {
	background-position: left 0px;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/nav-bg-long.jpg);
	/*background-image: url(images/nav-bg.png);*/
}


.content {
	background-color: transparent;
	background-image: url(images/home-content-tile-bg.png);
	background-repeat: repeat-y;
}
	
	
#content-header {
	background-image: url(images/home-content-header-bg.png);
	background-repeat: no-repeat;
	background-color: transparent;
	height: 40px;
}
	
.content-bottom {
	background-image: url(images/home-content-bttm-bg.png);
	background-color: transparent;
	height: 66px;
}

#content-header	h1 {
	color: #FFFFFF;
	font-size: 15px;
	padding-top: 5px;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #CCCCCC;
	text-align: center;
}
