/* CSS Document */

body {
	background-image: url(../images/body_bg.png);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
}
#Container {
	width: 960px;
	margin: 15px auto;
	position: relative;
}
#Overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	display:none;  /* Can be removed when not authoring the index.html */
}
#Header {
	background-image: url(../images/header_bg.png);
	background-repeat: no-repeat;
	height: 160px;
}
#Content {
	background-image: url(../images/content_bg2.png);
	background-repeat: repeat-y; 
}
#Content .Background {
	background-image: url(../images/content_bg.png);
	background-repeat: no-repeat;
	padding: 20px;
	min-height: 368px;	
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
.Vestibule #Header {
	background-image: url(../images/header_bg_vestibule.png);
}
.Vestibule #Content .Background {
	background-image: url(../images/content_bg_vestibule.jpg);
}
#VestibuleRiddle {
	position: absolute;
	top: 354px;
	left: 675px;
}
#Footer {
	background-image: url(../images/footer_bg.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 10px;
	color: #d09f76;
	font-size: 65%;
}
.ComingSoon #Footer {
	background-image: none !important;
}
#Footer span {
	padding-top: 29px;
	float: right;
}

a {
	color: #333333;
	font-weight: bold;
}