﻿body {
	background-color: olive;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	background-image: url('pics/back.gif');
	background-repeat: repeat;
}

h3{
	
	font-size:1.2em;
	font-weight:bold;
}
#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	background-color: #240E0A;
	border:10px;
	border-color:white;
	border-style:solid;
}
#header {
	width: 700px;
	height: 115px;
	background-color: #FFFFFF;
}
#menu {
	width: 700px;
	height: 3px;
	background-color: #000000;
}
#maingraphic{
	
	width:700px;
	height:150px;
}

#menu ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 5px 10px 5px 10px;
}
#menu li {
	float: left;
}
#menu a {
	margin: 0 1px;
	padding: 5px;
	display: block;
	text-decoration: none;
	color: #000000;
	font-size: 1em;
}
#menu a:hover {
	color: #eec;
	text-decoration: none;
	background-color: #FF9900;
	border: 1px solid #cc9;
}




#left {
	width: 24%;
	float: left;
	background-color: #A3210A;
}
#mid {
	width: 38%;
	float: left;
}
#right {
	width: 38%;
	float: left;
}
#footer {
	width: 700px;
	height: 60px;
	background-color: #000000;
	clear: both;
}
#textbox {
	padding: 10px;
}
#footertext {
	padding: 10px;
	text-align: center;
	color: #FF9900;
}

