/* page layout css */

body {
	background: #202020 url(/branding/body_bg.jpg) repeat-x scroll top left;
	color: #EFEFEF;
	}

div#container {
	background: #EFEFEF;
	color: #202020;
	}

div#header {
	background: #EFEFEF url(/branding/container_header_bg.jpg) no-repeat scroll top center;
	}

div.nav_div {
	background: #EFEFEF;
	color: #202020;
	}

div.nav_div a {
	color: #F3B8FF
	}

div.nav_div a:hover {
	color: #F361E9;
	}

div#content {
	background: #EFEFEF url(/branding/content_center_bg.jpg) no-repeat scroll center center;
	}

div#footer {
	background: #EFEFEF url(/branding/container_footer_bg.jpg) no-repeat scroll bottom center;
	}