@charset "utf-8";
/* CSS Document */

h2 {
	color: #6f0f0f;
	padding-top: 5px;
}

h1, h2 {
	font-family: Verdana;
	font-size: 18px;
	margin-bottom: 10px;
}

#websection, #moreinfo {
	position: relative;
}

#websection {
	margin: 0 0 0 288px;
	top: -75px;
	height: 100%;
	width: 650px;
}

#websection .section {
	background: #FFFFFF url(../images/divider.jpg) no-repeat bottom center;
	padding: 5px 0 0 20px;
	height: 100px;
}

#moreinfo {
	margin: 0px;
	padding: 0 0 0 20px;
	background: #FFFFFF url(../images/divider.jpg) no-repeat top center;
	width: 800px;
}

#moreinfo h1 {
	font-family: Verdana;
	font-size: 1.2em;
	padding: 15px 0 0 0;
	color: #6f0f0f;
}

#moreinfo p {
	margin-bottom: 10px;
}

