body {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #FFFFFF;
	background-image:url(../images/pageBG.jpg);
	color: #000000; 
	text-align: center; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	min-width: 770px; 
	background-repeat: repeat-x;
}

#wrapper {
	margin: 5px auto;
	width: 770px; 
	position: relative; 
	background-color: #FFFFFF;
	border: 1px solid #000;
	text-align: left;
}

#banner {
	background-image: url(../images/bannerBG.jpg);/* remove this */
	background-repeat: repeat-x;
	width: 770px;
	height: 127px;
	position: relative;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #F9D811;
}


#content .left {/* Floats the images in the main content area to the left */
	float: left;/*Floats the image to the left*/
	margin: 5px 20px 2px 0;/*sets the margins so the image sits nicely in the p elements*/
	border: 1px solid #000;/*sets a border on the image*/
}


#content .right {/* Floats the images in the main content area to the right */
	float: right;/*Floats the image to the right*/
	margin: 5px 0 2px 20px;/*sets the margins so the image sits nicely in the p elements*/
	border: 1px solid #000;/*sets a border on the image*/
}




#navigation {
	float: left;
	margin-top: 23px;
	line-height: 100%;
	width: 169px; 
	margin-left: 12px;
	background-image:url(../images/paintNav.jpg);
	background-repeat: no-repeat;
}


#content {
	width: 570px;
	margin-left: 190px;
	padding-bottom: 20px;
	margin-bottom: 50px;
}

#content h1 {
	font-size: 130%; 
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 0 10px 30px;
	padding-top: 20px;
	color: #623892;
	font-style: italic; 
	font-weight: 500;
}

#content h2 {
	font-size: 110%;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 0 10px 30px;
	padding-top: 20px;
	color: #8859BE;
	font-style: italic;
	font-weight: 500; 
}

#content p {
	margin: 0 0 5px 30px;
	font-size: 80%; 
	padding: 10px 25px 0 0;
}


#footer {
	background-color: #fff;
	width: 770px;
	font-size: 70%; 
	text-align: center;
	clear: left;
	margin-top: 20px; 
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #F9D811;
}

#footer p {
	background-color: #C7D95F;
	padding: 10px;
	margin: 0;
}


#footer p.designer {
	background-color: #6F61B9;
	padding: 10px 4px 10px 10px;
	margin: 0;
	color: #fff;
	background-image: url(../images/darkPurple.jpg);
	border-top: 1px solid #000;
}


#footer a {
	color: #000000;
	text-decoration: underline;
}

#footer a:hover, #footer a:focus {
	text-decoration: none;
}


#content a:link, #content a:visited{
	color: #5C4985;
}

#content a:hover, #content a:focus{
	background-color: #7F6CAF;
	color: #fff;
	text-decoration: none;
}
#myLightshowWrapper {
	margin-left: 30px;
}
