/* the following are main body elements on every page */
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color:#000000;
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: center;
}
html {margin:0; padding:0; border:0;}
#wrapper {
	margin-left: auto; /* auto margins center the 700 px design in the browser */
	margin-right: auto;
	width: 700px;
	text-align: left;
}

/* the following are body elements */
#bgHome {
	background-image: url(images/bgHome.jpg); /*background image for the home page, includes light purple foot block - not broken*/
	background-repeat:no-repeat;
	width: 700px;
	height:670px;
	line-height:13px;
}
#bgBottom {
	background-image: url(store/images/bgFoot.jpg); /*background image for the bottom of the store pages, does not include top logo block */
	background-repeat:no-repeat;
	width: 700px;
	height:210px;
	line-height:13px;
	float:left;
}
#bgContact {
	background-image: url(images/bgContact.jpg); /*background image for the contact page, includes light purple foot block - not broken*/
	background-repeat:no-repeat;
	width: 700px;
	height:670px;
	line-height:13px;
}
#bgOneRow {
	background-image: url(images/bgOneRow.jpg); /*background image for the one row gallery page, includes light purple foot block - broken and compressed*/
	background-repeat:no-repeat;
	width: 700px;
	height:725px;
	line-height:13px;
}
#bgStore {
	background-image: url(store/images/bgExtNav.jpg); /*background image for the top of the store pages, does not include light purple foot block */
	background-repeat:no-repeat;
	width: 700px;
	height:450px;
	line-height:13px;
	float:left;
}
#bgTwoRows {
	background-image: url(images/bgTwoRows.jpg); /*background image for the two row gallery page, includes light purple foot block - broken and compressed*/
	background-repeat:no-repeat;
	width: 700px;
	height:830px;
	line-height:13px;
}
#contact {
	color: #000000;
	font-size:13px;
	font-weight: bold;
	margin-top:585px;
	margin-left:500px;
	float:left;
	position:absolute;
	line-height:20px;
}
#contact2 {
	color: #000000;
	font-size:13px;
	font-weight: bold;
	margin-top:125px;
	margin-left:445px;
	float:left;
	position:relative;
	line-height:20px;
}
#contactRel {
	color: #000000;
	font-size:13px;
	font-weight: bold;
	margin-top:125px;
	margin-left:445px;
	float:left;
	position:relative;
	line-height:20px;
}
#contactOneRow {
	color: #000000;
	font-size:13px;
	font-weight: bold;
	margin-top:650px;
	margin-left:445px;
	float:left;
	position:absolute;
	line-height:20px;
}
#contactTwoRows {
	color: #000000;
	font-size:13px;
	font-weight: bold;
	margin-top:750px;
	margin-left:445px;
	float:left;
	position:absolute;
	line-height:20px;
}
#copy {
	color: #e2dee5;
	font-size:12px;
	margin-top:190px;
	margin-left:250px;
	float:left;
	position:absolute;
	line-height:15px;
	width:380px;
	height:280px;
}
#copy a:link, #copy a:visited {
	color: #e2a759;
	text-decoration: none;
}
#copy a:hover, #copy a:active {
	color: #c3b9dd;
	text-decoration: none;
}
#copyHome {
	color: #e2dee5;
	font-size:12px;
	margin-top:440px;
	margin-left:260px;
	float:left;
	position:absolute;
	line-height:15px;
	height:90px;
	width:380px;
}
#copyHome a:link, #copyHome a:visited {
	color: #e2a759;
	text-decoration: none;
}
#copyHome a:hover, #copyHome a:active {
	color: #000000;
	text-decoration: none;
}
#form {
	color: #e2dee5;
	font-size:12px;
	margin-top:155px;
	margin-left:280px;
	float:left;
	position:absolute;
	line-height:15px;
	width:300px;
}
#logo {
	margin-top:60px;
	margin-left:40px;
	float:left;
	position:absolute;
	height:180px;
	width:100px;
}
#mainImage {
	margin-top:110px;
	margin-left:250px;
	float:left;
	position:absolute;
	width:380px;
	height:280px;
}
#mainImage2 {
	margin-top:70px;
	margin-left:280px;
	float:left;
	position:absolute;
	width:380px;
	height:280px;
}
#nav {
	color: #c3b9dd;
	font-size:13px;
	font-weight: bold;
	margin-top:240px;
	margin-left:68px;
	float:left;
	position:absolute; /* absolute positioning to keep the nav consistent on every page */
	height:200px;
	width:170px;
	line-height:20px;
}
#nav2 {
	color: #c3b9dd;
	font-size:13px;
	font-weight: bold;
	margin-top:183px;
	margin-left:68px;
	float:left;
	position:absolute; /* absolute positioning to keep the nav consistent on every page */
	height:200px;
	width:170px;
	line-height:17px;
}
#nav a:link, #nav a:visited {
	color: #c3b9dd;
	text-decoration: none;
}
#nav a:hover, #nav a:active {
	color: #ffffff;
	text-decoration: none;
}
#navStore {
	color: #c3b9dd;
	font-size:13px;
	font-weight: bold;
	margin-top:355px;
	margin-left:68px;
	float:left;
	position:absolute; /* absolute positioning to keep the nav consistent on every page */
	height:200px;
	width:170px;
	line-height:17px;
}
#navEvents {
	color: #c3b9dd;
	font-size:13px;
	font-weight: bold;
	margin-top:425px;
	margin-left:68px;
	float:left;
	position:absolute; /* absolute positioning to keep the nav consistent on every page */
	height:200px;
	width:170px;
	line-height:17px;
}
#nav2 a:link, #nav2 a:visited, #navStore a:link, #navStore a:visited, #navEvents a:link, #navEvents a:visited {
	color: #c3b9dd;
	text-decoration: none;
}
#nav2 a:hover, #nav2 a:active, #navStore a:hover, #navStore a:active, #navEvents a:hover, #navEvents a:active {
	color: #ffffff;
	text-decoration: none;
}
#thumbs {
	margin-top:435px;
	margin-left:0px;
	padding:0px;
	float:left;
	position:absolute;
	height:140px;
	width:700px;
	text-align:center;
	line-height:8px;
}
#thumbsStore {
	margin-top:0px;
	margin-left:0px;
	padding:0px;
	float:left;
	position:relative;
	width:700px;
	text-align:center;
	line-height:8px;
}
#thumbsStore a:link, #thumbsStore a:visited {
	color: #c3b9dd;
	text-decoration: none;
}
#thumbsStore a:hover, #thumbsStore a:active {
	color: #ffffff;
	text-decoration: none;
}
#footer {
	position:relative;
	height: 20px;
	width:700px;
	text-align: center;
	float:left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:x-small;
	color:#6c57a3;
	padding-bottom: 10px;
	display:inline;
}
#footer a:link, #footerRight a:visited {
	color: #F2E8C7;
	text-decoration: none;
	font-size: 10px;
}
#footer a:hover, #footer a:active {
	color: #704F45;
}
.formElements {
	color: #000000;
	background-color:#d8d6e6;
}
.title {
	height: 25px;
	width: 560px;
	margin-left: 0px;
	margin-top: 0px;
	float:left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:20px;
	text-align: center;
	font-weight: bolder;
	color: #676747;
	line-height:20px;
	vertical-align:text-top;
	display:inline;
}

