body { 
	margin				: 0;
	padding				: 0;
	/* background-image: url("../../../assets/images/common/back.gif"); */	/* directory relative to style sheet */
}

.spacebox {
	position			: absolute; 
	left				: 50%; 
	top					: 10px; 
	width				: 760px;
	margin-left			: -380px;
	background-color	: #FFFFFF;
}

.mainbox {
	position			: relative; 
	background-color	: #FFFFFF;
}

.mainContainer { 
	width				: 100%;
	margin				: 0 auto;
}

.menu {
	position			: relative; 
	top					: 0px; 
	width				: 100%;
	height				: 95px;
	background-image	: url("../../../assets/images/menu/back.gif");	/* directory relative to style sheet */ 
	z-index				: 1000;
}

.header {
	position			: relative; 
	left				: 0px; 
	top					: 0px; 
	width				: 100%; 
	height				: 106px;
	margin-bottom		: 6px;
	z-index				: 100;
}

.headerhome {
	height				: 70px;
}

.headerleft {	
	float				: left;
}

.headerright {
	float				: right;
	width				: 152px; 
}

.headerstrapline {
	position			: absolute; 
	left				: 20px; 
	top					: 24px; 
	width				: 544px; 
	height				: 32px;
}

.headerphoto {
	position			: absolute; 
	left				: 0px; 
	bottom				: 0px; 
}

.headertourselector {
	position			: absolute; 
	right				: 0px; 
	top					: 0px;
	text-align			: center;
	width				: 152px;
	height				: 70px;
	background-color	: #DDDDDD;
	z-index				: 900;
}

.headerbutton {
	position			: absolute; 
	right				: 0px; 
	bottom				: 0px;
	z-index				: 100;
}

.redStripe {
	position			: relative; 
	height				: 4px;
	background-color	: #AC1323; 
}

.menuItem {
	margin-left			: 0px;
	margin-right		: 0px;
	margin-top			: 6px;
}

/*
.content { 
	margin				: 0px 160px 0px 0px;
	padding				: 5px 10px 10px 10px;
	background-color	: #F1F1E9;
}

.rightSide { 
	float				: right;
	width				: 151px;
}
*/

.clrdiv { 
	clear				: both;
	height				: 1px;
}

.greybox {
	background-color	: #EEEEEE; 
	padding				: 20px;
	margin-top			: 20px;
}

.footer {
	position			: relative;
	top					: 10px;
	height				: 100px;
}
