body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #AAAAAA;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}

html {
	scrollbar-face-color:#444444;
	scrollbar-highlight-color:#000000;
	scrollbar-3dlight-color:#000000;
	scrollbar-darkshadow-color:#000000;
	scrollbar-shadow-color:#000000;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#000000;
}

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

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

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

.current {
	font-weight: bold;
	color: #CCCCCC;
}

.cthumb {
	background-color: #444444;
	border: 1px dotted #666666;
}

.thumb {
	background-color: #222222;
	border: 1px dotted #666666;
}

.image { border: 1px solid #aaaaaa;}
a:link .image {  border-color: #aaaaaa;}
a:visited .image {  border-color: #aaaaaa;}
a:hover .image { border-color: #ffffff;}

.mthumb { border: 1px solid #aaaaaa;}
a:link .mthumb {  border-color: #aaaaaa;}
a:visited .mthumb {  border-color: #aaaaaa;}
a:hover .mthumb { border-color: #ffffff;}

.slideImage { border-width: 1px; border: 1px solid; border-color: #ffffff;}
a:link .slideImage { border-color: #ffffff;}
a:visited .slideImage { border-color: #ffffff;}

.title {
	font-size: 120%;
	font-weight: bold;
	color: #000000;
}

.title a:link {
	text-decoration: none;
	color: #000000;
}

.title a:visited {
	text-decoration: none;
	color: #000000;
}

.title a:hover {
	text-decoration: none;
	color: #ffffff;
}

.infotable {
	border: 1px dotted #666666;
	border-collapse: collapse;
}

.infotable td {
	border: 1px dotted #666666;
}

.infotable table {
	border-collapse: separate;
}

.infotable table td {
	border: 0px;
}

.dirname {
	font-size: 100%;
	font-weight: bold;
	color: #AAAAAA;
}

.comment {
	color: #CCCCCC;
	font-weight: bold;
	font-size: 100%;
}

.smalltxt {
	color: #E4E4C7;
	font-size: 105%;
}
.xsmalltxt {
	color: #888888;
	font-size: 80%;
}

.newlabel {
	font-size: 70%;
	font-weight: bold;
	color: #000000;
	background-color: #FFCC00;
}

/* --- Navigation --------- */
#nav {
	list-style-type: none;
	margin-left: 8px;
	text-align: center;
}

#nav ul {
	margin:3px;
	padding:0px;
}

#nav li {
	background: url(http://www.sunsetclassics.com/images/navbackground.gif) repeat-x top;
	display: inline;
	line-height: 25px;
	margin-top: 0pt;
	margin-right: 4px;
	margin-bottom: 0pt;
	margin-left: 0pt;
}

#nav a, #nav a:visited {
	font-size:12px;
	font-weight:bold;	
	text-decoration: none;
	background-color: transparent;
	padding: 2px 5px 5px 5px;
	border: 1px solid #717171;
	color: #FFFFDC;
}

#nav a:hover {
	background-color: transparent;
	padding: 2px 5px 5px 5px;
	border: 1px solid #717171;
	color: #f93;
}