﻿body {
	padding: 0px;
	margin: 20px;
	background-image: url('images/stripes_2.gif');
	background-repeat: repeat-x;
	font-family: Verdana, Trebuchet, Arial, Helvetica;
	overflow: scroll;
}
#head {
	min-width: 670px;
	width: auto;
	height: 100px;
	display: block;
}
#left_col {
	width: 450px;
	float: left;
	margin-left: 10px;
}
#page_content {
	padding: 0px;
	float: right;
	margin-right: 10px;
}
#navcon {
	margin: 5px 0px 20px 0px;
	padding: 0px;
	text-decoration: none;
}
#navcon ul {
	margin: 0px;
	list-style-type: none;
	text-align: left;
	padding: 0px;
	position: relative;
	z-index: 2;
	text-decoration: none;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	left: 0px;
}
#navcon li {
	padding: 0px;
	display: inline;
	text-align: left;
	margin: 10px;
	text-decoration: none;
	color: #000000;
}
#navcon li a {
	margin: 0px;
	color: #666;
	text-decoration: none;
	padding: 0px;
}
#navcon li a:visited {
	color: #999999;
}
#navcon li a:hover {
	color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #00CC00;
	font-weight: normal;
}
#navcon li a#current {
	color: #000;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #FF6600;
}
#main_con {
	padding: 0px;
	margin: 0px 0px 10px 20px;
}
#footer {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color: #000000;
	text-align: center;
	font-size: small;
}
#thumb_row {
	margin-bottom: 10px;
	min-width: 800px;
	text-align: center;
}
.thumb {
	padding: 5px;
	margin: 2px 2px 2px 10px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	vertical-align: middle;
}
h1, h2, h3, h4, h5 {
	padding: 0px;
	margin: 0px;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}
.main_con {
	padding: 0px;
	margin: 0px 0px 20px 20px;
}
.thumb_row {
	text-align: center;
	margin-bottom: 10px;
}
.img_border {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding: 10px;
	margin: 0px;
}
.center {
	text-align: center;
	padding: 0px;
	margin: 0px;
	vertical-align: baseline;
	line-height: normal;
	word-spacing: normal;
}
.small_text {
	font-size: x-small;
}
.narrow_con {
	text-align: center;
	padding: 0px;
	margin-left: 40px;
	margin-bottom: 5px;
}


