@charset "ISO-8859-1";
body {
	background-color: #f0e0c7;
	background-repeat:repeat-x;
	background-position:center;
	background-position:top;
	margin:auto;
}

.bordertop {
border-top:1px solid #000;
padding-top:5px;
margin:5px;
}

#central {
	width:100%;
	margin:auto;
}
#tableinfo td{
padding:2px 5px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;

}
#tableinfo td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C1C3B2;
}
#tablephotos img{
border:1px solid #000;
margin:5px;
}
#tableretail {
margin:5px;
padding:2px 5px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
}

#tableretail img{
border:1px solid #000;
margin:5px;
}

h1, h2, h3, h4 {
font-family:Georgia, "Times New Roman", Times, serif;
color:#333300;
}
h1{
padding:10px 15px;
font-size:20px;
}
h2{
	padding:0px 15px;
	margin-bottom:0;
	font-size:15px;
	text-transform: uppercase;
}
h3{
padding:5px 0 0 0;
margin:14px 0 3px;
}
h4{
padding:0px 15px;
}


p {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:11px;
line-height:155%;
padding:1px 15px;
margin:5px 0 2px;
}

img{
border:0;
}
.imgleft {
float:left;
margin-right:10px;
border:1px solid #000000;
}
.imgright {
float:right;
margin-left:10px;
border:1px solid #000000;
}


a:link {
	color: #0079A2;
	font-weight: bolder;
	text-decoration: underline;
}

