﻿@charset "UTF-8";
/* CSS Document */

body
{
	background-color:#000;
	color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}

#container
{
	width: 800px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	border-color:#6F3;
	border-style:groove;
	background:#FFF;
}

#header
{
	width:inherit;
	height:200px;
	margin:0px;
	padding:0px;
	background-image:url('images/header.jpg');
}



#content
{
	width:inherit;
	height:auto;
	background-color:#FFF;
}

#bottom {
	width:inherit;
	height:auto;
	background:#333;
	margin:auto;
	text-align:center;
}

#menu {
	background: #333;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;

}
#menu li {
	float: left;
	font: 120% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #333 url("images/seperator.gif") bottom right no-repeat;
	color:#ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	background: #339933 url("images/hover.gif") bottom center no-repeat;
	color:#FFF;
	padding-bottom: 8px;
}

#content2
{
	float:right;
}


