@charset "utf-8";
/* CSS Document */

div.header {
	background:url(images/header-yellow.gif) no-repeat;
}
div.bodyContent {
	background:url(images/background-yellow.gif) repeat-y;
}
	div.bodyContent ul#nav li a,div.bodyContent ul#nav li a:hover {
		color:#000;
	}

div.footer {
	background:url(images/bottom-yellow.gif) no-repeat;
}

h1,h2 {
	color:#000;
}
a {
	color:#000;
}
