body  {
	background: #330000 url(images/layout/bg.png);
	background-position: top center;
	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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	max-width: 1260px;
	min-width: 780px;
	background: #666666 url(images/layout/bg2.png);
	border:solid 1px #000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}

#content {
	margin: 0 auto;
	padding: 0 20px;
}

#footer {
	clear: both;
	color: #330000;
	font-weight: bold;
}

.leftcol {
	float: left;
	width: 200px;
	padding-right: 35px;
}

.rightcol {
	float: right;
	padding: 0 0 0 30px;
}

.centercol {
	text-align: left;
	margin-left: 235px;
}
 
.centercol ul {
	list-style-type: square;
	list-style-position: outside;
	color: #333;
	font-size: 0.7em;
	font-weight: bold;
	float:right;
	margin-top: 0px;
	margin-left: 5px;
	width: 195px;
}

.text {
	margin-left: 600px;
	padding-top: 50px;
	padding-right: 25px;
	text-align: justify;
}

.images {
	float: left;
	width: 500px;
	padding: 25px;
}
h1  {
	font-size: 1.3em;
	font-weight: bold;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
}

a {
	color: #CCC;
	text-decoration:none;
}

.fltrt {
	float: right;
	margin: 0;
}
.centercol p {
	font-size: 1em;
}

.fltlft {
    float: left;
}
.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;
}

p.list {
	font-size:1.1em;
	color:#000000;
	font-weight: bold;
	text-align:center;
	text-decoration:line-through;
	margin-top: 0px;
}

p.sale {
	font-size:1.1em;
	color:#CCCCCC;
	font-weight: bold;
	text-align:center;
}

