/* This is for all pages*/

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

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


/* This is for the index page*/


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

#header_background {
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	height: 182px;
	width: 700px;
	background: #660066 url(images/background_top.jpg) top left no-repeat scroll;
}


/* This is for the drop down menu*/


ul#nav1 {
	float: left;
	position: relative;
	margin-top: 124px;
	margin-left: 25px;
	padding: 0px;
	height: 40px;
	width: 650px;
	list-style-type: none;
	color: #660066;
	font-size: 14px;
	font-family: "Gill Sans", sans-serif;
	text-align: center;
}

ul#nav1 li {
	display: inline;
}

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


ul#nav1 li a:hover {
	color: #cc6600;
}






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


#middle_background {
	margin: 0 auto 0 auto;
	height: auto;
	width: 700px; 
	padding: 0px;
	background: #660066 url(images/background_middle.jpg) repeat-y scroll left top;
	overflow: auto;
}

#center {
	float: left;
	position: relative;
	margin-top: 0px;
	margin-left: 25px;
	height: auto;
	width: 650px;
}

.h1 {
	color: #660066;
	font-size: 16px;
	font-family: "Gill Sans", sans-serif;
	font-style: normal;
	text-align: left;
	text-decoration: none;
	line-height: 20px;
}

.h2 {
	color: #000000;
	font-size: 14px;
	font-family: "Gill Sans", sans-serif;
	font-style: normal;
	text-align: left;
	text-decoration: none;
	line-height: 20px;
	font-weight: bold;
}

.text {
	color: #000000;
	font-size: 14px;
	font-family: "Gill Sans", sans-serif;
	font-style: normal;
	text-align: left;
	text-decoration: none;
	line-height: 20px;
}


.whitetext {
	color: #000000;
	font-size: 14px;
	font-family: "Gill Sans", sans-serif;
	font-style: normal;
	text-align: left;
	text-decoration: none;
	line-height: 20px;
}


.text a {
	color: #660066;
	text-decoration: none;
}

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

.text_underline {
	color: 000000;
	text-decoration: underline;
}


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


#bottom_background {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	height: 102px;
	width: 700px;
	border: 0px;
	background: #660066 url(images/background_bottom.jpg) top left no-repeat scroll;
}

#address {
	float: left;
	position: relative;
	margin-top: 55px;
	height: 50px;
	width: 700px;
}

.address {
	color: #000000;
	font-size: 13px;
	font-family: "Gill Sans", sans-serif;
	font-style: normal;
	text-align: center;
	text-decoration: none;
}

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

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

