﻿*  {
	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: 10px;
	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: 25px;
	margin-left: 175px;
	width: 600px;
	height: 500px;
}

h1  {
	margin-top: 0;
	font-family: Garamound, Helvetica, sans-serif;
	text-align: center;
	font-size: 1.5em;
}


fieldset {
	margin: 1.5em 0 0 0;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid silver;
	overflow: hidden;
}

label  {
	float: left;
	display: block;
	padding-right: 5em;
	width: 5em;
	text-align: right;
}

legend {
	margin-left: .5em;
	color: red;
	font-weight: bold;
}

fieldset ol  {
	padding: 1em 1em 0 1em;
	list-style: none;
}

fieldset li  {
	padding-bottom: 1em;
}


textarea  {
	width: 300px;
	height: 150px;
}

fieldset.submit  {
	border-style: none;
}

fieldset.reset  {
	border-style: none;
}

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

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

#nav2{
	margin-top: 10px;
}
