﻿/**
 * 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 */	
	font-family:verdana;
	font-weight:lighter;
	font-size:12px;
	color:#333;
    padding-top:5px;
    /*background:#fff url("images/blue<%=Request.QueryString["q"] %>.gif") repeat top left;*/
    background:#fff url("images/bgv3.jpg") repeat top left;}


div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:900px;
	height:auto !important; /* real browsers */	
	height:100%; /* IE6: treaded as min-height*/	
	min-height:100%; /* real browsers */
	background-color:#fff;
	border-left:solid 0px #CEDEF7;
	border-right:solid 0px #CEDEF7;
}

div#header 
{
    padding:0px 0px 0px 0px;
    border:0px;
            }
div#header1
{
top:0px;
background:#83B9E5 url("images/top-banner.png") no-repeat top;
width:900px;
height:63px;
}
div#pagetitle{position:absolute;top:42px;left:680px;letter-spacing:2px;color:#fff;font-size:15px; font-weight:lighter;}
div#rooftop{position:absolute;top:42px;left:640px; width:43px;height:20px; background:transparent url(images/rooftopv2.jpg) no-repeat;}

div#header2{height:25px;width:900px;background-color:#cc0000;}
div#header2text	{position:relative;left:6px;color:#fff;font-size:11pt;top:2px}

div#header3{background:#336699 url("images/downtownvancouverv2.jpg") no-repeat left;width:900px;height:177px;}
	
div#headermenu {position:absolute;left:680px; 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 2em 0px; 
	/*background:#fff url("images/bg.jpg") repeat-x top left;*/

}

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:25px;
}
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;}