@import url("lytebox.css");


/** BASIC */

# * { /* avoids spacing bug cross-browser */
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	color:#FFFFFF;
	background-color: #000d26;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a {
	text-decoration: none;
	color: #333333;
}

a:hover {
	border: none;
}

/** MENU */

#menu {
	
	margin: 22px 0 0 26px;
	font-size:20px;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
}

#menu ul {
	margin: 0;
	padding: 0 0 0 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 25px 0 18px;
	border: none;
	color: #333333;
	text-align:justify;
}

#menu a:hover {
	color: #333333;
}

#menu .first a {
	border: none;
}

/** CONTENT */


#content {
	width: 564px;
	margin: 0 0 0 26px;

}

#columnA {
	float: left;
	width: 234px;
	height: 654px;
	background: url(images/_leftCenter.gif) no-repeat;
	}
#columnA h2 { 
	margin: 45px 0 0 20px;
	height: 110px;
	background:url(images/balboa-island-rental-house-logo.gif) no-repeat;
	text-indent: -9999px;
}

#columnA p {
	text-align:center;
	margin:0 auto;
	color:#000033;
}

.indent {
	padding:20px 30px 0 20px;
}

#columnB {
	float: right;
	width: 330px;
	height: 654px;
	color:#FFFFFF;
	background: url(images/_rightCenter.gif) no-repeat;
}

#columnB p{
	padding: 20px 50px 0 40px;
}

#columnB h2 {
	padding: 110px 50px 0 40px;
	color: #FFFFFF;
}

#columnB ul {
	font-size:20px;
	padding: 0 80px 0 80px;
}
#photos {
	width:230px;
	text-align: center;
	margin: 0 auto;
}

#photos ul {
	margin:0;
	padding:0 0 0 10px;
}

#photos li {
	margin:0;
	list-style: none;
	float: left;
}

#photos a img {
	border: 1px solid #7d5757;
	margin: 5px 0 0 3px;
}

#contact {
	margin: 25px 0 0 0;
	float:left;
}

#contact a {
	border: none;
}
#topper {
	background:url(images/top.gif) no-repeat;
	height:20px;
}
#columnC {
	width:549px;
	height: 658px;
	padding: 30px 0 0 15px; 
	background-color:#FFFFFF;
	color:#000000;
}

#columnC p {
	padding: 0 50px 0 30px;
}

#columnC a {
	color:#000066;
	text-decoration:underline;
}

#map {

	border:#CCCCCC thin;

}

#filler {
	background:#FFFFFF;
	clear:both;
}

#attractions-graphics {
	position:absolute;
	left: 32px;
	top: 563px;
}


/** FOOTER */

#footer {
	width: 564px;
	height: 50px;
	margin: 0 0 0 26px;
	background-image: url(images/footer-bkg.gif);
	background-repeat: no-repeat;
}

#footer p {
	margin: 0;
	padding: 35px 0 0 20px;
	font: bold 9px Arial, Helvetica, sans-serif;
}
