

html, body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	/*background-image: url("graphics/background.jpg");*/
	background-color: #eaeaea;
	min-width: 980px;
	font-family: Arial, helvetica, sans-serif;
}

.wrapper {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 980px;
	text-align: left;
	padding: 5px;
	background-color: #ffffff;
	border-left: 3px double #c0c0c0;
	border-right: 3px double #c0c0c0;
}

.wrapper img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


/**********************************************************/
/*                   HEADER AREA                          */
/**********************************************************/


.header {
	float: right;
	width: 980px;
	height: 165px;
	background-image: url("graphics/header2.jpg");
}


/*****  menu options   *****/

.hdrmenu {
	float: right;
	margin-top: -150px;
	margin-right: 15px;
	text-align: right;
	color: #006636;
	width: 250px;
}

.hdrmenu ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

.hdrmenu li {
	font-weight: bold;
}

.hdrmenu a {
	font-weight: bolder;
	font-size: 16px;
	text-decoration: none;
	color: #006636;
}

.hdrmenu a:hover {
	color: white;
}

.tagline {
	position: absolute;
	top: 40px;
	left: 400px;
	text-align: center;
	color: #cc6600;
	font-weight: bolder;
	font-size: 28px;
}

.contactus {
	position: absolute;
	top: 155px;
	left: 375px;
	color: #cc6600;
	font-size: 12px;
}

/**********************************************************/
/*                      Top MEnu                          */
/**********************************************************/


.topmenu ul {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 930px;
	margin-top: 15px;
	text-align: center;
	color: #006636;
	height: 25px;
	padding: 0px;
}


.topmenu li {
	display: block;
	height: 25px;
	background-image: url("graphics/buttonalt.jpg");
	background-repeat: no-repeat;
	font-weight: bolder;
	float: left;
	width: 115px;
	padding-top: 2px;
	margin-left: auto;
	margin-right: auto;
}

.topmenu a {
	font-weight: bolder;
	font-size: 12px;
	text-decoration: none;
	color: black;
}

.topmenu a:hover {
	background-image: url("graphics/buttonalt.jpg");
	color: white;	
}



/**********************************************************/
/*                      stuff left                        */
/**********************************************************/

.stuffleft {
	float: left;
	width: 140px;
	margin-left: 5px;
	font-size: 10px;
	background-color: #e1e1e1;
	text-align: justify;
}

.ital {
	font-style: italic;
	font-weight: bold;
}


.iwant {
	float: left;
	width: 140px;
	margin-left: 5px;
	font-size: 12px;
	color: #00a650;
	text-align: center;
}





/**********************************************************/
/*                      MAIN CONTENT                      */
/**********************************************************/


.content {
	float: left;
	width: 510px;
	margin-left: 20px;
	margin-top: 0px;
	font-size: 12px;
	color: #cc6600;
	text-align: justify;
}

.content img {
	border: 0px;
}

.content h3{
	color: white;
	background-color: #aaaaaa;
	text-align: center;
}


.content a {
	text-decoration: none;
	color: #cc6600;
}

.content a:hover {
	color: #006636;
}

.bigletter{
	font-size: 35px;
	line-height: 30px;
	color: #00b200;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px -1px;
}


.clearall {
	clear: both;
}

.imgright {
	float: right;
	width: 160px;
	margin-right: auto;
	margin-left:auto;
	text-align: center;
}

.textleft {
	float: left;
	width: 335px;
}

.subtitle {
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
	color: #878787;
	background-color: #eaeaea;
}


.sep {
	text-align: center;
	font-style: italic;
	font-weight: bold;
}

.cont_left {
	float: left;
	width: 290px;
}

.animate {
	float: right;
	width: 200px;
}

/******************************************************/
/*                  Right hand side                   */
/******************************************************/

.stuffright {
	float: right;
	width: 250px;
	font-size: 12px;
	text-align: justify;
	color: #006636;
	padding-left: 7px;
	padding-right: 7px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	background-color: #c6e2b2;
}

.stuffright h3 {
	color: white;
	background-color: #006636;
	text-align: center;
}

.stuffright img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 0px;
}



/******************************************************/
/*                  the footer                        */
/******************************************************/

.footer {
	float: left;
	background-color: #aaaaaa;
	color: white;
	width: 980px;
	margin-top: 15px;
	font-size: 10px;
	text-align: center;
}



