body {
	background-image: url('Images/bgGradient.png');
	background-position: top;
	background-repeat: repeat-x;
	background-color: rgb(100,100,100);
}

.OuterContainer {
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	width: 950px;
	height: 600px;
}

.InnerContainer {
	margin-left: auto;
	margin-right: auto;
	width: 935px;
	height: 580px;
	background-color: rgb(200,200,200);
	background-image: url('Images/fgGradient.png');
	background-position: top;
	background-repeat: repeat-x;
}

#DropShadowBottom {
	width: 970px;
	height: 600px;
	background-image: url('Images/DropShadow-Bottom.png');
	background-repeat: no-repeat;
	background-position: bottom;
}

#DropShadowRight {
	width: 970px;
	height: 580px;
	background-image: url('Images/DropShadow-Right.png');
	background-position: right;
	background-repeat: repeat-y;
}

.Logo {
	xdisplay: none;
	position: relative;
	xclear: none;
	top: -50px;
	left: 850px;
	width: 165px;
	height: 181px;
	background-image: url('Images/CubeLogo.png');
	background-position: top;
	background-repeat: no-repeat;
}

#HeaderBar {
	width: 100%;
	height: 100px;
	background-image: url("Images/Header.png");
}

.HorizontalDivider {
	width: 100%;
	height: 10px;
	margin-top: 2px;
	background-color: rgb(187,0,0);
}

#BodyContainer {
	xbackground-color: red;
	color: rgb(68,68,68);
	font-family: "Trebuchet MS";
	margin: 20px;
	margin-right: 30px;
	text-align: justify;
}

#Booklet {
	width: 151px;
	height: 170px;
	margin-right: 15px;
	background-image: url('Images/Booklet.png');
	float: left;
}

#ContactBox {
	width: 300px;
	xheight: 230px;
	float: right;
	margin-left: 20px;
	padding: 5px;
	background-color: rgb(221,221,221);
	font-size: 12px;
}

#Developer {
	height: 100px;
	font-family: Arial;
	font-weight: 100;
	font-size: 12px;
	color: gray;
	margin-left: 20px;
}
