
body {}
#inclAll {
	position: relative;
	margin: 0 auto;
 	width: 780px;
 	height: 770px;
 	top: 10px;}
#content {
	position: relative;
	background-image: url("");
	border: solid #999999 4px;
	margin: 0 auto;
 	width: 780px;
 	height: 700px;
 	top: 20px;}


#top{position: absolute;
	top: 350px;
	margin-left: 15px;
	margin-right:  auto;
	width: 750px;
	height: 50px;
	border: solid green 2px;}

#logo {
	position: absolute;
	top: 45px;
	left: 45px;}
	
	
/* This is where the navigation box is*/
#navL {
	position: absolute;
	top: 420px;
	margin-left: 15px;
	width: 200px;
	text-align: right;
	font-family: helvetica, sans-serif;
	border-right: solid #999999 1px;
	padding: 0 10px 0 0;
	color: #5D2911;
	}
#navL a{
	text-align: right;
	font-family: helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	color: #713A13;
	}
#navL p{
	text-align: left;
	font-family: helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	font-style: bold;
	color: #000000;
	}
#navL a:hover{
	text-align: right;
	font-family: helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	color: #706959;
	background:#85857D;
	padding: 1px;
	}
/*This is where all the text that is in the main body is */
#middleR {position: absolute;
	top: 380px;
	margin-left: 225px;
	width: 515px;
	height: 215px;
	border: solid red 0px;
	font-family: helvetica, sans-serif;
	font-size: 11px;
	padding: 20px;
	overflow: auto;}
#bottom {position: absolute;
	bottom: 2px;
	margin-left: 35px;
	width: 750px;
	height: 20px;
	font-family: helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-align: center;
	}

/* Main Page Styles */

#indexTop{position: absolute;
	background-image: url("images/mainBG.jpg");
	top: 0px;
	margin-left: auto;
	margin-right:  auto;
	width: 780px;
	height: 100%;
	border: solid green 0px;}
#indexMain {
	width: 450px;
	text-align: left;
	
	}
/* Hi my name is Sean Page */
	
#aboutAuthTop{position: absolute;
	background-image: url("images/seeShopBG.jpg");
	top: 0px;
	margin-left: auto;
	margin-right:  auto;
	width: 780px;
	height: 100%;
	border: solid green 0px;}
	
/* Shop Page with Slideshow */
	
#seeShopTop{position: absolute;
	background-image: url("images/aboutBG.jpg");
	background-repeat: no-repeat;
	background-color: #ffffff;
	top: 0px;
	margin-left: auto;
	margin-right:  auto;
	width: 780px;
	height: 100%;
	border: solid green 0px;}

/*This is the form page where you click the button to see the slideshow */
#slideshowBox {
	position: absolute;
	top: 385px;
	margin-left: 35px;
	width: 150px;
	height: 140px;
	border: solid red 0px;
	font-family: helvetica, sans-serif;
	font-size: 11px;}
	
.slideNav {
	font-family: helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	color: black;
	}
.slideNav a{
	padding: 20px;
	text-decoration: none;
	color: black;
	}
.slideNav a:hover{
	text-decoration: none;
	color: #5D2911;
	}