@charset "utf-8";
/* =content
**************************/

/***  HOME  ***/
#home h2, #contact h2 {
	color: #6f0f0f;
	padding-top: 5px;
}

#home h1, h2, #contact h1, h2 {
	font-family: Verdana;
	font-size: 18px;
	margin-bottom: 10px;
	color: #6f0f0f;
}

/* duplicates */
#welcome, #section {
	position: relative;
	width: 678px;
	margin: 0 0 0 288px;
}
#welcome {
	background: #FFFFFF url(../images/welcomeIntro.jpg) no-repeat left top;
	height: 306px;
	top: -50px;
	padding: 30px 10px 0 25px;
}

#intro {
	width: 350px;
	color: #FFFFFF;
	padding-top: 60px;
}

#intro h1 {
	margin-bottom: 20px;
}

#intro p {
	font-family: Verdana;
	font-size: 14px;
}

.readmore {
	font-style: italic;
}

#section {
	top: -65px;
	height: 100%;
}

.intersection {	
	padding: 5px 0 0 30px;
	background: #FFFFFF url(../images/divider.jpg) no-repeat bottom center;
	height: 210px;
}

#section .intersection img {
	float: left;
	padding: 10px 15px 0 0;
}
