@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 10;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #C7D9C2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	background-color: #000E01;
	background-image: url(../graphics/bg1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
}
.oneColFixCtrHdr #container {
	width: 780px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	position: relative;
	margin: 1px auto 2px; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-color: #001100;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #C7D9C2;
	border-bottom-color: #C7D9C2;
	border-left-color: #C7D9C2;
	font-size: 0.75em;
	height: 100%
}
a:link {
	color: #FFF;
}
a:visited {
	color: #C7D9C2;
}
a:hover {
	color: #C7D9C2;
}
a:active {
	color: #C7D9C2;
}
a:focus {
	color: #C7D9C2;
}
a img {
	border: none;
}
h1 {
	text-align: center;
	color: #FFF;
	font: bold 1.2em/1 Verdana, Geneva, sans-serif;
}
h2 {
	text-align: center;
	color: #FFF;
	font-style: normal;
	line-height: 1;
	font-weight: normal;
	font-variant: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	text-align: center;
	line-height: 1.5;
	color: #FFF;
	font-style: normal;
	}

.oneColFixCtrHdr #header {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(../graphics/header.jpg);
	background-repeat: no-repeat;
	height: 119px;
}

.oneColFixCtrHdr #mainContent {
	padding: 10px 0 10px;
	padding-right: 10px;
}
.oneColFixCtrHdr #container #mainContent #shoppingCart {
	width: 300px;
	margin-top: 20px;
	text-align: center;
	font-size: 0.95em;
	float: left;
	padding-bottom: 10px;
}
.oneColFixCtrHdr #container #mainContent #artImage {
	width: 320px;
	float: left;
	margin-left: 20px;
	display: inline; /* <---Solution for bug IE6 */
}
.oneColFixCtrHdr #container #mainContent #artImage img {
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-color: #C7D9C2;
	border-right-color: #C7D9C2;
	border-bottom-color: #C7D9C2;
	border-left-color: #C7D9C2;
	padding-top: 5px;
	display: inline;  /* <---Solution for bug IE6 */
}
.oneColFixCtrHdr #container #header img {
	float: left;
	padding-top: 10px;
}
.oneColFixCtrHdr #container #mainContent table {
	width: 85%;
	border-width: 0px;
	border-color: #001100;
	text-align: center;
	font-size: 0.75em;
	margin: 0px auto 30px;
}
.oneColFixCtrHdr #container #mainContent table tr td {
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	width: 20%;
}

.oneColFixCtrHdr #container #mainContent table caption {
	font: 1.5em Verdana, Geneva, sans-serif;
	text-align: center;
	margin: 0px auto;
	padding-bottom: 10px;
	padding-top: 10px;
}
.oneColFixCtrHdr #container #mainContent table tr th h2 {
	font-size: 1.5em;
	color: #C7D9C2;
	font-weight: bold;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: #0F0206;
	clear: both;
}

.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 */
	color: #FFF;
	text-align: center;
}
.oneColFixCtrHdr #container #mainContent p {
}
.pod {
	padding: 5px 5px 0px 5px;
}

.oneColFixCtrHdr #container #mainContent p {
	margin-right: 20px;
	margin-left: 40px;
	text-align: left;
	clear: both;


}
#info_left {
	text-align: left;
	clear: none;
	float: none;
	width: 300px;
	margin: 10px 0px 0px;
	padding: 0px 0px 10px 30px;
	position: relative;
}
#info_right {
	text-align: left;
	clear: none;
	float: none;
	width: 300px;
	margin: 10px 0px 0px;
	padding: 10px;
	position: relative;
	left: 400px;
}
