/* CSS Document *//* screen.css */ body {	margin: 0px;	text-align: center;}a:link {	color: #000;}a:visited {	color: #666;}a:hover {	background-color: #9999CC;}a:active {}/* begin main formatting styles */ #container {	height: auto;	width: 640px;	margin-top: 30px;	margin-right: auto;	margin-left: auto;	border: 1px solid #000;	text-align: left;}#header {	height: 100px;	width: 640px;	border-bottom-width: 1px;	border-bottom-style: solid;	border-bottom-color: #000;}#main_nav {	height: 25px;	width: 640px;	border-bottom-width: 1px;	border-bottom-style: solid;	border-bottom-color: #000;}#sub_nav {	height: 25px;	width: 640px;	border-bottom-width: 1px;	border-bottom-style: solid;	border-bottom-color: #000;}#min_height {	height: 300px;	width: 1px;	float:left;}#content {	height: auto;	width: 620px;	float: left;	margin-top: 15px;	margin-right: 10px;	margin-bottom: 15px;	margin-left: 10px;}#footer {	height: 30px;	width: 640px;	clear: both;}#contact_box {	height: 140px;	width: 590px;	background-color: #CCC;	margin-top: 10px;	margin-right: 15px;	margin-bottom: 10px;	margin-left: 15px;	padding: 10px}/* begin tag styles */ul {	list-style-image: none;	list-style-type: none;	display: block;}table {	margin-top: 20px;	margin-right: auto;	margin-left: auto;	font-family: Arial, Helvetica, sans-serif;	font-size: 14px;	width: 500px;	border: 0;}td {	padding-left: 10px;	margin-bottom: 20px;}caption	{}p {	text-indent: 1.5em;}img {}/* begin class styles */.nav_btn {	display: block;	float:left;	height: 25px;	width: 80px;	background-color: #00CCCC;}.nav_btn_current {	display: block;	float:left;	height: 25px;	width: 80px;	background-color: #0099CC;}.hidden {	display: none;}.table_bg {	background-color: #CDD1F6;	border-bottom-width: 1px;	border-bottom-style: solid;	border-bottom-color: #999999;}.table_bg_alt {	background-color: #E8E8DB;}.table_caption	{	font-size: 16px;	color: #000000;	text-align: left;	font-weight: bold;}.photo_left {	margin-right: 10px;	margin-bottom: 10px;	margin-top: 0px;	margin-left: 0px;}.photo_right {	margin-right: 0px;	margin-bottom: 10px;	margin-top: 0px;	margin-left: 10px;}.price	{	text-align: right;	padding-right: 10px;}.bg_lightblue {	background-color: #CCCCCC;}
