/* CSS Document */

body {
	background-color: #666666;
	margin-top: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 15px;
}

.bold {
	font-weight: bold;
	font-size: 12px;
}
.style1 {
	color: #333333;
	font-size: 2em;
	text-transform: none;
	letter-spacing: 0pt;
	font-weight: bold;
	line-height: normal;
	padding-bottom: 20px;
}
.style2 {
	font-size: 9pt;
	text-transform: none;
}
.style3 {
	font-size: 12px;
	color: #999;
}
.style4 {
	color: #666666; 
	font-size: 10px;
	}
.style5 {
	font-size: 14px;
	color: #FF0;
	font-weight: normal;
}
#larger {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #666666;
	position: relative;
	height: 600px;
	width: auto;
	left: 0px;
	top: 50px;
	z-index: 4;
	line-height: 18px;
	overflow: visible;
	visibility: visible;
}
.lineheight {
	line-height: 12px;
}
#larger a:hover {
	text-decoration: none;

}
#main {
	margin-left: 40px;
	width: 95%;
}
#main #contents {
	background-color: #666666;
	text-align: left;
	vertical-align: top;
	float: none;
	padding-left: 80px;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-left: 250px;
	padding-top: 50px;
}


.clear {
	clear:both;
}
#main #nav h1 {
	display: block;
}

#main #nav li a:hover {
	color: #666;
	text-decoration: none;
	background-color: #FF0;
	padding-left: 20px;
	padding-right: 20px;
}

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

a:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #666666;
}
a:hover {
	color: #666;
	background-color: #FF0;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #666666;
}
#main #contents #thumbs {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
	height: 210px;
	width: 350px;
}
#main #contents #thumbspast {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
	height: auto;
	width: auto;
}
