/* This is for all pages*/

body {
	text-align: center;
	background-color: #590058;
	margin: 0px;
	padding: 0px;
} 

#wrapper {
  text-align: left;
  width: 840px;
  margin-left: auto;
  margin-right: auto;
}




/*The following pieces are used in the header section on this site*/

#top {
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	height: 120px;
	width: 840px;
	background: #c8d99f url(images/logo_sm.jpg) top right no-repeat scroll;
}

#address {
	margin-top: 0px;
	margin-left: 30px;
	height: 120px;
	width: 685px;
	border: 0px;
}


#menu {
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 840px;
	background-color: #ffffff;
}


/*The following pieces are used to create the 2 main sections of the middle part on this site*/


#main {
	margin: 0 auto 0 auto;
	height: 382px;
	width: 840px; 
	padding: 0px;
	background-color: #decdde;
	border: 0px;
}

#main_Image {
	float: left;
	margin: 0px;
	height: 382px;
	width: 289px; 
	padding: 0px;
	background-color: #decdde;
	border: 0px;
}

#main_Text {
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	height: 382px;
	width: 551px; 
	padding: 0px;
	background-color: #decdde;
	border: 0px;
	overflow: auto;
}

#main_Text_2 {
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	height: 382px;
	width: 840px; 
	padding: 0px;
	background-color: #decdde;
	border: 0px;
	overflow: auto;
}


/* This is for the menu*/


ul#nav1 {
	float: left;
	position: relative;
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	height: auto;
	width: 840px;
	list-style-type: none;
	color: #590058;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 14px;
}

ul#nav1 li {
	display: inline;
}

ul#nav1 li a {
	float: center;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: auto;
	color: #590058;
	padding-right: 0px;
	text-decoration: none;
}


ul#nav1 li a:hover {
	color: #59764d;
}



/*The following pieces are used to create the bottom section of this site*/


#bottom {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	height: 48px;
	width: 840px;
	border: 0px;
	background: #c8d99f url(images/flowers2.jpg) top left no-repeat scroll;
}



/*The following pieces are fonts used in this site*/



.address {
	color: #590058;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	padding: 0px;
	text-align: left;
	text-decoration: none;
	line-height: 120px;
}

.address a {
	color: #59764d;
	text-decoration: none;
}

.address a:hover {
	color: #000000;
	text-decoration: none;
}

h1 {
	color: #590058;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	padding: 0px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	margin-left: 10px;
	margin-right: 10px;
}

h2 {
	color: #590058;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	padding: 0px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	margin-left: 10px;
	margin-right: 10px;
}

.main_text {
	color: #000000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	padding: 0px;
	text-align: left;
	text-decoration: none;
	line-height: 16px;
	margin-left: 10px;
	margin-right: 10px;
}

.main_text a {
	color: #59764d;
	text-decoration: underline;
}

.main_text a:hover {
	color: #590058;
	text-decoration: underline;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}


