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

body {
	background-color: #acb9ca;
	background-image:url(/images/bodybg.jpg);
}

#container {
	background-color: #d8d8d8;
}

#menu {
	background-color: #597294;
	color: #fff;
}
#menu a {
	color: #fff;
	border-bottom: 4px solid #fff;
}
#menu a.thisPage {	
	border-bottom: 4px solid #000;
}
#menu a:hover {
	color: #d01f3c;	
}