@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: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #DEEDFE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1em;
}
.oneColFixCtrHdr #container {
	width: 1200px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background-color: #FAE6D1;
	background-image: url(../artwork/header/header.jpg);
	background-repeat: no-repeat;
	height: 100px;
	padding: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.oneColFixCtrHdr #mainContent h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 22px;
	line-height: 1.2em;
	padding: 0px;
}
.oneColFixCtrHdr #mainContent h2 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 18px;
	line-height: 1em;
	padding: 0px;
}
.oneColFixCtrHdr #mainContent h3 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 17px;
	line-height: 1em;
	padding: 0px;
	text-align: left; 
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	overflow: auto;
	}
.oneColFixCtrHdr #container #mainContent ul {
	text-align: left;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	background-color: #DBEBDA;
}
p {
	line-height: 1.5em;
	text-align: left;
}
.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 */
	text-align: center;
}
div#buttonA {
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #2A1F00;
	border-right-color: #2A1F00;
	border-bottom-color: #2A1F00;
	border-left-color: #2A1F00;
}

div#buttonA ul {
	margin: 2px;
	padding: 2px;
	font-size: 14px;
	white-space: nowrap;
	line-height: 25px;
}

div#buttonA li {
	list-style-type: none;
	display: inline;
	margin: 2px;
	text-align:center;
	padding: 2px;
}

div#buttonA li a {
	height: 100%;
	width: 100%;
	text-decoration: none;
	border-width: 2px;
	padding-top: 2px;/* padding on this element will create space around text */
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}

div#buttonA li a:link {
	color: #000000;
	font-weight: normal;
	background-color: #DEEDFE;
	border-style: outset;
}

div#buttonA li a:visited {
	color: #000000;
	font-weight: normal;
	background-color: #C1ECD2;
	border-style: outset;
}

div#buttonA li a:hover {
	font-weight: normal;
	color: #FFFFFF;
	background-color: #9FD9F4;
	border-style: outset;
}

div#buttonA li a:active {
	font-weight: normal;
	color: #FFFFFF;
	background-color: #DBEBDA;
	border-style: inset;
}
div {
	text-align: center;
	line-height: 1.5em;
	clear: both;
}
.bigtext {
	font-size: 16px;
	line-height: 20px;
	color: #2A00AA;
	text-align: center;
}
.mytitle {
	background-color: #EFD8FE;
	text-align: left;
}

.myprice {
	background-color: #D9FFFF;
	text-align: center;
}
#sprytable {
	background-color: #FDECB0;
	float: left;
	width: 390px;
}
#spryimage {
	background-color: #FFF;
	width: 774px;
	float: right;
	clear: right;
	margin-right: 2px;
	text-align: center;
	font-weight: bold;
}
