* {
	margin: 0;
	padding: 0;}

body {
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 12px;
	line-height: 20px;
	background-color: #7BACF4;}

a {
	text-decoration: none;
	color: #75B03C;}

a:hover {
	text-decoration: underline;
	color: #111;}

#container {
	background:#ffffff;
	margin: 0 auto;
	width: 800px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;}

#header {
	height: 85px;
	width: 800px;
	margin: 20px auto;
	background: url(images/header.jpg) no-repeat;
	background-color: #ffffff;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

#header h1 { 
	font-size: 28px;
	letter-spacing: -1px;
	padding: 15px 0 0 20px;
	color: #000000;}

#header h1 a { 
	color: #fff;
	text-decoration: none;
	font-weight: 100;}

#menu {
	height: 30px;
	line-height: 30px;
	background: url(images/menu.jpg) no-repeat;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;}

#menu ul {
	list-style-type: none;
	padding-left: 30px;}

#menu ul li {
	display: block;
	float: right;}

#menu ul li a {
	padding: 0 20px 0 0;
	text-decoration: none;
	font-weight: 600;
	font-size: 12px;
	color: #fff;}

#menu ul li a:hover {
	color: #000;
	text-decoration: none;}

#content {
	background: url(images/bg1.jpg) repeat-y;
	padding: 0 5px;}

.spacer {
	Width: 100%;
	height:5px;}


.right {
	float: right;
	width: 600px;
	text-align: justify;
	margin-bottom: 40px;}

.righttxt {
	padding-right: 40px;
	text-align: justify;}

.right h2 {
	font-size: 18px;
	color: #000000;	
	font-weight: 100;
	padding-left: 5px;
	height: 30px;
	line-height: 30px;}

.left {
	float: left;
	width: 180px;
	margin-bottom:30px;
	background-color:#DBFAC9;
	border-style:solid;
	border-width:1px;
	border-color:#0005c4;}

.left h2 {
	margin: 0 0 0 0;
	padding-left: 5px;
	height: 30px;
	color:#ffffff;
	background: url(images/menuh2.jpg);
	font-size: 13px;}

.left ul {
	padding: 10px 0 15px 20px;
	list-style-type: square;
	color: #0005C4;}

.left ul li a {
	text-decoration: none;
	font-weight: 600;
	color: #0005C4;}


#footer {
	background-color: #BBB9B9;
	margin: 20px auto;
	height: 40px;
	width: 800px;
	text-align: center;
	font-size: 11px;
	color: #000;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;}
