body  {
	background: #000000;
	text-align:center;
	color: #CCC;
	font-family:Verdana, Geneva, sans-serif;
}

#container {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}

#footer {
	width: 800px;
	clear:both;
	position: relative;
	bottom: 0;
	height: 50px;
	background: #000000;
}

#content_frame {
	width: 800px;
	border: none;
	height: 500px;
}

.frame {
	border: 1px dashed #999;
	margin: 3px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 15px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

h1 {
	color: #990000;
	font-size: 1em;
}

h2 {
	font-size: .9em;
	font-weight: bold;
}
p, p.sale, p.list, li , #footer p{
	font-size:.8em;
}

p {
	font-weight: bold;
}

p.sale {
	font-weight: bold;
}
p.list {
	font-weight: bold;
	text-decoration:line-through;
}

a {
	text-decoration:none;
	font-weight:bold;
	color:#990000;
}
li {
	text-align: left;
	list-style-type: none;
	padding-left: 75px;

}
