body { 
	background-color: #333;
}

* { 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: small;
	color: #000;
	margin: 0;
	padding: 0;
}

h1 {	
	font-size: medium;
}

img { 
	border: 0;
}

a { 
	color: #06C;
	text-decoration: none; 
}

a:hover { 
	text-decoration: underline;
}

a:visited { 
	color: #06C; 
}

caption { 
	padding: 20px 0 5px 0;
	white-space: nowrap;
}

td.spacerow { 
	height: 5px;
}

p.button { 
	width: 75px;
	text-align: center;
	margin: 20px 0 ! important;
	padding: 2px 2px 3px 2px;
}

input.button {
	width: 79px; 
	padding: 0;
	cursor: pointer;
}

select.colselector {
    font-size: small;
    width: 475px;
    margin-left: 20px;
}

#wrapper { 
	margin: 10px auto 10px auto;
	border: 2px solid #000; 
	width: 900px;
	background-color: #FFF;
}
	
#masthead, #content {
	padding: 10px 0;
}

#breadcrumbs { 
	margin-top: 10px; 
	padding: 10px 20px;
	background-color: #DDEEFF;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
}

#content {  
	min-height: 360px;
}

#content > p, #content > table { 
	margin: 6px 20px;
}

#content > h1 {
	margin: 0 20px 25px 20px; 
}

#content > #left {
	width: 205px;
	border: 1px solid red;
	float: left;
	text-align: left;
	padding-left: 10px;
	padding-bottom: 10px;
}

#content > #middle {
	width: 440px;
	border: 1px solid pink;
	float: left;
	margin-left: 12px;
	text-align: justify;
	padding-bottom: 10px;
}

#content > #right {
	width: 205px;
	border: 1px solid blue;
	float: right;
	text-align: right;
	padding-right: 10px;
	padding-bottom: 10px;
}

#photoMoment {
	text-align:center;
}

#left > ul, #right > ul, #mNav, #lNav {
	list-style-type: none;
}

#mNav, #mNav > li {
	display: inline;
}

#footer { 
	border-top: 1px solid #000;
	padding: 5px 0 10px 0;
}

#footer p, #footer p a { 
	text-align: center;
	font-size: x-small;
}

#rightfloat {
	width: 358px;
	padding: 40px 0 0 0;
	display: inline;
	float: left;
}

#rightfloat p { 
	margin: 6px 0;
}

#merchandise {
	width: 330px;
}

#merchandise, #topfifty {
	border-collapse:collapse;
}

#merchandise {
	display: inline;
	float: left;
}

#topfifty caption {
	display:none;
}

#merchandise tbody, #topfifty tbody { 
	border: 1px solid #000;
}

#merchandise thead, #topfifty thead { 	
	border: 1px solid #000;
}

#merchandise th, #topfifty th { 
	padding: 5px 0;
	background-color: #DEF;
}

#merchandise td, #topfifty td {
	padding:3px 6px;
}

#merchandise td {
	width: 110px;
}

.padTB10 {
	padding: 10px 0;
}

.drop10 { 
	margin-top: 10px ! important;
}

.drop20 { 
	margin-top: 20px ! important;
}

.clearer { 
	clear: both;
}

.photo { 
	border: 1px solid #999;
}

.swatch { 
	margin-right: 10px;
	vertical-align: middle;
}

.imgright { 
	float: right;
	margin-left: 10px;
}

.imgleft { 
	float: left;
	margin-right: 10px;
}

div.colphoto {
	width: 200px;
	float: right;
	margin-right: 35px;
	margin-left: 0;
	margin-bottom: 10px;
	font-size: x-small;
	text-align: right;
}

div.col {
	text-align: justify;
}

.button {
	border: 1px solid #000;
	background-color: #DEF;
	font-weight: bold;
}

.button a { 
	text-decoration: none;
	color: #000;
}

.button:hover { 
	background-color: #FFF;
}

.bold { 
	font-size: inherit;
	font-weight: bold;
}

.tinytext { 
	font-size: x-small ! important;
}

.toplink {
	text-align: right;
	font-size: x-small;
}

.centered {
	text-align: center;
}

.alignright {
	text-align: right;
}

.eightywide {
	width: 80%;
}

.feed {
  margin-left: 3px;
  padding: 0 0 0 19px;
  background: url("../img/gfx/rss14x14.gif") no-repeat 0 50%;
} 


