@charset "utf-8";
body {
	background-color: #FFF;
	padding: 0px;
	text-align: center;
	background-image: url(Images/background.jpg);
	background-repeat: repeat;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#wrapper {
	text-align: center;
	height: auto;
	width: 800px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#banner {
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 189px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}
#nav {
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
}
#content1 {
	text-align: justify;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	width: 390px;
	float: left;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 13px;
	height: 499px;
	background-image: url(Images/content1bkgd.jpg);
	font-weight: bold;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#content2 {
	text-align: left;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	width: 387px;
	float: right;
	font-family: "Comic Sans MS", cursive;
	font-size: 15px;
	background-image: url(Images/content1bkgd.jpg);
	height: 494px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	text-indent: 15pt;
	font-weight: bold;
}
#footer1 {
	color: #FFF;
	font-size: small;
}

#footer2 {
	margin: 0px;
	padding: 5px;
	font-size: small;
	color: #FFF;


}
#footer3 {
	font-size: small;
	color: #FFF;
}

