@CHARSET "ISO-8859-1";
html, body{
	text-align: center;
	font-family:"Arial",Georgia,Serif;
}
.content{
	width: 850px;
	margin: 0 auto;
	min-height:100%;
	position:relative;
}
a{
	color: black;
	text-decoration: none;
}
a:hover{
	color: #999999;
}
a:visited{
	color: black;
}
.hd{
	border-bottom: 1px solid black;
	text-align: center;
}
.bd{
	padding:10px;
	padding-bottom:30px;   /* Height of the footer */
}
.bd a{
	text-decoration: underline;
}
.ft{
	position:absolute;
	bottom:0;
	width:100%;
	height:30px;   /* Height of the footer */
}
.ft p{
	padding:0;
	margin: 0;
	font-size: .7em;
	color: #999999;
}
.title{
	width: 850px;
	height: 222px;
	background:url(../images/header.jpg) top left no-repeat; 
	margin: 0 auto;
	
	-moz-border-radius: 15px;
	border-radius: 15px;
	
	-moz-box-shadow: inset 0 0 20px white;
   -webkit-box-shadow: inset 0 0 20px white;
   box-shadow: inset 0 0 20px white;
}
.title p{
	color: white;
	padding-top: 11em;
	padding-left: 32em;
	
	text-shadow: white 0 0 10px;
}
.nav{
	text-align: right;
	margin: 1em 5em;
	padding: 0;
}
.nav li{
	list-style-type: none;
	display: inline;
}

.nav:before, .nav:after, .nav li:before, .nav li:after{
	content:" | ";
}
#gallery{
	text-align: center;
}
.gallery{
	margin: 10px;
	padding: 0;
	display: inline-block;
	width: 555px;
}
.gallery li{
	list-style-type: none;
	display: inline-block;
	width: 80px;
	margin: 10px;
	padding: 0;
}
.gallery li a img{
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	border: 2px solid black;
}
.sold{
	font-style:italic;
}
#news p{
	border-bottom: 1px dotted black;
	
}