/*
HTML Page elements
---------------------
*/

	body {
		background-color: #8c948b;
		background-image: url("/images/common/themes/default/background-tile.jpg");
		background-position: top center;
		background-repeat: repeat;
	}
	
	#fullBrowserWidth1 {
		background-image: url("/images/common/themes/default/fullwidth-bg-tile.jpg");
		background-position: top center;
		background-repeat: repeat-x;
	}
	
	#fullBrowserWidth2 {
		background-image: url("/images/common/themes/default/header-bg.jpg");
		background-position: top center;
		background-repeat: no-repeat;
	}

/*
Header elements
-------------------------
*/

	#headerArea a.headerLogo {
		top: 12px;
		left: -7px;
		width: 145px;
		height: 64px;
		background-image: url("/images/common/themes/default/header-logo.gif");
		background-position: 0px 0px;
		background-repeat: no-repeat;
	}

	#headerArea #cssSwitch {
		top: 9px;
		right: 400px;
	}
	#headerArea #cssSwitch a, #headerArea #cssSwitch a:visited {
		color: #ffffff;
		text-decoration: none;
	}
	#headerArea #cssSwitch a:hover {
		color: #ffffff;
		text-decoration: underline;
	}

	#headerArea #headerDate {
		top: 28px;
		right: 400px;
		color: #d8d29e;
	}
	
	#headerLoginForm {
		background-image: url("/images/common/themes/default/header-login-bg.jpg");
		background-repeat: no-repeat;
	}
	
/*
Footer elements
-------------------------
*/

	#footerArea {
		background-color: #60192e;
		color: #82314a;
	}