html,body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: url('graphics/bg2.gif') #ffffff repeat-y center;
	color: #000;
	font-family: verdana, arial, sans-serif;
	text-align: center;
}


a {
	background: inherit;
	color: #606060;
}

a:hover {
	background: inherit;
	color: #000;
}

img {
	margin: 2px;
	border: none;
}

#container {
	width: 750px;
	margin: 0 auto;
	text-align: left;
}

#header {
	text-align: center;
	margin-bottom: 10px;
}

#content {
	width: 575px ;
/* We have to disable overflow because ie7 is a piece of crap!
	height: 670px;
	overflow: auto;
*/
	padding: 10px;
	font-size: 80%;
	float: left;
}

#navCol {
	width: 150px;
	padding-left: 5px;
	font-size: 80%;
	background: inherit;
	color: #606060;
	float: left;
}


#footer {
	text-align: center;
	padding-top: 5px;
	font-size: 70%;
	background: inherit;
	color: #606060;
	clear: left;
}

.navItem {
	padding-left: 8px;
}

.itemDesc, .genTxt {
	width: 525px;
	padding: 10px;
	margin-bottom: 5px;
	border: 1px dashed #606060;
	background: #fff;
	float: left;
}

.itemDesc p:first-line,.genTxt p:first-line {
	font-size: 130%;
	font-weight: bold;
}

.itemDesc img {
	margin-right: 10px;
}

.enlarge {
	font-size: 75%;
	clear: left;
	background: inherit;
	color: #606060;
}

.yourPrice {
	background: inherit;
	color: #FF0000;
	font-weight: bold;
}

.priceAmount { font-weight: bold; }

.priceEach {
	font-size: smaller;
	vertical-align: baseline;
	position: relative;
	font-weight: bold;
}

/*
.superscript {
	font-size: smaller;
	vertical-align: baseline;
	position: relative;
	bottom: 0.33em;
}
*/

.leftCol {
	text-align: right;
}
