@charset "utf-8";
/* CSS Document */

body,html{
	margin:0;
	padding:0;
	background-color: #FFFFF0;
	font-family:Arial, Helvetica, sans-serif;
}

#site_container{
	width:800px;
	height:653px;
	margin-right:auto;
	margin-left:auto;
	border: 1px solid #333;
}

#background{
	width:630px;
	height:621px;
	/*background-image:url(../images/backgrounds/back.jpg);*/
	/*Readon for blocking background image as it is dynamically generated in the page itself */
	float:right;
	z-index:-1;
	position:inherit;
}

#left{
	height:653px;
	width:171px;
	float:left;
	z-index:1;
	background-color: #FFD;
	position: absolute;
}

#nav{
	width:130px;
	height:260px;
	color:#000;
	font-size:12px;
	text-align:right;
	margin-top:204px;
	margin-right:20px;
	float:right;
	font-weight:bold;
}
#nav a{
	text-decoration:none;
	color:#000;
	line-height:25px;
}

#banner{
	background-color:#660000;
	width:800px;
	height:158px;
	margin-top:23px;
	z-index:2;
	position:absolute;
	float: right;
}
.hollist_logo{
	width:127px;
	height:137px;
	float:right;
	margin-top:15px;
	margin-right:7px;
}
.hollist_logoTxtImg{
	width:311px;
	height:30px;
	float:left;
	margin-top:22px;
	margin-left:22px;
}
.hollist_pageheader{
	margin-left:350px;
	margin-top:60px;
	float:left;
	width:280px;
	height:18px;
}

#content_area{
	width:300px;
	height:330px;
	top:200px;
	left: 230px;
	font-size: 12px;
	color:#000;
	position:relative;
	padding: 36px;
	padding-left:28px;
	overflow:auto;
}

.overlay {
	background: #FFF;
	opacity: 0.80;
	-moz-opacity: 0.8;
	filter:alpha(opacity=80);
}

#footer{
	width:800px;
	height:34px;
	background-color:#660000;
	float:right;
	top: 620px;
	position: absolute;
}
#footer p{
	font-size:12px;
	color:#FFFFFF;
	float:right;
	margin:10px;
	font-weight:bold;
}
