@charset "UTF-8";
body {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
{
	color: #FF0000;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
	border: 0 px;
}
img {
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
.oneColFixCtrHdr #container {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
}
h1 {
	font-size: x-large;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 0px;
}
.descriptiontext {
	margin-top: 0px;
}
.oneColFixCtrHdr #header {
	background-color: #333333;
}
.oneColFixCtrHdr #navbar {
	background-color: #000000;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	background-color: #666666;
	line-height: 1.5;
	color: #000000;
}
.oneColFixCtrHdr #mainContent a img { 
	border: 0; 
}
.oneColFixCtrHdr #mainContent a:hover img {
	border: 1px white solid;
}
.oneColFixCtrHdr #mainContent a:visited img {
	border: 0; 
}
.title_large_pages {
	margin-top: 10px;
	margin-bottom: 10px;
}
.index_smaller_image {
	margin-right: 74px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #666666;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.detail_text {
	margin-left: 25px;
	position: relative;
	margin-right: 0px;
}
.story_top_nav_text {
	margin-top: 20px;
} {
	margin-top: 20px;
}
.bottom_nav_text {
	margin-top: 20px;
}
.current_page_number {
	color: #FFFFFF;
}
form {
	margin: 0px;
	padding: 0px;
}
.addtocart {
	margin-left: 25px;
}
.viewcart {
	margin-left: 25px;
}
.addtocart_hor {
	margin-bottom: 6px;
}
.viewcart_horr {
	margin-bottom: 6px;
}
