@charset "utf-8";
/* CSS Document */

body {
	background-color: #00bb18;
	background-image: url(../images/bg.jpg);
	backgroung-position: top;
	background-repeat: repeat-x;
	padding: 0px;
	border: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #ffffff;
}

#site {
	width: 1000px;
	padding: 0px;
	border: 0px;
	margin: 0px auto 0px auto;
	clear: both;
}

#header {
	width: 960px;
	height: 650px;
	background-image: url(../images/header.jpg);
	background-position: top;
	background-repeat: no-repeat;
	padding: 0px 20px 0px 20px;
	border: 0px;
	margin: 0px auto 0px auto;
	clear: both;
}

#menu {
	width: 880px;
	height: 20px;
	padding: 0px;
	border: 0px;
	margin: 0px 60px 0px 50px;
	position: relative;
	top: 100px;
}

#menu  ul {
	width: 880px;
	padding: 0px;
	border: 0px;
	margin: 0px;
	clear: both;
	list-style-type: none;
	font-weight: bold;
	color: #ffffff;
}



#menu li {
	width: 110px;
	height: 20px;
	padding: 0px 0px 0px 0px;
	border: 0px;
	margin: 0px;
	list-style-type: none;
	float: left;
	text-align: center;
	font-size: 12px;
	display: block;
}



#menu li:hover {
	width: 110px;
}



#menu a {
	width: 110px;
	height: 20px;
	padding: 0px 0px 0px 0px;
	border: 0px;
	margin: 0px;
	text-decoration: none;
	color: #ffffff;
	display: block;
}



#menu a:hover {
	color: #00bb18;
}







#main {
	width: 720px;
	padding: 0px;
	border: 0px;
	margin: 0px 10px 0px 0px;
	float: left;
}

.content-large-top {
	width: 720px;
	height: 20px;
	background-image:url(../images/content-large-top_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

.content-large-middle {
	width: 710px;
	background-color: #27c620;
	border-right: 1px #ffffff solid;
	border-left: 1px #ffffff solid;
	padding: 0px 4px 0px 4px;
}

.content-large-bottom {
	width: 720px;
	height: 20px;
	background-image:url(../images/content-large-bottom_bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	margin: 0px 0px 20px 0px;
}





#secondary {
	width: 220px;
	padding: 0px;
	border: 0px;
	margin: 0px 0px 0px 10px;
	float: left;
}

.content-small-top {
	width: 220px;
	height: 20px;
	background-image:url(../images/content-small-top_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

.content-small-middle {
	width: 210px;
	background-color: #0e3964;
	border-right: 1px #ffffff solid;
	border-left: 1px #ffffff solid;
	padding: 0px 4px 0px 4px;
}

.content-small-bottom {
	width: 220px;
	height: 20px;
	background-image:url(../images/content-small-bottom_bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}









ul {
	width: auto;
    padding: 0px;
    border: 0px;
    margin: 20px 0px 0px 20px;
    clear: both;
    list-style-type: none;
}



li {
	width: auto;
	padding: 0px 0px 0px 0px;
	border: 0px;
	margin: 0px;
	display: block;
	list-style-type: none;
}









.image {
   width: auto;
   padding: 0px;
   border: 0px;
   margin: 10px 10px 4px 10px;
   float: right;
}






p {
	margin: 10px 0px 0px 4px;
	text-align: justify;
}


h1 {
	margin: 0px 0px 2px 10px;
	font-size: 0.2 em;
	color: #a2ff00;
	font-weight: 100;
}



h2 {
	margin: 0px 0px 2px 10px;
	font-size: 13px;
	color: #ffffff;
}



h3 {
	margin: 0px 0px 2px 10px;
	font-size: 12px;
	color: #cd0067;
}


	