@charset "UTF-8";
/* CSS Document */

#main  {
}
#thumbs {
	position: absolute;
	height: 180px;
	width: 210px;
	left: 20px;
	top: 60px;
	padding: 0px;
	margin: 0px;
}
#thumbs img {
	float: inherit;
	padding-left: 4px;
	padding-bottom: 15px;
	padding-top: 5px;
	padding-right: 2px;
}
.viewer {
	top: 20px;
	width: 775px;
	position: absolute;
}
.first {
	background-color: #000000;
}
a:link.first{
	color: #000000;
}
a:visited.first{
	color: #000000;
}
a:hover.first{
	color: #FFFFFF;
}
a:active.first{
	color: #000000;	
}

.second {
	background-color: #333333;
}
a:link.second{
	color: #333333;
}
a:visited.second{
	color: #333333;
}
a:hover.second{
	color: #FFFFFF;
}
a:active.second{
	color: #333333;
}

.third {
	background-color: #666666;
}
a:link.third{
	color: #666666;
}
a:visited.third{
	color: #666666;
}
a:hover.third{
	color: #FFFFFF;
}
a:active.third{
	color: #666666;
}

.fourth {
	background-color: #999999;
}
a:link.fourth{
	color: #999999;
}
a:visited.fourth{
	color: #999999;
}
a:hover.fourth{
	color: #FFFFFF;
}
a:active.fourth{
	color: #999999;
}

.fifth {
	background-color: #CCCCCC;
}
a:link.fifth{
	color: #CCCCCC;
}
a:visited.fifth{
	color: #CCCCCC;
}
a:hover.fifth{
	color: #666666;
}
a:active.fifth{
	color: #CCCCCC;
}


#navcontainer
{
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 20px;
	left: 20px;
}

#navcontainer ul
{
	margin: 0px;
	list-style-type: none;
	padding-left: 0px;
}

#navcontainer ul li {
	float: left;
	margin-right: 2px;
}

#navcontainer ul li a
{
	text-decoration: none;
	font-size: 16px;
	float: left;
	margin: 0px;
	height: 30px;
	width: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#viewer {
	top: 20px;
	left: 250px;
	width: 500px;
	height: 100%;
	position: absolute;
}
#blogAd {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	position: absolute;
	height: 20px;
	top: 40px;
	left: 630px;
	text-decoration: none;
	font-weight: bold;
	width: 100px;
	text-align: center;
	vertical-align: middle;
	background-color: #000000;
}
#blogAd a:active {
	background-color: #000000;
	color: #FFFFFF;
	text-decoration: none;
}
#blogAd a:visited {
	background-color: #000000;
	color: #CCCCCC;
	text-decoration: none;
}
#blogAd a:link {
	background-color: #000000;
	color: #FFFFFF;
	text-decoration: none;
}
#blogAd a:hover {
	background-color: #000000;
	color: #CCCCCC;
	text-decoration: none;
}
#contactInfo {
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	left: 630px;
	top: 18px;
	width: 180px;
	line-height: normal;
	text-align: left;
}
#contactInfo  a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	text-transform: uppercase;
	font-size: 10px;
	padding: 0px;
}
