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

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

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

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

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


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



.title {
	font-size: 150%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	text-align:center;
}

.imgbutton {
	font-size: 70%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	text-align:center;
	align:center;
}


.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#title {
    padding-left:0px;
    margin-left: 0px;
    width: auto;
    height: auto;
    float: center;
}

div#gallery {
	padding-left:5px;
    margin-top: 25px;
	margin-left: 15px;
    width: 1024px;
    height: 2048px;
    float: left;
    text-align:left;
}


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

div#info {
    margin-right: 0px;
    margin-left: 15px;
    margin-top: 25px;
    height: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 240px;
    float: left;
    border-right: 1px;
    border-right-style: groove;
    color: #888888;
    background-color: #000000;
    font-size: 100%;
}

