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

body {
  background: #000000; 
}

.outer {
  background: #FFFFFF; /* this BG tiles the center column */
}

.container-left {
  color: #FFFFFF;
}

.container-right {
  color: #000000;
}

#header {
  background: #000;
}
  
#topnav {
  background: #1c355f;
}

#footer {
  background: #1c355f;
}

.contentpane {
	background: #FFF;
	color: #000;
}