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



body {
	background-color: #4E7AB0;	
}


html {
	color: #FFFFFF;
}


#wrapper {
	background-repeat: no-repeat;
	background-image: url(images/bg-home.jpg);
	height: 100%;
	width: 100%;
}

#wrapper-outer {
	background-image: url(images/bg-home-bttm.jpg);
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: left bottom;
	min-height:927px;
}


#nav {
	float: left;
	background-image: url(images/nav-bg.jpg);
	background-repeat: no-repeat;
}


#pages_nav {
	float: left;
}
	
	
			
#footer {
	color: #FFFFFF;
}
