/* These are the styles for the entire site Index, Contact, Links and Store pages have a separate file as well. */
BODY {
	background-color: #565656;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#ffffff;
	}
a:link {
	color: #FFCC00;
	text-decoration: none;
	background-color:inherit;
	}
a:visited {
	color: #d58f14;
	text-decoration: none;
	background-color:inherit;
	}
a:hover {
	color: #fee487;
	text-decoration: none;
	background-color:inherit;
	}
/* These are the specifics for the entry pages. */
.layout {
	width:97%;
	margin:auto;
	position:relative;
	}
/* Borders are for the horizontal and veritcal lines of entry pages */
.border {
	border-width: 3px 0px 0px 3px;
	border-style: ridge;
	border-color: #fee487;
	width:90%;
	padding:1px;
	margin-left:5%;
	margin-bottom:4%;
	}
.border2 {
	border-width: 3px 0px 0px 3px;
	border-style: ridge;
	border-color: #fee487;
	width:85%;
	padding:1px;
	margin-bottom:3%;
	}
.border3 {
	border-width: 3px 0px 0px 3px;
	border-style: ridge;
	border-color: #fee487;
	width:80%;
	margin-bottom:2%;
	}
/* Sets up the rest of the entry pages */
.pics {
	margin-left: 10px;
	margin-top: 10px;
	border: none;
	}
.top-bot-nav {
	margin:auto;
	width:97%;
	}
.nav-set {
	font-size:75%;
	list-style-position:outside;
	list-style-type:none;
	margin-left:0;
	padding-left:0;
	text-align:center;
	}
.nav-set li{
	display:inline;
	padding:.25em;
	}

.logo-box {
	padding-bottom: 15px;
	}
.logo {
	display:block;
	margin:auto;
	}
.allfont {
	font-size: 90%;
	width:85%;
	text-align:center;
	color:#ffffff;
	background-color:inherit;
	padding-bottom:15px;
	margin:auto;
	}
.small_font {
	font-size: 10px;
	color:#ffffff;
	background-color:inherit;
	}
.thumbs-box {
	width:150%;
	}
/* These are for the individual picture pages */
.bold {
	font-weight: bold;
	color:#ffffff;
	background-color:inherit;
	}
.title {
	text-align: center;
	font-size: 90%;
	font-weight: bold;
	padding-bottom: 10px;
	color:#ffffff;
	background-color:inherit;
	}
.descr {
	font-size: 90%;
	margin-left: 10%;
	margin-right: 10%;
	color:#ffffff;
	background-color:inherit;
	}
.italic {
	font-style: italic;
	}
