﻿/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#efefef url("images/bg.gif") repeat-x;	
	font-family:verdana;
	font-weight:lighter;
	font-size:12px;
	color:#333;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:800px;

	height:auto !important; /* real browsers */	
	height:100%; /* IE6: treaded as min-height*/
	
	min-height:100%; /* real browsers */
	background-color:#fff;
}

div#header {padding:0px 0px 20px 0px}
div#header1
{
top:0px;
background:#efefef url("images/top-banner.gif") no-repeat top;
width:800px;
height:63px;
}
div#pagetitle{position:absolute;top:48px;left:600px;letter-spacing:2px;color:#fff;font-size:15px; font-weight:lighter;}
div#rooftop{position:absolute;top:51px;left:572px; width:43px;height:20px; background:transparent url(images/roof-top.gif) no-repeat;}

div#header2{height:16px;width:800px;background-color:#cc0000;}
div#header2text	{position:relative;left:6px;top:-2px;color:#fff;font-size:11pt;}

div#header3{background:#336699 url("images/downtownvancouver.jpg") no-repeat left;width:800px;height:170px;}
	
div#headermenu {position:absolute;left:600px; top:90px; color:#fff; font-size:14px; font-weight:lighter; letter-spacing:2px}
div#headermenu a, a:link, a:visited, a:active {color: #ffffff;}
div#headermenu a:hover {color: #cccccc;} 

div#nav{position:absolute;top:248px;left:0px;color:#fff;width:800px;height:17px; background-color:#cc0000;font-family:verdana;font-weight:lighter;font-size:12px;}

div#content {
	padding:0em 0em 1em 0px; 
}

div#content a, a:link, a:visited, a:active {color: #333;}
div#content a:hover {color: #cc0000;}

div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background:#cc0000;
	border-top:1px solid #cc0000;
	height:13px;
}
div#footertext {position:relative;left:6px;top:0px; background-color:transparent; color:#fff; font-size:9px}

div#footer a, a:link, a:visited, a:active {text-decoration : none;color: #ffffff;}
         
div#footer a:hover {text-decoration : none;color: #cccccc;} 

.headline{font-weight:bold; letter-spacing:2px;}