/*body {
	background-color: #E2EDFF;
	background-repeat: repeat-x;
	background-image: url('http://RMOfiles.redmantech.ca//templates/theme_galaxy/galaxy_images/siteBG_whiteGradient.png');
}
body.red {
	background: #2E0000;
}
body.red #topnav, body.red #footer {
	background: #A70000;
}
body.red #content h1, body.red .topdefault {
	color: #A70000;
}
body.red #navigation, body.red #content h1 {
	background-color: #FFF0F0;
}

body.black {
	background: #444444;
}
body.black #topnav, body.black #footer {
	background: #222222;
}
body.black #content h1 {
	color: #222222;
}
body.black #navigation {
	background-color: #E7E7E7;
}

body.green {
	background: #DBEECE;
}
body.green #topnav, body.green #footer {
	background: #024100;
}
body.green #content h1, body.green .topdefault {
	color: #024100;
}
body.green #navigation {
	background-color: #F3FFF4;
}*/