/*
HTML Page elements
---------------------
*/

body {
	background-color: #ffec74;
	background-image: url("/images/common/background_tile.jpg");
	background-position: top center;
}

/*
Header elements
-------------------------
*/

#headerArea {
	background-image: url("/images/common/header_background.gif");
	background-repeat: no-repeat;
}

#cssSwitch a {
	color: #9794d9;
	text-decoration: none;
}
#cssSwitch a:visited {
	color: #9794d9;
	text-decoration: none;
}
#cssSwitch a:hover {
	color: #000000;
	text-decoration: underline;
}

/*
Misc layout elements
-------------------------
*/

#pageArea {
	background-image: url("/images/common/page_background_tile.gif");
	background-repeat: repeat-y;
}

/*
Footer elements
-------------------------
*/

#footerArea {
	background-image: url("/images/common/footer_background.gif");
	background-repeat: no-repeat;
}

