body
{
	background-color: #f7f9fb; 
}

body
{
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-x; 
}
#confirm, #errors
{
	background-repeat: no-repeat;
	background-position: center left;
}
#confirm
{
	background-image: url(../images/info.gif);
}
#errors
{
	background-image: url(../images/error.gif);
}

#navigation
{
	background-image: url(../../images/navigation_bg.gif);
	background-repeat: repeat-x;
	z-index:100;
}

#banner
{
	background-image: url(../images/banner_bg.gif);
	background-repeat: repeat-x;
}

#banner #logo
{
	background-image: url(../images/banner_seperator.gif);
	background-repeat: no-repeat;
	background-position: center right;
}

.window
{
	background-repeat: repeat-x;
}
.left .window
{
	background-image: url(../../images/window_left_bg.gif); 
}
.left .window > .title
{
	background-image: url(../images/window_left_decoration.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
.right .window, .full .window
{
	background-image: url(../images/window_right_bg.gif); 
}

#login .window
{
	background-image: url(../images/login_logo.gif);
	background-repeat: no-repeat;
}

#login .banner
{
	background-image: url(../images/login_bg.gif);
	background-repeat: repeat-x;
}
