@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-image: url(images/nav-bg.png);*/
	background-image: url(images/nav-bg-long.jpg);
	background-position: left 0px;
	background-repeat: no-repeat;
}




.content {
	background-image: url(images/body-content-tile-bg.jpg);
	background-repeat: repeat-y;
}

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


#content-header	h1 {
	padding-left: 25px;
	color: #003399;
	padding-top: 15px;
	font-size: 24px;
}
