div, td, body, span {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #333;
}

#site_container {
	width: 650px;
	height: auto;
	min-height: 400px;
	border-left: 1px dotted #d5d5d5;
	border-right: 1px dotted #d5d5d5;
	padding-bottom: 25px;
	border-bottom: 10px solid #f1f1f1;
}

#nav a:link {
	color: #666;
	font-size: 11px;
	text-decoration: none;
}
#nav a:hover {
	color: #000;
	font-size: 11px;
	text-decoration: none;
}
#nav a:visited {
	color: #666;
	font-size: 11px;
	text-decoration: none;
}
#nav #a_current {
	color: #66a7d8;
	font-size: 11px;
	text-decoration: none;
}
#nav {
	color: #333;
	font-size: 11px;
}

#thumbnails { padding-left: 10px; }
#thumbnail_off {
	border: 2px solid #d5d5d5;
}
#thumbnail_on {
	border: 2px solid #66a7d8;
}

#image_list { 
	padding-left: 10px; 
	font-size: 12px;
}
#image_list a:link { 
	color: #999; 
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	font-size: 12px;
}
#image_list a:hover { 
	color: #444; 
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	font-size: 12px;
}
#image_list a:visited {
	color: #666;
	font-size: 11px;
	text-decoration: none;
}
#image_list #a_current { 
	color: #66a7d8; 
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	font-size: 12px;
}

#section_header { 
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666;
}

#right_content { padding-left: 20px; }
#full_image { 
border: 0px solid #ccc; 
}
#full_image_title {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #66a7d8;
}
#full_image_price {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #bb0000;
}

#formHeader {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ccc;
}
#formTable td {
	font-size: 12px;
}
input, textarea, select {
	border: 1px solid #999;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

#contentHeader { font-size: 14px; color: #66a7d8;  }

#redMsg { 
	background-color: #f1f1f1;
	border: 1px dotted #999;
	font-size: 11px;
	font-weight: bold;
	color: #cc0000;
	padding: 8px;
}
#greenMsg {
	background-color: #f1f1f1;
	border: 1px dotted #999;
	font-size: 11px;
	font-weight: normal;
	color: #009933;
	padding: 8px;
}


#newsTitle {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #66a7d8;
}
#newsPostedOn {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #999;
}
#newsContent {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}