* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #000;
	text-align: center;
	font-size: 84%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}

a:link, a:visited {
   color: #82F70A;
   text-decoration: underline;
}

#container {
	width: 760px;
	border: none;
	position: relative;
	margin-left: auto;
	margin-right: auto; 
	margin-top: 40px;
	text-align: left;
	background-color: #000;
}

#header {
	background: url(images/header-bkg.jpg) no-repeat bottom;
	height: 86px;
	position: relative;
}

#nav {
   position: absolute;
	right: 10px;
	top: 96px;
}

.home {
	border-bottom: 3px solid #ff0000;
}

.galleries {
   border-bottom: 3px solid #18A6F0;
}

.about {
	border-bottom: 3px solid #82F70A;
}

.contact {
	border-bottom: 3px solid #FF9933;
}

#nav ul, #nav li { margin:0; padding:0; }
#nav ul { list-style:none; }
#nav li { display:inline; }

#nav span {display:none; }
#nav #nv_home a, #nav #nv_gallery a, #nav #nv_about a, #nav #nv_contact a {
	display: block;
	float:left;
}

#nav #nv_home a {
	background:url("images/nv_home.jpg") no-repeat; 
	width:69px; height:20px; border:0; 
}

#nav #nv_gallery a {
	background:url("images/nv_gallery.jpg") no-repeat; 
	width:80px; height:20px; border:0; 
}

#nav #nv_about a {
	background:url("images/nv_about.jpg") no-repeat; 
	width:82px; height:20px; border:0; 
}

#nav #nv_contact a {
	background:url("images/nv_contact.jpg") no-repeat; 
	width:72px; height:20px; border:0; 
}

#content {
	padding: 50px 10px 20px 10px;
}

#content h1 {
	font-weight: bold;
	font-size: 1em;
	margin-bottom: 10px;
}

#content h2 {
	font-weight: bold;
	font-size: 1em;
	margin-bottom: 2px;
}

#content p {
   margin-bottom: 8px;
	line-height: 1.2em;
}

#content img.thumbright {
	float: right;
	display: inline;
	padding: 0 0 10px 10px;
}

.quote {
	font-style: italic;
}

.quoteauthor {
	font-size: .8em;
	text-align: right;
}

.quoteauthorleft {
	font-size: .8em;
	text-align: left;
}


#sidebar {
	float: left;
	width: 400px;
}

#slideshow {
	margin-bottom: 16px;
}

#footer {
	clear: both;
	font-size: .7em;
	width: 60%;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	padding-top: 8px;
	color: #fff;
	text-align: center;
	border-top: 1px solid #666666;
}

#footer p {
	 margin: 4px 0 0 0;
}

p.copyright {
	padding-top: 8px;
}

table.gallery {
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}

table.gallery td {
	text-align: center;
	padding: 10px;
}

table.gallery img {border: none; }

table.gallery td.navprev {
	padding: 0 0 0 10px;
	text-align: left;
}

table.gallery td.navnext {
	padding: 0 10px 0 0;
	text-align: right;
}

p.quote {
	font-style: italic;
}


