@charset "utf-8";
/*  skyline vacation homes CSS Document */


body {
	background:#8c4925;
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#e2e0c4;
}

#container {
	margin:0 auto;
	padding:0;
	width:991px;
}

#header {
	background: url(images/header.jpg) no-repeat;
	height:422px;
	padding:0;
	margin:0;
}

#mainbody {
	background: url(images/body-bkg.jpg);
	padding: 5px 40px;
}

/* --- horizontal "menu" ----*/
#menu {
background: url(images/find-sub.gif) no-repeat;
height:30px;
width:690px;
margin:0 auto;
padding: 7px 0 0 70px;

}

a, a:visited {
	font-weight:bold;
	color:#eae8cc;
	text-decoration:none;
}
a:hover {
	color:#000;
}

#footer {
	background: url(images/footer.jpg) no-repeat;
	height: 37px;
}
.small {
	font-size:11px;
}
