body{
	margin: 0 0 20px 0;
	font-family:Arial, Helvetica, sans-serif;
    font-size: small;
}


a{
	color: #330099;
	text-decoration: none;
}

a:hover{
	color: #FF0000;
	text-decoration: underline;
}



/***********************************************/
/* Layout Divs                                 */
/***********************************************/



#masthead {
	width:800px;
	height:80px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:0;
	background-image: url(images/home/holliers-walk1.jpg);
	background-repeat:no-repeat;

}


#leftside{
	width: 500px;
	height: 76px;
	position: absolute;
	border: 0;
	left: 300px;
	top: 65px;
	background-color: #0099FF;
	z-index: 2;
}

#navBar{
	width: 487px;
	float: left;
	position: absolute;
	border: 0;
	left: 0px;
	top: 65px;
	height: 395px;
	z-index: 3;
	background-image: url(images/home/holliers-walk2.jpg);
}

#navBar2{
	width: 300px;
	float: left;
	position: absolute;
	border: 0;
	left: 0px;
	top: 290px;
	height: 78px;
	padding: 20px 50px;
	background-image: url(images/home/holliers-walk4.jpg);
	background-color: #CDEDFB;
	text-align: left;
}

#navBar3{
	width: 500px;
	float: left;
	position: absolute;
	border: 0;
	left: 300px;
	top: 160px;
	background-color: #0099FF;
	z-index: 2;
	background-image: url(images/home/holliers-walk3.jpg);
	background-repeat: no-repeat;
	height: 444px;
}

#bottom{
	width: 800px;
	height: 44px;
	position: absolute;
	background-image: url(images/home/holliers-walk5.gif);
	border: 0;
	left: 0px;
	top: 577px;
}

#links{
	width: 700px;
	height: 107px;
	position: absolute;
	border: 0;
	left: 0px;
	top: 600px;
	z-index: 2;
	background-color: #FFFFFF;
}

.foot {
	width:800px;
	min-width:800px;
	margin:0px 0px 0px 0px;
	padding:0px;	
	text-align:center;
	z-index:3;
	}
.foot1 {
	position:absolute;
	width:800px;
	left:0;
	min-width:800px;
	padding: 20px 'padding-right' 'padding-bottom' 'padding-left';
	background-color:#FFFFFF;
	z-index:3;
	top: 600px;
	height: 12px;
	}
	
.foot1 a {
	color: #330099;
	text-decoration: none;
	}

.foot1 a:hover {
	color: #FF0000;
	text-decoration: underline;
	}
#headlines {
	width: 300px;
	height: 233px;
	position: absolute;
	border: 0;
	background-color: #FFCC33;
	left: 0px;
	top: 367px;
	z-index: 2;
	background-image: url(images/home/holliers-walk5.jpg);
	background-repeat: no-repeat;
}

#news {
	width: 247px;
	height: 102px;
	position: absolute;
	border: 0;
	left: 19px;
	top: 102px;
	z-index: 3;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block; color:#336699;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

