/* CSS Document */

body { 
background-color: #FFF; 
}
	
#main {
	width: 862px;
	min-height: 700px;
	margin: 0px auto;
	background-image: url(images/kelly_bg.jpg);
	background-repeat: no-repeat;
	background-color: #D4CED4;
	color: #372C22;
	text-align: left;
	background-position: right bottom;
}

#nav li ul li a { background-color: #D4CED4; }

#main h1 { display: none; }

#content { clear: both; position: relative; height: 485px; z-index: 1;  }
	#content_text { 
	float: right;
	width: 45%;
	margin-top: 75px; 
	padding-right: 40px;
	}
	#photo {
	float: left;
	width: 40%;
	text-align: right;
	margin-top: 75px;
	padding-left: 40px;
	}

