body {
	background-color: #a3d5fe;
	background-image: url(../images/cyborg-backimage.jpg);
	background-repeat: repeat-y;
}

#content_wrapper {
        background-color: #a3d5fe;
}

.mediumheader {
	color: darkblue;
}

.decoder_text_list {
	background-color: #91bedf;
}

.decoder_text_list_header {
	background-color: #bbc;
}

.decoder_text_list_header a:link, .decoder_text_list_header a:visited, .decoder_text_list_header a:active {
	color: #000044;
}

.other_decoder_text {
	box-shadow: inset 0px 8px 0px 0px #fff;
	background: -moz-linear-gradient( center top, #f8f8f8 50%, #ddd 100% );
}

.other_decoder_text a:link, .other_decoder_text a:visited, .other_decoder_text a:active {
	color: #226;
	text-decoration: none;
}

#main_content {
	background-color: #def;
}

#sidebar_right {
	background-color: #91bedf;
}
