/* Powell River Shopping Center - Neil Martin:Fresh Design: Jan 18, 2006 */
html 	{
	margin: 0;
	padding: 0;
	height:100%;
	}

body 	{	
	margin: 0;
	padding: 0; 
	font: normal 90% Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	background: #999;
	height:100%;
	}

p	{
	font:normal 100% Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	}
li	{
	font:normal 100% Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	margin-bottom:2px;
	}
	
h2	{
	font-size:155%;
	color:#cd1434;
	}	
a	 {
	color:#cd1434;
	}
a:hover 	{
	text-decoration:none;
	}
a img, usemap{
	border:0;
	}
.hotelimage{
	float:left;
	padding:0 15px 0;
	}
.floatleft	{
	float:left;
	padding-right:15px;
	}
	
.merchantphoto{
	float:left;
	padding-right:190px;
	}
.indent	{
	padding-left:20px;
	}
/* Divs */	
#container {
	margin: 10px auto;
	padding: 0;
	width: 700px;
	height:auto;
	background-color:#FFF;
	z-index: 2;
	}	
#header {
	position:relative;
	width:700px;
	height:197px;
	background:url(images/header.jpg) no-repeat;
	}
#headernav{
	position:absolute;
	top:3px;
	left:347px;
	width:350px;
	text-align:right;
}
#headernav a {
	color:#FFF;
	font-size:75%;
	text-decoration:none;
	padding:10px 5px 0 0;
	}
#headernav a:hover {
	color:#fff;
	text-decoration:none;
	}
#header2{
	position:absolute;
	top:128px;
	left:0px;
	width:700px;
	height:69px;
}
#sidebar {
	float:left;
	width:155px;
	font-size:110%;
	text-align:center;
	margin-bottom:10px;
	}
	
#content {
	float:right;
	height:auto;
	margin-left: 20px;
	margin-bottom:10px;
	width:545px; /*insert width plus padding, margin and border*/
  	voice-family: "\"}\""; 
  	voice-family:inherit;
  	width:525px;/*insert regular width*/
	}	

html>body #content {
  width:525px;/*insert regular width*/
} 



#footer	{
	clear:both;
	width:700px;
	height:63px;
	margin-top:10px;
	background-image:url(images/footer.gif);
	background-repeat:no-repeat;
	color:#FFF;
	text-align:right;
	}
#footer ul {
	list-style-type:disc;
	padding-top: 42px;
	margin:0;
	color: #FFF;
}
#footer li {
	font-size:75%;
	list-style-type:disc;
	display: inline;
	margin:0 7px;
	}
#footer li a { 
	color:#FFF;
	text-decoration:none;
	}
#footer li a:hover { 
	text-decoration:underline;
	}
