html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
dl, dt, dd, fieldset, form, label, legend {
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	}
/* remember to define focus styles! */
:focus {
	outline: 0;
	}

/* tables still need cellspacing="0" in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	font-weight: normal;
	text-align: left;
	}
/* remove possible quote marks (") from <q> & <blockquote> */
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}

ul {
	padding:0 0 0 32px;
	margin:0;

}
body {
	background:url(../images/background.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:50% top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.3em;
	font-weight: normal;
	color: #666;
}
a {
	font-weight:normal;
	text-decoration:none;
	color: #363;
}
a.active {
	color:#330;
}
h1 {
	font-weight:bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #963;	
	margin:0 0 14px 0;
}
#holder {
	width:920px;
	margin:0 auto;
}
#header {
	text-align:center;
	background:url(../images/a-tuscan-table.gif);
	height:210px;
}
#logo {
	margin:0 auto;
	position:relative; 
	top:40px;
}
#nav {
	position:relative; top:95px;
	width:920px;
	text-align:center;
}
#nav a {
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
	color: #FFF;
}
#main {
	display:block;
}
#footer {
	clear:both;
	display:block;
	width:856px;
	text-align:right;
	position:relative; top:64px;
	padding:0 0 30px 0;
	font-size:12px;
}

.segment-1 {
	display:block;
	float:left;
	margin:64px 0 0 64px;
	width:220px;
}
.segment-1 .home {
	height:440px;
}
.segment-1 .rentals {
	height:220px;
}
.segment-1 .gallery {
	height:147px;
	overflow:hidden;
}

.segment-3 {
	clear:both;
	display:block;
	float:left;
	margin:64px 0 0 64px;
	width:788px;
}
.segment-1 h1, .segment-3 h1 {
	margin:14px 0 12px 0;
}

.segment-3 .contact {
	clear:both;
	display:block;
	float:left;
	margin:50px 0 0 64px;
	width:788px;
}


