@charset "UTF-8";
/* CSS Document */

body{
	;
	margin: 0px  auto;
	text-align: center;
	font-family: Verdana, Helvetica, sans-serif;
	}
	

#container{
	text-align:center;
	margin: 0px  auto;
	padding: 0px 0px 6px 0px;
	width: 1024px;
	}
	
	
.address{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: xx-small;
	letter-spacing: 1px;
	color: #999999;
}


#header{
	margin-top: 45px;
	margin-bottom: 50px;
}

#content{
	text-align:left;
	margin: 0px  auto;
	padding: 0px auto;
	width: 380px;
}

.headline{
	letter-spacing: 1.5px;
	color: #666666;
	line-height: 1.2em;
	font-size: 12px;
}

.title{
	color: #333333;
	font-size: 14px;
	line-height: 1.3em;
}

.summary{
	color: #333333;
	line-height: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.subtitle{
	color: #666666;
	line-height: .3em;
}


#listings{
	margin-bottom: 30px;
	padding-top: 20px;
}

.contact{
	color: #333333;
}


a:link {
	color: #CC3300;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

