﻿html, body, #wrapper
{
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
	background-color: #dedccf;
}
#wrapper
{
	background-color: #0b004e;
	margin: 0 auto;
	text-align: center;
	vertical-align: top;
	width: 750px;
	font-family: Gill Sans MT;
	border-right: #0b004e 2px inset;
	border-left: #0b004e 2px outset;
	text-decoration: none;
}
#contents 
{
	background-color: #d1cee0;
	width: 100%;
}
#nav
{	
	color: White;
	vertical-align: top;
}
.navitem
{
	width: 100px;
	font-size: 14px;
	border-right: transparent 1px solid;
	border-left: transparent 1px solid;
	text-align: center;
}
.navitem a:link, .navitem a:visited
{
	display: block;
	text-decoration: none;
	color: white;
	border-right: transparent 1px solid;
	border-left: transparent 1px solid;
}
.navitem a:hover
{
	text-decoration: none;
	color: #8bb6d9;
	border-right: #8bb6d9 1px solid;
	border-left: #8bb6d9 1px solid;
}
#subheader
{
	text-align: left;
	color: Navy;
	font-family: Gill Sans MT;
	font-size: 32px;
	letter-spacing: 0px;
	vertical-align: top;
	width: 100%;
	border-bottom: #333333 1px solid;
}
#nonimgonly
{
	color: #0b004e;
	text-align: justify;
	font-size: 12px;
	height: 500px;
	width: 100%;
	overflow: auto;
	vertical-align: top;
}
#imgonly 
{
	height: 500px;
	padding: 0px;
	text-align: center;
}
.imgfloatright
{
	float: right;
	margin-top: 5px;
	margin-left: 10px;
}

.imgfloatleft
{
	float: left;
	margin-top: 5px;
	margin-right: 10px;
}
#whitespace 
{
	height: 5px;
}
.retail
{
	font-size: 12px;
}
.retail a:link, .retail a:visited
{
	display: block;
	text-decoration: none;
	color: Navy;
}
.retail a:hover
{
	text-decoration: none;
	color: #8bb6d9;
}
.footer
{
	font-size: 12px;
	color: White;
	letter-spacing: 5px;
	text-align: center;
}
.error
{
	font-size: smaller;
	color: Red;	
}
.emllnk
{
	font-size: 12px;
	color: #333333;
}
.emllnk a:link, .emllnk a:visited
{
	display: block;
	text-decoration: none;
	color: Navy;
}
.emllnk a:hover
{
	text-decoration: none;
	color: Black;
}
.skipintro
{
	left: 49%;
	color: #ffffcc;
	position: absolute;
	top: 0px;
	font-size: 12px;
	text-decoration: none;
}
.ordering
{
	font-size: 12px;
	font-family: 'Gill Sans MT';
}
