/* ---------- CYNTHIA CAPLAN ----------

home.css provides layout and typographic 
styles used on the home page

--------------------------------------- */

@import "base.css";

body {
	background: #FFF url(../images/bck-home.jpg) no-repeat center top;
}
#head h1 {
	display: block;
	width: 100%;
	height: 90px;
	background: transparent url(../images/top-name.gif) no-repeat center top;
	text-indent: -999em;
	text-decoration: none;
	overflow: hidden;
}
#homegallery {
	float: left;
	padding-top: 42px;
	padding-left: 104px;
	height: 440px;
	/*background-color: purple;*/
}
#photos {
	width: 563px;
	height: 372px;
	padding:0; 
	margin:0; 
	overflow: hidden;
}
#photos img {
	width: 563px;
	height: 372px;
	padding:0; 
	margin:0; 
    top: 0; 
    left: 0; 
}
#main {
	padding: 0 104px 20px;
	width: 562px;
	background: transparent url(../images/bck-sig.gif) no-repeat right bottom;
}
#content {
	float: left;
	width: 333px;
}
#content h2 {
	color: #4E080B;
	font: 2.1em Georgia, "Times New Roman", Times, serif;
	margin-bottom: .3em;
}
#content p {
	font: 1.3em/1.4em Georgia, "Times New Roman", Times, serif;
	margin-bottom: .7em;
	text-align: justify;
}
#sidebar {
	float: right;
	width: 197px;
}
#sidebar .request {
	margin-top: 34px;
	padding: 15px;
	background-color: #f8f3e0;
	color: #4E080B;
	font-size: 1.2em;
	line-height: 1.3em;
}
.request a {
	color: #4E080B;
}
.request a:hover {
	color: #f8f3e0;
	background-color: #4E080B;
	text-decoration: none;
}
#footer p {
	padding-left: 104px;
}