@charset "utf-8";
/* CSS Document */
body{
	background-image:url(images/woodtile.jpg);
	}

#container{
	}

#content{
	margin: 0px auto;
	width:995px;
	}

#logo {
	float:left;
	background-image:url(images/logo.jpg);
	background-repeat:no-repeat;
	width:219px;
	height:158px;
	}

#nav {
	float:left;
	background-image:url(images/nav.jpg);
	background-repeat:no-repeat;
	width:514px;
	height:158px;
	}

#nav1 {
	position:relative;
	top:-180px;
	width:130px;
	height:158px;
	z-index:50;
	}

#nav2 {
	position:relative;
	top:-180px;
	width:130px;
	height:158px;
	z-index:50;
	}

#nav3 {
	position:relative;
	top:-180px;
	width:130px;
	height:158px;
	z-index:50;
	}

#nav4 {
	position:relative;
	top:-180px;
	width:130px;
	height:158px;
	z-index:50;
	}

#title {
	position:relative;
	background-image:url(images/title.jpg);
	background-repeat:no-repeat;
	width:514px;
	height:76px;
	z-index:100;
	}

#uprtcorner {
	float:left;
	background-image:url(images/rt_corner.jpg);
	background-repeat:no-repeat;
	width:222px;
	height:158px;
	}

#leftspacer {
	float:left;
	background-image:url(images/leftspacer.jpg);
	background-repeat:no-repeat;
	width:110px;
	height:500px;
	}

#main{
	float:left;
	background-image:url(images/content.jpg);
	background-repeat:no-repeat;
	width:735px;
	height:500px;
	}
	
#rightspacer{
	float:left;
	background-image:url(images/rightspacer.jpg);
	background-repeat:no-repeat;
	width:110px;
	height:500px;
	}

#footer {
	float:left;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	width:955px;
	height:92px;
	}

#footer_bl {
	float:left;
	background-image:url(images/footer_bl.jpg);
	background-repeat:no-repeat;
	width:255px;
	height:148px;
	}
	
#dashboard{
	float:left;
	background-image:url(images/dashboard.jpg);
	background-repeat:no-repeat;
	width:445px;
	height:148px;
}

#footer_br {
	float:left;
	background-image:url(images/footer_br.jpg);
	background-repeat:no-repeat;
	width:255px;
	height:148px;
	}


.navbutton{
	border:0px;
	cursor:pointer;
	width:197px;
	height:60px;
	}
