﻿*  {
   padding: 0;
   margin: 0;
   border: 0;
}

body{
   background-color: #000000;
   font-family: georgia, arial, sans-serif;
   font-size: .8em;
   text-align: center;
   color: white;
}

#box{
   width: 800px;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}

#header{
   background-image: url('../content/st22.gif');
   background-repeat: no-repeat;
   width: 700px;
   height: 75px;
   margin-left: 25px;
   margin-bottom: 10px;
}

#navbar ul{
	margin-top: 35px;
	margin-left: 10px;
	float: left;
	list-style-type: none;
	width: 120px;
	height: 370px;
	color: white;
	font-weight: bold;
	font-family: monotype Corsiva;
	font-size: 1.2em;
}

#navbar ul li a  {
	display: block;
	margin-left: 10px;
	text-decoration: none;
	background-image: url('../buttons/sbutt1.png');
	background-repeat: no-repeat;
	font-size: 1em;
	font-family: font-family: garamond, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	color: white;
	width: 100px;
	height: 30px;
	padding: 5px 0px 0px 0px;
	border-bottom: 1em solid black;
}

#navbar a: hover  {
  color: #33ffff;
}

#content  {
	margin-top: 30px;
	margin-left: 145px;
	width: 550px;
	height: 600px;
}

.thumbs	{
  float: left;
  width: 115px;
  margin: 10px 10px 10px 10px;
  clear: right;
  border: 1px solid red;
}

.thumbs p  {
  margin: 0;
  padding: 0 4px 0px 4px;
  font-family: georgia, helvetica, sans-serif;
  font-size: 1em;
  text-align: center;
  border-bottom: 25px;
}

h3  {
	margin-top: 80px;
	text-align: center;
	font-family:  georgia, Geneva, arial, sans-serif;
}

#footer{
  margin-top: 50px;
  margin-left: 10px;
  width: 770px;
  clear: both;
  height: 20px;
  color: #fff;
  text-align: right;
}

#footer .jm {
		float: left;
		text-align: left;
}
	
#footer .st {
		float: right;
		text-align: right;
}

#nav2{
	margin-top: 20px;
}
