* {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 1em;
	margin: 0;
	padding: 0;
}

html, body { height: 100%; }

body {
	background: url("../images/tileback.gif");
}

.strike {
	color: #A93A3A;
	text-decoration: line-through;
}

.sale {
	color: #A93A3A;
	text-decoration: none;
	font-weight: bold;
}

div#holdall {
	background: url("../images/clear_back.gif") top left repeat-y;
	width: 666px;
	position: absolute;
	left: 50%;
	margin-left: -333px;
	height: 100%;
}

div#header {
	width: 666px;
	background: url("../images/learnbydemo.jpg") top left no-repeat;
	height: 113px;
}

div#header h1 {
	text-indent: -1000px;
}

div#nav {
	background: url("../images/main_back.gif") bottom left no-repeat;
	width: 666px;
	padding: 5px 0 39px 0;
}

div#nav ul {
	margin: 0 0 0 66px;
	list-style: none;
	font-size: 0.7em;
}

div#nav ul li {
	display: inline;
}

div#nav ul li a {
	border-left: 1px solid #000;
	padding: 0 3px 0 6px;
}

div#nav ul li#top_nav_first a {
	border: 0;
}

div#nav form#top_nav_cart {
	float: right;
	position: relative;
	top: -2px;
	left: -76px;
}

div#nav form#top_nav_cart img {
	border: 0;
}

div#contents {
	width: 666px;
	background: url("../images/back.gif") top left repeat-y;
	font-size: 0.7em;
	float: left;
	color: #626262;
}

div#leftside {
	width: 170px;
	float: left;
	background: #fff;
	position: relative;
	left: 60px;
	top: -10px;
}

div#rightside {
	width: 350px;
	float: left;
	background: #fff;
	position: relative;
	left: 80px;
	top: -10px;
}

div#footer {
	width: 666px;
	clear: both;
	height: 306px;
	background: url("../images/footer_back.gif") top left no-repeat;
}

div#footer ul {
	list-style: none;
	font-size: 0.7em;
	text-align: center;
	position: relative;
	top: 28px;
}

div#footer ul li {
	display: inline;
}

div#footer ul li a {
	border-left: 1px solid #000;
	padding: 0 3px 0 6px;
}

div#footer ul li#bottom_nav_first a {
	border: 0;
}

a {
	color: #044444;
	text-decoration: none;
}

a:hover {
	color: #A93A3A;
	text-decoration: underline;
}

div#contents h1 {
	padding: 0 0 5px 10px;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #E7E7E7;
	font-weight: normal;
}

div#rightside h1 {
	padding-left: 0;
}

div#contents h2 {
	font-size: .8em;
	padding: 0 0 1px 15px;
	color: #A65626;
	font-weight: normal;
	background: url("../images/little_star.gif") top left no-repeat;
}

div#contents p {
	padding: 0 0 5px 15px;
}

div#rightside p {
	padding-left: 2px;
}

div#contents hr {
	height: 0;
	border: 0;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #E7E7E7;
}