
/** SIDEBAR */

#sidebar {
	background: rgb(122,159,154);
}
#sidebar a {
	color: rgb(255,252,200);
}

#sidebar p, ul, ol {
	color: #000000;
}

#sidebar H1 {
	color: #000000;
}
#sidebar H3 {
	color: #000000;
}
	
/** mainCONTENT */

#mainContent {
	background: rgb(255,239,207);
}

#mainContent p, ul, ol {
	color:#000000;
}
#mainContent h1, h2 {
	color: #003300;
}
#mainContent a {
	color:#000000;
}