body  {
	background: #FCC;
	background-image:url(images/bg.gif);
	margin: 0;
	padding: 0;
	text-align: center; 
	font-family:Verdana, Geneva, sans-serif;	
	color: #FFF;
	font-size:12px;
	font-weight: normal;
}
#container {
	width: 800px;
	background: #000;
	margin: 0 auto; 
	text-align:left;
}

#header{
	width: 800px;
}

#content {
	width: 780px;  
	margin: 0 auto; 
	padding: 0 10px 0 10px;
}

#lftcolumn {
	width: 200px; 
	margin: 0 570px 0 0; 
} 

#rtcolumn {
	width: 570px; 
	float: right;
} 

#footer {
	width: 798px;
	background: #C06;
	border: 1px #000 solid;
	text-align: center;
	font-size:12px;
	font-weight: bold;
	letter-spacing: 1px;
	clear:both;
}
#footer a {
	text-decoration:underline;
	font-size: 12px;
	font-weight:bold;
	color:#FFF;
} 
#frame {
	float: left;
	background-color:#FFF;
	border: solid #C99;
	width: 200px;
	height: 200px;
	margin: 0 20px 50px 0;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

h1 {
	color: #C06;
	font-size: 16px;
	text-align:center;
}

h2 {
	font-size:12px;
	font-weight: normal;
	text-align:center;
}
p.list, p.sale, p.clearance {
	font-size:16px;
	font-weight: bold;
	text-align:center;
}
p.list {
	text-decoration:line-through;
}
p.sale {
	text-decoration:none;
}
p.clearance {
	color: #FCC;
}

p.model {
	font-size: 12px;
	text-decoration:none;
	text-align:center;
	font-style: italic;
}
p.discontinued {
	color: #FCC; 
	font-weight: bold; 
	text-decoration:blink; 
	text-align: center;
}
a {
	text-decoration:none;
	font-weight:bold;
	color:#C06;
}

a.small {
	text-decoration:none;
	font-size:10px;
	font-weight: bold;
	color:#000;
}

table tr td {
	font-size: 12px;
}

