﻿* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px;
	padding: 0;
	background: #e5e5e6;
	font: normal small Arial, Helvetica, sans-serif;
	color: #000000;
}
blockquote {
	margin-top: 0;
}
ol {
	margin-top: 0;
}
ul {
	margin-top: 0;
}
p {
	margin-top: 0;
}
a {
	color: #000000;
	text-decoration:none;
}
a:hover {
	text-decoration: none;
}
img {
	border: none;
}
/* Header */
#header {
	width: 950px;
	height: 75px;
	margin: 0 auto;
	padding: 0 0 0 0;
	background: url(images/header1.jpg) no-repeat;
}
#header h1 {
	text-align: center;
	font-size: 3em;
}
#header h2 {
	text-align: center;
	font-size: 1.4em;
}
#header a {
	text-decoration: none;
}

#banner {
	width: 950px;
	height: 137px;
	margin: 0 auto;
	padding: 0 0 0 0;
	background: url(images/banner.jpg) no-repeat;

}
/* Menu */
#menu {
	width: 950px;
	height: 50px;
	margin: 0 auto;
	padding: 0;
	background: url(images/nav.jpg) no-repeat;
}
#menu h2 {
	display: none;
}
#menu ul {
	margin: 0px;
	padding: 6px 0px 6px 8px;
	list-style: none;
}
#menu li {
	display: inline;
}
#menu a {
	display: block;
	float: left;
	padding: 10px;
	width: 293px;
	height: 18px;
	text-align: center;
	text-decoration: none;
	color: #5c596b;
	background: #ffffff url(images/green0.jpg) no-repeat;
	font-size: medium;
	font-weight: bold;
}
#menu .active a {
	background: #ffffff url(images/green1.jpg) no-repeat;
	color: #5c596b;
}
#menu a:hover {
	background: #ffffff url(images/green1.jpg) no-repeat;
	color: #5c596b;
}
/* Menu2 */
#menu2 {
	padding: 20px 0 0 20px;
}
#menu2 ul {
	margin: 0;
	list-style: none;
}
#menu2 li {
	display: inline;
}
#menu2 a {
	display: block;
	width: 270px;
	height: 87px;
	margin: 0 0 5px 0;
	padding: 3px 0 0 20px;
	vertical-align: middle;
	background: #ffffff url(images/nav0.jpg) no-repeat;
	letter-spacing: -1px;
	font: normal 2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
#menu2 a:hover {
	background-image: url(images/nav1.jpg);
	text-decoration: none;
}
#menu2 .active a {
	background: #ffffff url(images/nav1.jpg) no-repeat;
}
/* Cols */
#sidebar {
	float: left;
	width: 330px;
	height: 600px;
}
#sidebar1 {
	float: left;
	width: 330px;
	height: 500px;
	}
#middle {
	width: 600px;
	float: left;
	background: #ebecec;
}
#padded {
	padding: 0 10px 10px 10px;
	color:#000000;
}
#advert {
	padding: 20px 0 0 20px;
	float: left;
}
#middle h1 {
	padding: 0px 0px 10px 10px;
	padding-top:10px;
	color: #b7d432;
	width: 600px;
	background: white;
	font: normal 1.3em "Trebuchet MS", Arial, Helvetica, sans-serif;
}
/* Content */
#content {
	width: 950px;
	margin: 0 auto;
	background: url(images/main.jpg) repeat-y;
}
/* Footer */
#footer {
	width: 950px;
	height: 46px;
	margin: 0 auto;
	background: url(images/footer.jpg) no-repeat;
}
#footer p {
	padding: 0px;
	text-align: center;
	font-size: x-small;
	color: #ffffff;
}
#footer a {
	color: #ffffff;
	text-decoration:none;
}
#footerleft {
	margin: 10px;
	float: left;
	color: white;
}
#footerright {
	margin: 10px;
	float: right;
	text-align: right;
	color: white;
}
