div#content {
	background: black;
}
div#head h1 {
	background: url("./images/header_img.png") no-repeat;
}
div#body {
	background: black;
}

/* div#body a {
	color:white;
} */

div#menu {
	text-align: center;
	background: #041B3B;
}

div#foot	{
	margin: auto;
	text-align: center;
	background: url("./images/footer_img.png") no-repeat center;
	margin: auto;
	width: 849px;
}
div#menu a, div#foot a  {
	color: #fff;
}
div#cats a {
	color: #fff;
}

span#pagecontent a{
	color: white;
}

.SC_RS_Body	{
	background: white;
	margin-left: 10px;
	padding-left: 15px;
}

.SC_RS_Body a{
	color: blue;
}

.SC_RS_Row2	{
	background: #041B3B;
	color: white;
}

.SC_RS_Row2 a, .SC_RS_Row1 a, .SC_RS_Row3 a{
	color :white;
}

.SC_RS_Row3	{
	background: blue;
	color: white;
}

.SC_RS_Row1	{
	background: black;
	color: white;
}
