* {
	color: #02296a;
	font-family: Georgia, serif;
}

div {
	
}

span.quote {
	font-style: italic;
	font-size: 10pt;
	margin: 15px;
	clear: both;
	display: block;
}

#titleimg {
	margin: 5px 0px 25px 25px;
}

#nav {
	margin-left: 25px;
	text-align: justify;
	font-weight: bold;
	
}

.navitem {
	display: inline;
	padding-right: 60px;
}

#currentnavitem {
	text-decoration: underline;
}

.navitem a {
	text-decoration: none;
}

.navitem a:hover {
	text-decoration: underline;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div#wrapper
{
	margin: 10px auto 10px 25px;
	width: 800px;
}

div#leftColumn
{
	float: left;
	margin-top: 15px;
}


div#rightColumn
{
	float:left;
	margin-left: 50px;
	margin-top: 15px;
	padding-bottom: 40px;
}

div#thumbs
{
   height: 440px;
   overflow: hidden;
	position: relative;
}

div#thumbs img, div#mainImageDiv img, div.entry img
{
	border: 1px solid #02296a;
	padding: 2px;
}

div#pagetitle
{
	margin-left: 25px;
}

div#pagetitle h3
{
	font-size: 16pt;
	font-weight: bold;
	margin-bottom: 5px;
}

div#mainImageDiv
{
	margin-top: 0px;
}

div#scroll_control
{
	width: 100px;
	margin-top: 10px;
}

#up {
	width: 30px;
	margin: 0px 5px;
	border: 0;
}


#down {
	width: 30px;
	margin: 0px 5px;
	border:0;
}

#up img, #down img { border: 0px; }

div.thumbnail
{
	width: auto;
	overflow: hidden;
	margin-bottom: 20px;
	position: relative;
}
div.thumbnail img { height: auto; width: 75px }

div#description
{
	width: 600px;
	text-align: justify;
	font-size: 10pt;
}

div#text
{
	margin-top: 20px;
	font-size: 10pt;
}

div.row
{
	width:auto;
	max-width: 800px;
	margin: auto;
	clear:both;
}

img#menu
{
	margin-bottom: 30px;
}

div.entry
{
	display: inline;
	width: 180px;
	float: left;
	margin: 20px 20px 20px 0px;
}

img.title_image
{
	margin-bottom: 20px;
	margin-left: 3px;
}

h2
{
	clear: both;
}
