body {
	background: #AD200C;
	margin: 0px;
	height: 100%;
	width: 100%;
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h1 {
	font: bold 20px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #AD200C;
}
h2 {
	font: bold 18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #AD200C;
}
.educate {
	font: bold 16px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #AD200C;
}
a:link, a:visited {
	text-decoration: none;
	color: blue;
}
a:active, a:hover {
	text-decoration: underline;
	color: #FF6600;
}
.strong {
	font-weight: bold;
	font-style: italic;
	color: #FF6600;
}
.strong2 {
	font-weight: bold;
	font-style: italic;
	color: #660000;
	font-size: 14px;
}
#container {
	width: 700px;
	margin: 0px auto;
	position: static;
	background: url(../images/mainbg.jpg) repeat-y top;
	padding: 0px;
	height: inherit;
}
#nav {
	clear: both;
	background: transparent url(../images/navbg.jpg) no-repeat top;
	line-height: 30px;
	height: 30px;
	width: 700px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 12px;
}
#nav ul {
	list-style: none;
	background: transparent;
	height: 30px;
	line-height: 30px;
	margin: 0px 0px 0px 30px;
	padding: 0px;
}

#nav ul li {
	float:left;
	margin: 0px;
  	padding: 0px;
  	list-style:none;  
  	white-space:nowrap;	
  	background:none;	
}	

#nav ul li a {
	display: block;
	padding: 0px 10px;
	border: none;
	color: blue;
	text-decoration: none;
	background: transparent url(../images/navoff.png) repeat-x bottom;
}	
#nav ul li a:hover,#navul li a:active {
	color: #FF6600;
	text-decoration: underline;
	background: transparent url(../images/navhover.png) repeat-x bottom;
}
#main {
	width: 610px;
	margin: 0px auto;
	position: static;
}
#footer {
	width: 700px;
	height: inherit;
	margin: 0px 0px -10px 0px;
	padding: 0px;
	background: #AD200C;
}
.shop {
	height: 200px;
	width: 100%;
	border-bottom: 1px solid black;
}
.shop_item {
	float: left;
	padding-right: 10px;
}
.shop .name {
	font-weight: bold;
}
.shop .cart {
	float: right;
	padding-bottom: 5px;
}
#photos {
	width: 600px;
	height: inherit;
	margin: 0px auto;
	position: static;
	text-align: center;
}
#photos img {
	margin: 5px 10px;
}
#store {
	width: 600px;
	height: 50px;
	margin: 0px auto;
	position: static;
}
.clear {
	clear: both;
}
.left {
	float: left;
	margin: 5px;
}
.right{
	float: right;
	margin: 5px;
}
#pagepiclft {
	width: auto;
	height: auto;
	text-align: center;
	position: static;
	float: left;
	font-size: 10px;
	font-style: italic;
	margin-bottom: 5px;
	margin-right: 5px;
	padding-top: 5px;
}
#pagepicrt {
	width: auto;
	height: auto;
	text-align: center;
	position: static;
	float: right;
	font-size: 10px;
	font-style: italic;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 5px;
}
#pagepic img {
	padding-bottom: 5px;
}
#linkfoot {
	width: 600px;
	margin: 5px auto;
	position: static;
	text-align: center;
	line-height: 20px;
	clear: both;
}
#linkfoot a {
	margin: 0px 10px;
	clear: both;
}
ol li {
	margin: 5px 0px;
}
ol li ul li{
	list-style: none none;
}
.basknav {
	width: 600px;
	margin: 0 auto;
	position: static;
	text-align: center;
	font-weight: bold;
}
.basknav a {
	padding: 0 3px;
	font-weight: normal;
}
.link {
	width: 165px;
	height: 165px;
	float: left;
	border: 1px solid maroon;
	padding: 0 5px 5px 5px;
	margin: 0 10px 10px 0;
}
.link .title {
	font: italic bold 14px Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0 0 10px 0;
}
.link ul {
	margin: 0;
	margin-top: 10px;
	padding: 0;
}
.link ul li {
	margin: 0 0 5px 5px;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
}