﻿*  {
	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: 600px;
	height: 575px;
}

#mp {
	background-image: url('../content/main.gif');
	background-repeat: no-repeat;
	height: 342px;
	width: 250px;
	float: left;
	border: 2px solid green;
	background-color: ;
}

#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: 20px;
}
