html {
	font-family: sans-serif, verdana, geneva, arial;
	font-size: 12px;
	line-height: 1.2em;
	margin: 0px;
	text-align: left;
	color: white;
	background-color: #4a4a4a;
}

img {border: none;}

img a:hover {border: 2px solid white;}

a:link {
	color: #95774d;
	text-decoration: none;
}

a:visited {
	color: #95774d;
	text-decoration: none;
}

a:hover {
	color: White;
	text-decoration: underline;
}

h1 {
	font-size: 160%;
	color: black;
	border-bottom: 1px solid black;
}

h2 {
	font-size: 120%;
	font-weight: bold;
	border-bottom: none;
	color: black;
}

h3 {
	font-size: 100%;
	text-decoration: none;
}

p.right {
	text-align: right;
}

.indent p {text-indent: 2em;}

#sitecontain {
	color: white;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	width: 900px;
	height: 600px;
	padding: 0px;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            
	background-color: black;
	background: url("nbutt_bg.jpeg") repeat-y top center;
}


#container {
	position: relative;
	height: 500px;
	z-index: 95;
	left: 40px;
}

#top-navigation {
	font-size: 26.5px;
	height: 50px;
	color: #95774d;
	padding-top: 5px;
	position: relative;
	top: 40px;
	left: 40px;
	padding-right: 0px;
	padding-bottom: 5px;
	text-align: left;
	z-index: 95;
	font-family: sans-serif;
}



#top-navigation a:link {
	color: #95774d;
	text-decoration: none;
}

#top-navigation a:visited {
	color: #95774d;
	text-decoration: none;
}

#top-navigation a:hover {
	color: white;
	text-decoration: none;
}

#content {
	width: 470px;
	height: 400px;
	position: relative;
	top: 20px;
	z-index: 94;
	padding: 5px;
	color: white;
}

#content a:link {
	color: #5C5E62;
	font-weight: bold;
	text-decoration: none;
}

#content a:visited {
	color: #5C5E62;
	font-weight: bold;
	text-decoration: none;
}

#content a:hover {
	color: #5C5E62;
	font-weight: bold;
	text-decoration: underline;
}

#content td {
	font-family: sans-serif, verdana, geneva, arial;
	color: white;
}

#right-image {
	position: relative;
	left: 0px;
	top: 50px;
	float: right;
	width: 370px;
	height: 500px;
	z-index: 93;
}

#footer {
	position: relative;
	top: 15px;
	color: white;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

#footer a:link {
	color: black;
	text-decoration: none;
}


