.containerOFF {
	display:block;
	position: relative;
	width: 624px;
	margin: 0 auto 0 auto;
}

#base {
	width: 624px;
	text-align: center;
	padding-top: 4px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #640794;
}

#navtopmain {
	width: 624px;
	height:23px;
	text-align: center;
	background-image: url('images/bg_nav-top.gif');
	background-repeat: no-repeat;
	background-position: center top;
}

#navtopmain p {
	font-size: 11px;
}

#splash {
	width: 624px;
	text-align: center;
}


#splash img {
	margin-top:1px;
	display: inline;
	
}





#barGold {
	background-color: #D4C33F;
	height: 2px;
	width: 100%;
	margin: 0px;

}
#topline {
	width: 100%;
	height: 24px;
	margin:0px;
	padding: 0px;
	background-image: url('images/bg_topline.gif');

}
#topline p {
	font-size: 11px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

#contentAll {
	margin-top: 24px;
	padding: 0px;
	width: 624px;
	display:block;
}
#contentLeft {
	width:130px;
	float: left;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 10px;
	display: inline;
}

#contentLeft a, #contentLeft p{
	font-family: Arial, Helvetica, sans-serif;
	border: 0px;
	margin: 0px;
	padding: 0px;
	color: #5800AB;
}

#contentLeft a:hover{
	text-decoration: underline;
}


#contentRight {
	width:490px;
	display:table-cell;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCC00;
}


#logo {
	position:absolute;
	top:2px;
	left:4px;
	display: table-cell;

}
#company {
	position:absolute;
	top:4px;
	left:36px;
	display: table-cell;

}
#tel{
	position:absolute;
	top:4px;
	left:460px;
	display: table-cell;

}

#base, #splash, #navtopmain, #contentAll{
	margin-left:30px;
}
#base {
	display: block;
}
