html, body { 
	margin: 0;                                                                     
	padding: 0; 
	width: 100%;
	height: 100%;
	font-size: 12px; 
	line-height: 18px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	text-align: center;
	background-color: #15080A;
}

a {
	color: #F1D5AB;
}

input, select, textarea{
	font-size: 12px; 
}

.shim {
	visibility: hidden;
	width: 100%;
	height: 10px;                                                                     
	margin-top: 0px;                                                              
}

.centerWrapper {
	position: relative;
	width: 722px;
	height: 515px;
	margin-left: auto;
	margin-right: auto;
	top: 0px;
	border-collapse: collapse;
	text-align: left;
}

.container {
	position: absolute;
	width: 707px;
	height: 515px;
	top: 0px;
	left: 0px;
	border-collapse: collapse;
	text-align: left;
	border: 7px solid #941B1D;
	overflow:hidden 
}

.footer {
	position: absolute;
	top: 534px;
	left: 0px;
	text-align: left;
	color: #7D7273;
	font-size: 9px; 
	line-height: 12px;
}

.disclaimer {
	position: absolute;
	top: 545px;
	left: 0px;
	text-align: left;
	color: #7D7273;
	font-size: 9px; 
	line-height: 10px; 
}

.logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 270px;
	height: 123px;
	background-image: url(../images/logo.gif);
	background-position: center center;
	background-repeat: no-repeat;
	cursor: hand;
}

.menuBG {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 272px;
	height: 515px;
	background-color: #F1D5AB;
}

.menuLocation {
	position: relative;
	top: 123px;
	left: 0px;
}

.submenuLocation {
	position: absolute;
	top: 123px;
	left: 151px;
}

.title {
	position: absolute;
	top: 0px;
	left: 272px;
	width: 435px;
	height: 24px;
	font-size: 14px;
	color: #E3BBAE;
	z-index: 999;
	border-top: 2px solid #F1D5AB;
	border-bottom: 2px solid #F1D5AB;
}

.titleContent {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 2px 5px 2px 5px;
	text-align: center;
}

.tag {
	position: absolute;
	top: 123px;
	left: 151px;
	width: 120px;
	height: 224px;
	font-size: 14px;
	color: #E3BBAE;
}

.tagContent {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 15px 10px 0px 10px;
}

#backgroundImage {
	position: absolute;
	top: 0px;
	left: 272px;
}

.backgroundImageFade {
	position: absolute;
	top: 0px;
	left: 272px;
	width: 436px;
	height: 515px;
	background-color: #000000;
	filter:alpha(opacity=75); /* IE's opacity*/
	opacity: 0.75;
}

#fadeImage {
	position: absolute;
	top: 0px;
	left: 272px;
}

.content {
	position: absolute;
	top: 40px;
	left: 282px;
	width: 416px;
	height: 514px;
	color: #ffffff;
	font-size: 12px;
	border-collapse: collapse;
	overflow:hidden 
}

.contentScroll {
	position: absolute;
	top: 29px;
	left: 282px;
	width: 423px;
	height: 485px;
	color: #ffffff;
	font-size: 12px;
	overflow-y: scroll;
}

#flash {
	position: absolute;
	top: 50px;
	left: 292px;
	width: 416px;
	height: 514px;
	overflow: hidden;
}

#flashInterior {
	position: relative;
	top: 0px;
	left: -200px;
	width: 720px;
	height: 480px;
}


