body
{
	padding: 0;
	margin: 0;
	background: #444444;
	color: #000000;
	font-family: arial, verdana, helvetica, tahoma, sans-serif;
	font-size: 80%;
	line-height: 150%;
}

img
{
	border: 0;
}
.menu {
  padding:0; 
  margin:0; 
  list-style-type:none;
  white-space:nowrap;
  }
.menu li {
  float:right;
  min-width:-50px;
  }
.menu a {
	position:relative;
	display:block;
	text-decoration:none;
	min-width:-50px;
	float:left;
  }
* html .menu a {
  width:-50px;
  }
.menu a span {
  display:block; 
  color:#FFF; 
  background:#444444; 
  border:1px solid #fff; 
  border-width:2px 1px; 
  text-align:center; 
  padding:2px 10px; 
  cursor:pointer;
  }
* html .menu a span {
  width:100px; 
  cursor:hand; 
  width:66px;
  }
.menu a b {
  display:block; 
  border-bottom:3px solid #99CC33;
  }
.menu a em {
  display:none;
  }
.menu a:hover {
  background:#fff;
  }
.menu a:hover span {
  color:#fff; 
  background:#99CC33;
  }
.menu a:hover em {
  display:pointer;
  overflow:hidden; 
  border:2px solid #fff; 
  border-color:#99CC33 #444; 
  border-width:6px 6px 0 6px; 
  position:absolute; 
  left:50%; 
  margin-left:0px;

  }
a
{
	text-decoration: none;
	color: #000000;
}

#menu .active {
	background: #333333;
}

#centrecontainer
{
	position: relative;
	top: 45%;
	left: 0px;
	width: 100%;
}

#outercontainer
{
	margin-left: -450px;
	position: absolute;
	top: 30px;
	left: 50%;
}

#header
{
	width: 900px;
	height: 29px;
	letter-spacing: 1px;
}

#container    
{
	border: 20px solid #FFF;
	width: 860px;
	height: 470px;
}

#containerleft
{
	float: left;
	width: 310px;
	height: 450px;
	background-image:url('logo.jpg');
	border-right: 20px solid #FFF;
	padding: 10px;
}

#containerleft a
{
	text-decoration: none;
	color: #FFF;
}

#containerleft a:hover
{
	text-decoration: none;
	color: #FF80A8;
}

#containerleft h2
{
	margin: 0;
	padding: 0;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	letter-spacing: -3px;
	font-size: 250%;
	text-align: right;
}

#containerright
{
	float: left;
	width: 490px;
	height: 450px;
	background: #99CC33;
	overflow: auto;
	padding: 10px;
}

#containerright h2
{
	margin: 0;
	padding: 0;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	letter-spacing: -2px;
	font-size: 200%;
	border-bottom: 1px solid #FFF;
	padding-bottom: 5px;
	width: 75%;
}

#footer
{
	width: 800px;
	text-align: right;
	padding: 5px 0px;
	color: #FFFFFF;
}

#footer a
{
	text-decoration: none;
	color: #FFFFFF;
}

#footer a:hover
{
	text-decoration: none;
	color: #FFF;
}

