/* CSS Document */

	body,
	html {
		margin:0;
		padding:0;
		color:#000;
		font-family:Garamond, Georgia serif;
		font-size:small;
		font-stretch:condensed;
		font-weight:100; 
	}
	
	body {
		min-width:800px;
		background-image:url(IMG/bg.jpg);
		background-repeat:no-repeat;
		background-position:top center;
		
	}
	
	a:link {
	color: #663300;
	text-decoration: none;
	}
	a:visited {
	text-decoration: none;
	color: #0066CC;
	}
	a:hover {
	text-decoration: none;
	color: #996600;
	}
	a:active {
	text-decoration: none;
	}
	
	#top-line{
	background-image:url(IMG/top-line-bg.jpg);
	height: 5px;
	}
	
	#vine{
	background-repeat:repeat-y;
	background-image:url(IMG/vine-bg.png);
	background-position:top;
	}
	
	#wrap {
		margin:0 auto;
		width:800px;
		min-height:700px;
	}

	h1 {
	font-weight:normal;
	font-size:36px;
	letter-spacing:-2px;
	}
	
	h2 {
	font-weight:normal;
}
	
	h3 {
	font-weight:normal;
	font-family: Century Gothic, Avant Garde, sans-serif;
	color:#aaaa55;
	letter-spacing:-1px;	
	}
	
	


/* Header */

	#rotator {
		height:240px;
		background-repeat:no-repeat;
		z-index:1;
	}
	
	#search{
	float:left;
	width:200px;
	padding-top:8px;
	height:22px;
	overflow:hidden;
	}
	
/* Navigational Menu */
	#nav{
	height: 40px;
	}
	#nav-wrapper{
	/*padding-left: 209px;*/
	float:right;
	letter-spacing:-1px;
	}
	
/* Main Container */

	#main {
		float:right;
		width:575px;
		padding-left:15px;
		min-height:350px;
	}
	
	#main h2, #main h3, #main p {
		padding:0 10px;
   		}
		
		#main h1 {
	font-weight:normal;
	font-size:36px;
	background-image:url(IMG/h1.png);
	background-repeat:no-repeat;
	height:55px;
	width:575px;
	padding-top:6px;
	padding-left:15px;
	letter-spacing:-2px;
	}
		
	
		#listing img {
		float:left;
		padding:5px;
		margin-right: 10px;
		border: 1px solid #ccc;
		}
	
	iframe{
	border: 1px solid #cccccc;
	}


/* Sidebar Container */
	
	#sidebar {
		float:left;
		width:200px;
		margin-top:28px;
		border-right: 1px dotted #ccc;
		padding-right:5px;
		}
		
		#sidebar img{
		padding-bottom:10px;
		border: none;
		}
	
	
/* Footer */

	#footer {
		background-image:url(IMG/footer-bg.jpg);
		height:145px;
		clear:both;
		font-size:10px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		color:#587e92;
	}
	
	#footer-wrap {
		margin:0 auto;
		padding-top:10px;
		width:620px;
	}
	
	#footer ul{
	list-style-position:outside;
	list-style-image:none;
	list-style-type:none;
	text-indent: -30px;
	}

	#footer p{
	padding-top: 10px;
	}	
	
	#footer a:link {
	color:#84a5b6;
	text-decoration: none;
	}
	#footer a:visited {
	text-decoration: none;
	color:#a1b6c1;
	}
	#footer a:hover {
	text-decoration:underline;
	color: #a1b6c1;
	}
	#footer a:active {
	text-decoration: none;
	}
	
	#footer-left {
	float:left;
	width:200px;
	padding-bottom:10px;


	}
	#footer-right {
	float:right;
	width:200px;
	}
	#footer-center {
	margin-left:200px;
	margin-right:200px;
	padding-left:1px;
	padding-right:1px;
	}
	
	.heightfix:before {
	content:'.';
	display:block;
	visibility:hidden;
	height:0;
	}
	
	#copyright{
	height:25px;
	text-align:center;
	font-size:9px;
	clear:both;
	padding-top:3px;
	}
	
	#pr{
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
	#pr h3{
	font-family:Garamond, Georgia, Times, serif;
	letter-spacing:-1px;
	font-size:18px;
	line-height:4px;
	}
	
	.date{
	font-size:9px;
	padding-left:10px;
	color:#666666;
	line-height:0px;
	}
	
	.alt{
	background-image:url(IMG/pr-alt.png);
	padding:3px;
	}
	
	#line{
	border-bottom: 1px dotted #ccc;
	}
	
	.line-height{
	line-height:0px;
	}
	
/* Business Listing */
	#listing img {
		float:left;
		padding:5px;
		margin-right: 10px;
		border: 1px solid #ccc;
		}
	
	#alt-table{
	background-image:url(IMG/pr-alt.png);
	}
	