body	{
	color:#484848; 
	font-family: Tahoma;
}

#header {
	text-align: center;
}
#nav {
	width: 180px;
	background-color: #5E5E5E;
	height: 100%;
	padding-bottom: 10px;
}
#nav li  {
	list-style-type: none;
	left: 0px;
	display: block;
	padding-top: 12px;
}
#nav li a {
	background-color: #5E5E5E;
	background-image: url(navarrow.gif);
	background-repeat: no-repeat;
	background-position: 7px;
	padding-left: 30px;
	width: 172px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	font-size: 80%;
}



#content {
	padding-left: 15px;
	font-family: Tahoma;
	font-size: 12px;
	padding-bottom: 15px;
}
.gallery {
	padding-left: 20px;
	height: 440px;
	overflow: hidden;
}
td {
	vertical-align: top;
}
#footer {
	bottom: 0px;
	position: relative;
	text-align: center;
	padding-bottom: 5px;
	padding-right: 30px;
	padding-left: 30px;
	font-family: Tahoma;
	font-size: 9px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#maintable {
	border: 1px solid #000;
}
#nav li a:hover {
	background-color: #5E5E5E;
	background-image: url(navarrow.gif);
	background-repeat: no-repeat;
	background-position: 7px;
	padding-left: 30px;
	width: 172px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #EAEA00;
	text-decoration: none;
	font-size: 80%;
}
#content h1 {
	color: #060;
	font-size: xx-large;
	text-align: center;
}

#content a {
	color: #960;
}
#content a:hover {
	color: #666;
}
#content h2 {
	color: #060;
	text-align: center;

}

.textcontent {
  padding-right: 10px;
}  
