@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #000000;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.125em; /* 16x1.125=18 */
}

 #container {
	width: 900px;  
	height: auto;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #4a0004;
	}
p {
	font-size: .95em;
}

#gallery{
	height: 575px;
	width: 675px;
	padding-top: 25px;
}

#leftimg {
	float:left;

}			
#copy {
	height: auto;
	float:right;
	width: 625px;
	}			
#copy p {
	padding: 10px 30px 0px 30px;
	color: #c7b299;
	text-align:center;
	font-style:italic;
	display:block;
	
	}
#slide {
	float: right;
	width: 625px;
}	
	
	
#top {
	width: 900px;
}	

#topleft {
	float: left;
	width: 287;
}	
#topright {
	width: 633px;
	float: right;
}
#bottom{ width: 900px; }

#bottomleft {
	float: left;
	width: 287;
}
#bottomright {
width: 633px;
	float: right;
	}
	
 a:link { color:#ffffff; }
 a:visited {color: #ffffff; }
 a:hover { color: #91494c; }

	#clear { clear: both;}
	
 #footer {
	background: #4a0004;
	width: 900px;
	height: 50px;
	clear: both;
	text-align:right;
	
}
#footer p {
	display:block;
	padding-right: 30px;
	margin-bottom: 20px;
}

#slide p { 
			padding-right: 30px;
			text-align:right; }

#slide a:link { color:#99575b; }
#slide a:visited {color: #000000; }
#slide a:hover { color: #ef4036; }
#footer a:link { color:#99575b; }
#footer a:visited {color: #000000; }
#footer a:hover { color: #ef4036; }


:link img {
  border: none;
}
img {
	border: none;
	}
a {
outline: none;
}

/* ----------  body container height ------- */

.friends #container  {
 	height: 600px;
}
.pasquale #container  {
 	height: 600px;
}


#construction {

	margin-top: 100px;
		
}


