body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: small;
	color: #b67721;
	background: #fff;
	}

a.type1:link    {color:rgb(85, 156, 190); text-decoration:none;}
a.type1:visited {color:rgb(85, 156, 190); text-decoration:none;}
a.type1:active  {color:#FFFF00; text-decoration:none;}
a.type1:hover   {color:#FFFF00; text-decoration:underline;}

a.type2:link    {color:rgb(85, 156, 190); text-decoration:none;}
a.type2:visited {color:rgb(85, 156, 190); text-decoration:none;}
a.type2:active  {color:rgb(88, 30, 0); text-decoration:none;}
a.type2:hover   {color:rgb(88, 30, 0); text-decoration:underline;}

	
#wrap {
	max-width: 1600px;
	min-width: 780px;

}
#banner {
	float: left;
	width: 100%;
	background: rgb(88, 30, 0);
	border-top: 3px solid rgb(85, 156, 190);
	/* border-right: 3px solid rgb(85, 156, 190); */
	/* border-left: 3px solid rgb(85, 156, 190); */
  }

#logo {
	float: left;
	margin: 0;
	padding: 10px 0 10px 30px;
	} 
	
#scroll {
	margin: 0;
	float: right;
	padding: 0 30px 0 0;
}

#message {
	clear: both;
	text-align: center;
	width: 100%;
	background: rgb(85, 156, 190);
	color: rgb(85, 156, 190);
}
 
#nav {
	float: left;
	display: inline; /* fixes IE problem */
	font-size: 120%; 
	text-align: center;
	color: rgb(85, 156, 190);
	min-width: 160px;
	max-width: 160px;
	width: 21%;
	line-height: 1.5em;
  }
  
#nav ul {
	padding: 0;
	list-style-type: none;
}
#nav li {
	padding: 0;
	list-style-type: none;
}

#content {
	float: right;
	display: inline; /* fixes IE problem */
	line-height: 1.5em;
	min-width: 620px;
	max-width: 1440px;
	width: 79%;
  }
  
#content p {
	padding: 10px;
}
  
#content h2 {
	text-align: center;
	color: #955D42;
	padding: 20px 0 0 0;
}

#content .centerImage {
	text-align: center;
}
  
#footer {
	clear: both;
	text-align: center;
	color: #b67721;
}

.section {
	float: left;
	display: inline; /* fixes IE problem */
}

.sectionX {
	width: 100%;
	float: left;
	display: inline; /* fixes IE problem */
}

.sectionRelative {
	position: relative;
	float: left;
	display: inline; /* fixes IE problem */
}

.photoRight {
	padding: 40px 0 0 0; 
	margin: 0; 
	position: absolute;
	right: 10px;
	top: 0px;
	/* width: 56%; */
}

.photoLeft {
	padding: 0 10px 0 0;
	/* margin: 0; */
	float: left; 
	max-width: 400px;
	min-width: 400px;
}

.textRight {
	/* padding: 0 0 0 10px; */
	/* margin: 0;  */
	text-align: left;
	min-width: 210px; 
}

.textLeft {
	padding: 0; 
	margin: 0; 
	margin-right: 370px;
	float: left;
	display: inline; /* fixes IE double margin problem */
	font-size: 110%;
	/* width: 44%; */
}

.blast {
	text-align: center;
	color: #955D42;
	font-family: "Comic Sans MS";
	font-size: 130%;
	font-weight: bold;	
}

.storyPhotoRight {
	padding: 50px 0 0 0;
	margin: 0;
	position: absolute; 
	right: 5px;
	top: 0px; 
	text-align: center;
}

.storyPhotoLeft {
	float: left;
	padding: 0 10px 0 0; 
	min-width: 400px;
	max-width: 400px;
}

.storyTextRight {
	text-align: left;
	min-width: 220px;
}

.storyTextLeft {
	padding: 0;
	margin: 0;
	margin-right: 385px;
	float: left;
	display: inline; /* fixes IE problem */
	text-align: left;
	height: 650px; 
}

.clearFloat {
	clear: both;
}

#content dl {
	float: left;
	width: 302px;
	height: 380px;
	margin: 5px 5px 5px 5px;
	padding: 0;
	display: inline; /* fixes IE problem */
	/* border: 4px solid rgb(85, 156, 190); */
}
#content dt {
	height: 25px;
	color: rgb(88, 30, 0);
	font-size: 105%;
	text-align: center;
	font-weight: bold;
	width: 100%;
	float: left;
	display: inline; /* fixes IE problem */
	/* letter-spacing: 1px; */
	margin: 5px 0;
	padding: 0;
}

#content dd {
	float: left;
	height: 115px;
	display: inline; /* fixes IE problem */
	margin: 0;
	padding: 0;
	font-size: 90%;
	font-style: italic;
	line-height: 1.5em;
}

#content dl.img img {
	height: 194px;
	float: left;
	display: inline; /* fixes IE problem */
	padding: 0;
	margin: 0;
	border: 1px solid  rgb(85, 156, 190);
	border-bottom-style: solid;
	border-bottom-color: rgb(85, 156, 190);
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-color: rgb(85, 156, 190);
	border-top-width: 1px;	
}

#content select {
	float: right;
	display: inline; /* fixes IE problem */
}

#content td {
	text-align: center;
	
}

table.product td {
	border: 0px;
	margin: 0;
	padding: 0;
	font-size: 90%;
	font-style: italic;
	line-height: 1.5em;
}

table.product th {
	border: 0px;
	height: 20px;
	color: rgb(88, 30, 0);
	font-size: 105%;
	text-align: center;
	font-weight: bold;
	width: 100%;
	float: left;
	display: inline; /* fixes IE problem */
	/* letter-spacing: 1px; */
	margin: 5px 0;
	padding: 0;
}

table.product tr {
	border: 0px;
	text-align: center;
}

.productDesc {
	height: 100px;
}

table.shipping {
	border-top: 2px solid rgb(88, 30, 0);
	border-left: 2px solid rgb(88, 30, 0);
	margin: 4em;
	padding: 2em;
	font-size: 120%;
	border-collapse: collapse;
}

.productTableRight {
	text-align: right;
}

table.shipping th, td {
	border-right: 2px solid rgb(88, 30, 0);
	border-bottom: 2px solid rgb(88, 30, 0);
	padding: 2em;
}

.left {
	float: left;
	display: inline; /* fixes IE problem */
	width: 50%;
}

.right {
	text-align: center;
	float: right;
	display: inline; /* fixes IE problem */
	width: 50%;
}

.left80 {
	float: left;
	display: inline; /* fixes IE problem */
	width: 80%;
}

.right20 {
	text-align: center;
	float: right;
	display: inline; /* fixes IE problem */
	width: 20%;
}

.rightAdd {
	float: right;
	display: inline; /* fixes IE problem */
	text-align: right;
	position: absolute;
	left: 150px;
}

.leftSelect {
	float: left;
	display: inline; /* fixes IE problem */
	text-align: left;
	position: absolute;
	left: 0px;
}

fieldset {
	float: left;
	clear: left;
	display: inline; /* fixes IE problem */
	width: 620px;
	font-size: 140%;
	margin: 1.5em 0 0 0;
	padding: 0;
	border-color: #955D42;
}

legend {
	margin-left: 1em;
	color: #955D42;
	font-weight: bold;
}

fieldset ol {
	padding: 1em 1em 0 0;
	list-style: none;
}

fieldset li {
	float: left;
	clear: left;
	
	display: inline; /* fixes IE problem */
	width: 100%;
	font-size: 75%;
	padding: 0 0 0 5em;
	padding-bottom: 1em;
}

label {
	float: left;
	display: inline; /* fixes IE problem */
	width: 13em;
	margin-right: 1em;
	text-align: right;
}

fieldset input.submit {
	float: left;
	display: inline; /* fixes IE problem */
	clear: left;
	margin: 0 0 2em 13em;
}

fieldset input.reset {
	float: none;
	width: auto;
	margin: 0 0 2em 5em;
}

* html #content dl { height: 1% }
*:first-child+html #content dl { min-height: 1px; }
* html .section { height: 1% }
*:first-child+html .section { min-height: 1px; }