/* CSS Document */

BODY	{
		background-color: #000000;
		background-image: url(images/4nb_background.jpg);
	  	background-repeat: no-repeat;
	  	background-position: top center;	
		scrollbar-base-color: #99cccc;
        scrollbar-dark-shadow-color: #009999;
        scrollbar-face-color: #99cccc;
        scrollbar-shadow-color: #009999;
        scrollbar-3d-light-color: #ffffff;
        scrollbar-arrow-color: #003366}
		
		


#header {
	position: absolute;
	top: 0px;
	text-align: left;
	padding: 10px;
	margin: 0px;
	z-index: 2;
	}

#nav {
	position: absolute;
	top: 90px;
	text-align: left;
	padding: 0px;
	margin: 5px;
	z-index: 3;
	}
	
#content {
	position: absolute;
	background-color: #000000;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #833a49;
	top: 110px;
	left: 260px;
	width: 380px;
	height: 200px;
	z-index: 5;
	}	
	

.thumbnails {
	position: absolute;
	border: 0px;
	top: 110px;
	left: 380px;
	width: 320px;
	height: 225px;
	z-index: 7;
	}
	
.footer {
	position: absolute;
	border: 0px;
	margin-left: 25%;
	margin-right: 25%;
	top: 500px;
	width: 417px;
	height: 12px;
	z-index: 6;
	}

a:link {
		color: #b48390;
		text-decoration: none;
		}
a:visited {	
		color: #b48390;
		text-decoration: none;
			}
a:hover {
		color: #ffffff;
		text-decoration: underline;
		}
a:active {
		color: #ffffff;
		text-decoration: none;}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
}

p.lowlist {
	margin-top: 15%;
	color: #b48390;
	}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #B48390;
	}
