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