h1, #about { 
	background: #FFCC33;  /* TOP/SIDE MAIN COLOR */
}

div#navigation, div#wrapper {
	background-color: #FED55C;  /* TOP/SIDE SECONDARY */
}

div#footer, #subnav li { 
	background-color: #E30632;  /* NAV BAR MAIN */
}

h2, #subnav {
	background-color: #F66E6E;  /* NAV BAR SECONDARY */
}

#about a {
	color: #FFF;
}

div#content	{
	background-image: url(../images/crisscrosses/about.gif);  
}

div#text a:link {
	color: #E30632;
}
div#text a:visited, div#text a:hover, div#text a:focus, div#text a:active {
	color: #F66E6E;
}

div#wrapper {
	background-image: url(../images/crisscrosses/about-left.gif);
	background-position: left 400px; 
	background-repeat: no-repeat;
}