html{
	overflow-y:scroll;
}
html,
body {
	background-color: #FFFFFF;
	text-align: center;
	/* for IE */
}
body {
	margin:70px 0 0 0;
}
img {
	border: 0px;
}
a {
	color: #000;
	font-family: arial;
	font-size: 80%;
	line-height: 80%;
	text-decoration:none;
}
a:hover	{
	color: #666;
	font-family: arial;
	font-size: 80%;
	line-height: 80%;
	text-decoration:none;
}

#container {
	margin: 0 auto;
	/* align for good browsers */
	text-align: left;
	/* counter the body center */
	border: 0px solid #000;
	width: 855px;
	min-height: 550px;
}
#logo {
	width: 189px;
	float: left;
}
#shopopen {
	display:inline;
	margin-left:-220px;
	position:relative;
	top:-45px;
}
#nav {
	width: 160px;
	float: left;
	padding-top:25px;
}
#content {
	width: 550px;
	line-height: 16px;
	text-align: justify;
	float: right;
	padding-top: 25px;
	min-height: 250px;
}
#images {
	width: 550px;
	min-height: 126px;
	vertical-align: top;
	float: right;
}
#content h1 {
	padding-bottom:0px;	
	padding-top:0px;
	margin-top:0px;	
	text-align:left;
	/*font-family:Garamond, Georgia, serif;	
	font-weight:bold;*/	
	font-family: "garamond.ttf", Garamond, Georgia, serif;
	font-weight:900;
	font-size:200%;
	/*line-height:200%;*/
	color:rgb(33,79,117);
}
#content h2 {
	border-bottom:solid 1px rgb(33,79,117);
	padding-bottom:11px;
	padding-top:0px;	
	font-size:150%;
	line-height:150%;
	text-align:left;
	/*font-family:Garamond, Georgia, serif;*/
	font-family: "garamond.ttf", Garamond, Georgia, serif;
	color:rgb(33,79,117);
}
#content h3 {
	border-bottom:solid 1px rgb(33,79,117);
	padding-bottom:11px;
	font-size:150%;
	line-height:150%;
	text-align:left;
	/*font-family:Garamond, Georgia, serif;*/
	font-family: "garamond.ttf", Garamond, Georgia, serif;
	color:rgb(33,79,117);
}
#content p,
#content ul,
#content a,
#content label {
	color: #333;
	font-family: arial;
	font-size: 87%;
}

/* Form & Inputs */
#content form{padding-top:25px;padding-bottom:25px;padding-left:25px;}
#content input,
#content textarea{border:1px solid #D8D9DB;font-family:Courier,"Courier New",monospace;color:#6E7679;}
#content input[type=radio]{border-style:none;}	
#content label.label{float:left;width:100px;}
#content .submit{margin:0px;margin-left:100px;border:0px;padding:0px;}
#content .smallinput{width:250px;}
#content .largeinput{width:250px;}
#content .tinyinput{width:125px;}

.clear{clear:both;height:10px;}

#footer{
	clear:both;
}

/* Slideshow in index3.html */
#slideshow {float: right; height: 316px;}
pre { text-align: left; overflow: visible }
code { background-color: #ffc }
pre code { background-color: #eee }

.pics { width: 550px; height: 316px; padding:0; margin:0; overflow: hidden }
.pics img { width: 550px; height: 316px; top:0; left:0 }
/*.pics img { width: 550px; height: 316px; padding: 15px; border: 1px solid #ccc; background-color: #eee; top:0; left:0 }*/
/*.pics img {
	-moz-border-radius: 10px; -webkit-border-radius: 10px;
}*/



.property{min-height:200px;}
.property-image{clear:left;float:left;width:225px;margin-top:-16px;margin-bottom:16px;}
.property-description{clear:right;float:right;width:325px;margin-bottom:16px;}
.property-meta{display:inline;color:#787F82;margin-left:225px;font-family:arial;font-size:90%;}
.property-cost,
.property-available{display:inline;}
.property-title {display:inline;margin-left:225px;}
#content .property-title h2{display:inline;border-bottom:none;padding-bottom:0;line-height:0;font-size:120%;}
#content .property-title h2 a{color:rgb(33,79,117);}


#content a{text-decoration:underline;}
#content a:hover{text-decoration:underline;color:rgb(33,79,117);}
