body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #AAAAAA;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
html {
	scrollbar-face-color:#666666;
	scrollbar-highlight-color:#000000;
	scrollbar-3dlight-color:#000000;
	scrollbar-darkshadow-color:#000000;
	scrollbar-shadow-color:#000000;
	scrollbar-arrow-color:#888888;
	scrollbar-track-color:#000000;
}



.current {
	font-weight: bold;
 	color: #AAAAAA;
	background-color: #666666;
}

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

.sig{
    font-family: Textile, "Zapf Chancery", "Comic Sans MS", cursive;
    font-weight: bolder;
    font-size: 18px;
    font-style: oblique;
    font-stretch: semi-expanded;
}



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

a:link {
	text-decoration: underline;
	color: #ffffff;
	
}

a:visited {
	text-decoration: none;
	color: #ffffff;

}

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

.infotable {
	border: 1px solid #444444;
	border-collapse: collapse;
}

.infotable td {
	border: 1px solid #444444;
}

.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: #888888;
	font-size: 90%;
}

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

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

div#content {
    position: relative;
    top: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    width: 1024px;
    height: auto;
}



div#header {
	top: 0px;
	width: 100%;
	height: 36px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
	color: #AAAAAA;
	background-color: #000000;
	text-align: center;
	
}
div#info {
    margin-right: 0px;
    margin-left: 0px;
    height: auto;
    padding-right: 0px;
    width: 280px;
    float: left;
    color: #888888;
    background-color: #000000;
}

div#gallery {
	top: 38px;
    padding-left:0px;
    margin-left: 0px;
    width: 640px;
    height: 800px;
    float: right;
    text-align:center;
}

div#footer {
	top: relative;
	width: 376px;
	height: auto;
	background-color: #000000;
    float: left;
	text-align: center;
	
}
