/* @group Structure */

body	{
	background: #000 url(body_bg.gif);
	background-repeat: repeat;
}

#container {background: url(content_bg.gif) repeat-y; }html>body #container{background: url(content_bg.png) repeat-y; *background: url(content_bg.png) repeat-y; }

#header_logo {
	background: url(logo.gif) no-repeat top;
}html>body #header_logo{background: url(logo.png) no-repeat top;*background: url(logo.png) no-repeat top;}

#footer	{
	background: url(footer_bg.gif) no-repeat top;
	padding:70px 0px 23px 0px;
	height:88px;
	
}html>body #footer{background: url(footer_bg.png) no-repeat top;*background: url(footer_bg.png) no-repeat top;}

#footer_logo {
	display:  none;
}

/* @end */

/* @group Page Parts */


/* @end */

/* @group Hidden Items */

#header_logo_banner {
	display: none;
}
#header_full_banner {
	display: none;
}

/* @end */
