.banner {
	position:absolute;
	left:0px;
	top:0px;
	width:1024px;
	height:170px;
}

.nav {
	position:absolute;
	left:0px;
	top:170px;
	width:185px;
	height:520px;
	background-image: url(images/nav_bg.gif);
	background-repeat: no-repeat;
	padding-top: 0px;

}


.content {
	position:absolute;
	left:170px;
	top:170px;
	width:750px;
	height:auto;
	margin: 0px 100px 0px 0px;
	padding-top: 15px;
	padding-left: 15px;
	z-index: 0;
	padding-right: 10%;


}
body {
	background-image: url(images/body_bg.gif);
	background-repeat: repeat-y;
}


/* CSS Document */
.link {
	font-family: Tahoma;
	font-size: 15px;
	color: #FFFFFF;
	background-image: url(images/link_bg.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin-top: 10px;
	z-index: 1;
	padding-left: 42px;
	display: block;
	height: 35px;
	width: 110px;
	margin-bottom: 5px;
	text-decoration: none;
	padding-top: 5px;







}
.link:hover {
	background-image: url(images/link_bg_hover.gif);
	background-repeat: no-repeat;
}
h1 {
	font-family: Tahoma;
	background-color: #FFFFCC;
	display: block;
	border: medium groove #996633;
	font-size: 18px;
	color: #990000;
	text-indent: 24pt;

}
.imgborder {
	border: thick outset #993300;
}
.albumdisplay {
	position: absolute;
	width: 165px;
	left: 0px;
	top: 690px;
}
.rotatebanner {
	width: 100%;
	margin-top: 35px;
}
