body{
	margin: 0px;
	padding: 0px;
	width: 100%;
	background: #000;
}

td{
	font-family: Tahoma,Verdana,Arial;
	font-size: 11px;
	color: #FFF;
}

a:link, a:visited{
	font-family: Tahoma,Verdana,Arial;
	font-size: 11px;
	color: #0000FF;
	text-decoration: underline;
}
a:hover{
	font-family: Tahoma,Verdana,Arial;
	font-size: 11px;
	color: #0000FF;
	text-decoration: none;
}

span.footer{
	font-family: Times, Courier;
	color: #7c4c51;
	font-weight: bold;
	}

a.prnx{
	font-family: Times, Courier;
	color: #7c4c51;
	font-weight: bold;
	text-decoration: none;
	}

a.exit{
	font-family: Times, Courier;
	color: #fff;
	font-size: 14px;
	text-decoration: underline;
	}

span.cat-title{
	font-family: Times, Courier;
	color: #ddae24;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	}

/* Main Nav */
a#nav-1 {
    width: 153px;
    height: 25px;
    background-image: url(images/nav-main.gif);
    display: block;
    text-decoration: none;
    background-position: 0px 0px;
}

a#nav-1:hover {
    background-position: 0px 25px;
}

a#nav-2 {
    width: 144px;
    height: 25px;
    background-image: url(images/nav-main.gif);
    display: block;
    text-decoration: none;
    background-position: -153px 0px;
}

a#nav-2:hover {
    background-position: -153px 25px;
}

a#nav-3 {
    width: 196px;
    height: 25px;
    background-image: url(images/nav-main.gif);
    display: block;
    text-decoration: none;
    background-position: -297px 0px;
}

a#nav-3:hover {
    background-position: -297px 25px;
}

a#nav-4 {
    width: 87px;
    height: 25px;
    background-image: url(images/nav-main.gif);
    display: block;
    text-decoration: none;
    background-position: -493px 0px;
}

a#nav-4:hover {
    background-position: -493px 25px;
}

a#nav-5 {
    width: 113px;
    height: 25px;
    background-image: url(images/nav-main.gif);
    display: block;
    text-decoration: none;
    background-position: -580px 0px;
}

a#nav-5:hover {
    background-position: -580px 25px;
}

a#nav-6 {
    width: 99px;
    height: 25px;
    background-image: url(images/nav-main.gif);
    display: block;
    text-decoration: none;
    background-position: -693px 0px;
}

a#nav-6:hover {
    background-position: -693px 25px;
}
/* END MAIN NAV */


.thumbnails {
	border-width: 0px;
	border-color: #FFFF00;
	border-style: solid;
	}

.thumbnails ul {
	margin: 0px;
	padding: 0px;
	}

.thumbnails li {
	margin: 0px;
	padding: 0px;
	float: left;

	width: 73px;

	margin: 5px;

	overflow: hidden;

	border-style: solid;
	border-width: 5px;
	border-color: #e2ddca;
	}