.glowMain{
	box-shadow: 0px 0px 5px #fcf7c0;
	-webkit-box-shadow: 0px 0px 5px #fcf7c0;
	-moz-box-shadow: 0px 0px 5px #fcf7c0;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#fcf7c0, offX=5, offY=5,positive=true);
}

body{
	background: url("../images/main-bg3.gif");
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #6c2d29;
}

div.contentArea{
	
	color: White;
	font: normal 12px Tahoma;
	width: 690px;
	min-height: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 90px;

	/*
	background: #421b19;
	border: 1px solid #685d55;*/
		/* for IE 
	filter:alpha(opacity=87);*/
	/* CSS3 standard 
	opacity:0.87;*/
}

div.contentTop{
	background: url("../images/content-border-top.png");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-color: transparent;
	margin-left: 0px;
	margin-right: 0px;
	height: 22px;
}

div.contentMiddle{
	background: url("../images/content-border-sides.png");
	background-position: center center;
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-right: 0px;
	background-color: transparent;
	padding: 5px;
}

div.contentBottom{
	background: url("../images/content-border-bottom.png");
	background-repeat: no-repeat;
	background-position: top center;
	background-color: transparent;
	margin-left: 0px;
	margin-right: 0px;
	height: 21px;
}

div.contentTitle{
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
	padding-right: 3px;
	color: White;
	font: bold 14px Tahoma;
	border-bottom: 1px dotted #685d55;
}

div.contentBody{
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
	padding-right: 3px;
	color: #d2bbaa;
	font: normal 12px Tahoma;
}

div.contentFooter{
	width:660px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	padding-top: 5px;
	color: #d2bbaa;
	font: normal 9px Tahoma;
}

div.locationTable{
	margin-left:auto;
	margin-right:auto;
}

div.locationColumn{
	float: left;
	position: relative;
	margin: 10px;
}

div.location{
	margin-bottom: 10px
}

div.locationName{
	font:bold 12px Tahoma;
	color: White;
}

div.spacer{
	height: 15px;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}