BODY {
	background : url(../gfx/body_bg.gif) #dddddd repeat-x fixed;
}

#DesignOuterWrapper {
	width : 950px;
	margin : 0 auto;
	position : relative;
	top : 50px;
}

#DesignOuterWrapper #DesignCopyright {
	text-align : center;
	padding : 8px 0 10px 0;
	color : #999999;
}
#DesignOuterWrapper #DesignCopyright A {
	color : #999999;
}
#DesignOuterWrapper #DesignBottomWrapper {
	background : url(../gfx/bottom_bg.png) no-repeat;
	height : 156px;
	position : relative;
}
#DesignOuterWrapper #DesignBottomWrapper #DesignContact {
	position : absolute;
	left : 60px;
	bottom : 84px;
	line-height : 150%;

}
#DesignOuterWrapper #DesignMiddleWrapper {
	background : url(../gfx/content_bg.png) repeat-y;
}

#DesignOuterWrapper #DesignMiddleWrapper #DesignMiddleBackground {
	background : url(../gfx/content_bottom_bg.png) no-repeat bottom;
	min-height : 123px;
}

#DesignOuterWrapper #DesignMiddleWrapper #DesignMiddleBackground #DesignContent {
	margin : 0 60px 0 200px;
	padding : 20px 0 10px 0;
}

#DesignOuterWrapper #DesignTopbar {
	width : 950px;
	background : url(../gfx/topbar.png) no-repeat;
	height : 44px;
	position : relative;
}

#DesignOuterWrapper #DesignTopbar #DesignFlags {
	width : 84px;
	font-size : 12px;
	position : absolute;
	overflow : hidden;
	right : 30px;
	top : 10px;
	height : 25px;
}

#DesignOuterWrapper #DesignTopbar #DesignFlags A {
	float : right;
	padding : 7px 6px;
	display : block;
}

#DesignOuterWrapper #DesignTopbar #DesignLogo {
	width : 172px;
	background : url(../gfx/logo.png) no-repeat;
	height : 153px;
	position : absolute;
	top : -46px;
	left : 19px;
}

#DesignOuterWrapper #DesignTopbar #DesignMenu {
	width : 635px;
	font-size : 12px;
	position : absolute;
	overflow : hidden;
	left : 195px;
	top : 10px;
	height : 25px;
}

#DesignOuterWrapper #DesignTopbar #DesignMenu A {
	float : left;
	padding : 5px 6px;
	display : block;
	color : #ffffff;
	text-decoration : none;
}

#DesignOuterWrapper #DesignTopbar #DesignMenu A:Hover,#DesignWrapper #DesignTopbar #DesignFlags A:Hover {
	border : none;
	background : url(../gfx/menu_hover.gif) repeat-x;
	color : #ffffff;
}

.Slide {
	width : 94px;
	height : 94px;
	position : absolute;
	background-position : center;
	background-repeat : no-repeat;
	bottom : 52px;
	background-color : white;
	z-index : 5;
}

#Slide1 {
	right : 307px;
}

#Slide2 {
	right : 187px;
}

#Slide3 {
	right : 67px;
}

.Slide IMG {
	width : 94px;
	height : 94px;
}

.SlideOverlay {
	width : 112px;
	height : 112px;
	position : absolute;
	bottom : 40px;
	z-index : 10;
	background : url(../gfx/slideshow_overlay.png);
}

.SlideOverlay1 {
	right : 298px;
}

.SlideOverlay2 {
	right : 178px;
}

.SlideOverlay3 {
	right : 58px;
}