BODY {
	background-color: #098205;
	text-align: center;
	margin: 1;
	background-image: url(img/bg9.jpg);
	background-repeat: repeat-x;
	font-family: Verdana; Geneva; Arial; Times New Roman;
}
img {
	border: none;
}
#container {
	width: 1100px;
	height: auto;
	margin: auto; 
}

#header {
	background-image: url(img/Homepage33blur.jpg);
	height: 300px;
	width: 1100px;
	text-align: center;
	margin: 0;
}
#header h2 {
	color: #000000;
	margin: 1;
	font: bolder;
}

#content {
	text-align: left;
	background-color: #FFFFFF;
	height: auto;
	border-bottom: 5px solid #284625;
	background: url(img/contentbg9.jpg) repeat-x top;
	padding: 15px;
	color: #0000000;
}
#content11 {
	text-align: left;
	background-color: #FFFFFF;
	height: 750px;
	border-bottom: 5px solid #FEF200;
	background: url(img/contentbg9.jpg) repeat-x top;
	padding: 15px;
	color: #000000;
}

#content hr {
	color: #FFFFFF;
	height: 2px;
	width: 1000px;
	text-align: center;
}
#content hr11 {
	color: #FFFFFF;
	height: 2px;
	width: 1000px;
	text-align: center;
}
#content h3 {
	color: #000000;
	font: bolder italic;
	margin: 0;
}
#content h311 {
	color: #000000;
	font: bolder italic;
	margin: 0;
}
#content p {
	font-size: 18px;
}
#content p11 {
	font-size: 18px;
}
#content a:hover {
	color: #FFFFFF;
	
}
#content a:hover11 {
	color: #FFFFFF;
	
}
#content a {
	color: #FEF200;
	text-decoration: none;
}
#content a11 {
	color: #FEF200;
	text-decoration: none;
}

.float-left {
	clear: left;
	float: left;
}
.float-right {
	clear: right;
	float: right;
}

#footer {
	width: 1100px;
	height: 80px;
	text-align: center;
	color: #000000;
	background-color: #FEF200;
	font-size: 12px;
}
#footer a {
	color: #098205;
	text-decoration: none;
}
#footer a:hover {
	color: #098205;
}
#navigation {
        background: #098205;
        border-bottom: 1px solid #A1A1A1;
        margin: 0;
        padding: 0;
        font-weight: bold;
}
#navigation ul, #navigation ul li {
        list-style: none;
        margin: 0;
        padding: 0;
}
#navigation ul {
        padding: 5px 0 5px;
        text-align: center;
}
#navigation ul li {
        display: inline;
}
#navigation ul li a {
        background: url(img/tableft7.gif) no-repeat left top;
        color: #000000;
        text-decoration: none;
        padding: 5px 0;
}

#navigation ul li span {
        background: url(img/tabright11.gif) no-repeat right top;
        padding: 5px 7px 5px 3px;
        margin: 4px 0 4px 4px;
}
#navigation ul li a:hover span {
        text-decoration: none;
        background-position: 100% -75px;
}
#navigation ul li a:hover {
        background-position: 0 -75px;
}
#navigation #current a {
        background-position: 0 -150px;
}
#navigation #current a span {
        background-position: 100% -150px;
}



* html #navigation ul li a {
        padding: 0;
}