html {
	margin: 0px;
	padding: 0px;
}
body {
	font: 75%/1.4em Verdana, Arial, sans-serif;
	color: #333333;
}
#background {
}
.indexbgrnd {
	background: #FFFFDB;
}
.padbgrnd {
	background: #E5FAFE;
}
.notebgrnd {
	background: #E6E3FD;
}
.artbgrnd {
	background: #F1DEFF;
}
.ourbgrnd {
	background: #FFFFFF;
}
.s4lbgrnd {
	background: #E7E3FE;
}
.bullet {
	list-style: disc;
}
.nobullet {
	list-style: none;
}
h1 {
	font: 300% "Monotype Corsiva", Georgia, "Times New Roman", serif;
	text-align: center;
	margin-top: -10px;
}
h2 {
	font: bold 110% Verdana, Arial, sans-serif;
}	
h3 {
	font: bold 100% Georgia, "Times New Roman", serif;
}

.heading {
	font: 125% Verdana, Arial, sans-serif;
	text-align: center;
}
.reduced {
	font-size: 85%;
	text-align: center;
}
a {
	color: #333366;
	text-decoration: none;
	border-bottom: 1px solid  #333366;
	font: 105% Georgia, "Times New Roman", serif;
}
a:link{}
a:visited{}
a:focus{
	color: #990000;
	border-bottom: 1px solid #990000;
}
a:hover{
	color: #990000;
	border-bottom: 1px solid #990000;
}
a:active {
	color: #990000;
	border-bottom: 1px solid #990000;
}
.notavailable {
	font-size: 100%;
	text-align: center;
	line-height: 2em;
	margin: 20%;
}
#wrapper {
	width: 760px;
	margin: auto;
}
#padbanner {
	text-align: center;
	vertical-align: top;
}
#sectionnav {
	clear: both;
	text-align: center;
	font-family: Georgia, "Times New Roman", serif;
	margin-left: -35px;
}
#sectionnav ul li {
	display: inline;	
}
#sectionnav ul li a {
	color: #FFFFDB;
	background:#333366;
	padding: 5px 10px;
	margin: 2px;
	border: 1px solid #333333;
	text-decoration: none;
}
#sectionnav ul li a:link, visited {}
#sectionnav ul li a:hover, focus, active{
	background-color: #990000;
	color: #FFFFDB;
}
#content {
	float: right;
	width: 575px;
	border-top: 1px dashed #CCCCCC;
	border-left: 1px dashed #CCCCCC;
	padding-left: 15px;
	margin: 0px;
	padding-top: 10px;
}
#content ul li {
}
#nav {
	float: left;
	width: 165px;
	border-top: 1px dashed #CCCCCC;
}
#nav ul li {
	text-align: left;
	padding: 5px;
	margin: 5px 5px 5px -30px;
}
#padlogo {
	float: left;
}
#footer {
	clear: both;
	border-top: 1px solid #333333;
	padding-bottom: 10px;
}
#footernav {
}
#footernav ul li {
	display: inline;
	margin: 0px 10px;
}
.positionright {
	float: right;
	margin-left: 1em;
}

.moveup {
	margin-top: -10px;
}
#price {
	clear: both;
}
#price ul {
	display: inline;
}
.priceleft {
	margin-left: 20px;
	float: left;
	padding-right: 30px;
}
.priceright {
	margin-right: 80px;
	float: right;
}
.clearboth {
	clear: both;
	padding-bottom: 1em;
}
#pricewrapper {
	width: 530px;
}
.boldheading {
	font-weight: bold;
}
.movedown {
	margin-bottom: 0.5em;
}
.enlarged {
	font-size: 110%;
}
#table {
	width: 100;
}
table {
	width: 96%;
	border-collapse: collapse;	
}
th , td {
	width: 12%;
	text-align: left;
}
.addborder {
	border: 1px solid #333333;
}
