﻿@import url("listings.css");

#content { margin-left: 25px; }

#slideshow
{
	background: transparent url("images/slideshowborder.png") no-repeat left top;
	margin: 0 auto;
	padding: 7px;
	width: 350px;
	height: 262px;
}

#sections
{
	position: absolute;
	top: 230px;
	right: 0;
	width: 165px;
}

#sections ul
{
	list-style-image: url("images/bullet.png");
	margin: 0 0 1em 17px;
	padding: 0;
}

#sections li { padding: 0 0 1em 10px; }

#sections li a
{
	color: #fff;
	text-align: center;
}

#featured-listings
{
	/* margin-top: -2.75em; */
}

#introduction
{
	/* float: left; */
	margin-top: 2em;
	margin-left: 20%;
	width: 60%;
}

#introduction h2
{
	color: #bf9a2e;
	text-align: center;
}

#introduction p { text-align: justify; }

#introduction img
{
	background: transparent url("images/photoborder1.png") no-repeat center center;
	display: block;
	margin: 0 auto;
	padding: 8px;
}

/* #contact
{
	float: right;
	margin-top: 3em;
	width: 49%;
}

#contact .contact
{
	color: #bf9a2e;
	font-size: larger;
	text-align: center;
} */

*/

#contact .feature { text-align: center; }

@media print { #sections { display: none; } }
