html,body {
	margin:0;
	padding:0;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url('graphics/main_bg.jpg');
	background-color: #ffffff;
	background-repeat: repeat-y;
}

#container {
	min-height:100%;
	position:relative;
}

#header {
	color: #fff;
	background:#004a80;
	height: 35px;
}

#headerbar {
	position: absolute;
	left: 230px;
	top: 0px;
}

#header h1 {
	color: #fff;
}

#notfooter {
	width: 950px;
	padding-bottom:140px;	/* Height of the footer + footer top padding -clearing div height*/
}

#menu ul li {
 border-width: 0;
 margin: 0 0 0 -18px;
 padding: 0;
 text-decoration: none;
 list-style-type:none;
 font-size: 0px;
}

#menu li img {
 display: block;
 border-width: 0;
 padding: 0;
 text-decoration: none;
 list-style-type: none;
}

a#home img {background: url(graphics/lw_01_title.jpg) top left no-repeat;}
a#pr img {background: url(graphics/lw_03_pr.jpg) top left no-repeat;}
a#web img {background: url(graphics/lw_05_web.jpg) top left no-repeat;}
a#ads img {background: url(graphics/lw_06_ads.jpg) top left no-repeat;}
a#bros img {background: url(graphics/lw_07_bros.jpg) top left no-repeat;}
a#ghosts img {background: url(graphics/lw_08_ghosts.jpg) top left no-repeat;}
a#about img {background: url(graphics/lw_09_about.jpg) top left no-repeat;}
a#contact img {background: url(graphics/lw_10_contact.jpg) top left no-repeat;}

a#home:hover img {background: url(graphics/lw_01_title_red.jpg) top left no-repeat;}
a#pr:hover img {background: url(graphics/lw_03_over.jpg) top left no-repeat;}
a#web:hover img {background: url(graphics/lw_05_over.jpg) top left no-repeat;}
a#ads:hover img {background: url(graphics/lw_06_over.jpg) top left no-repeat;}
a#bros:hover img {background: url(graphics/lw_07_over.jpg) top left no-repeat;}
a#ghosts:hover img {background: url(graphics/lw_08_over.jpg) top left no-repeat;}
a#about:hover img {background: url(graphics/lw_09_over.jpg) top left no-repeat;}
a#contact:hover img {background: url(graphics/lw_10_over.jpg) top left no-repeat;}

#lwtext {
	padding-top: 72px;
	padding-bottom: 72px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	letter-spacing: 0.1em;
	
}

#lwtextbigblue {
	font-size: 120%;
	color: #004a80;
	font-weight: bold;
}
	
#notfooterclear {
	clear: both;
}

#footer {
	position:absolute;
	float: left;
	bottom:0;
	width:100%;
	height:100px;			/* Height of the footer */
	background-color: #111111;
	padding-top: 60px;
	font-size: x-small;
	text-align: left;
	color: #666666;
}

#leftocenter {
	width: 950px;
	text-align: center;
}

#header p, #header h1 {
	margin:0;
	padding:10px 0 0 10px;
}

#footer p {
	margin:0;
	padding:10px;
}

#footer p {
	letter-spacing: 0.1em;
}

#footer a:link {
	color: #FFF;
	text-decoration: none;
}
#footer a:visited {
	color: #990000;
	text-decoration: none;
}
#footer a:hover {
	color: #0099ff;
	text-decoration: none;
}
#footer a:active {
	color: #990000;
}
	

	<!--[if lt IE 7]>
    /* <!-- */
	#container {
		height:100%;
	}
	/* --> */
    </style>
    <![endif]-->
