#menucontainer {
	position: absolute;
	height: 570px;
	width: 137px;
	left: 0px;
	top: 0px;
	background-image: url(images/menurepeat.gif);
	background-repeat: repeat-y;
}
#main {
	position: absolute;
	height: 570px;
	width: 780px;
	top: 100px;
	left: 10px;
}
#contact {
	position: absolute;
	height: 570px;
	width: 640px;
	top: 0px;
	left: 140px;
	overflow: hidden;
}
#contact p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}
#summary {
	position: absolute;
	width: 640px;
	top: 100px;
	left: 0px;
}
#summary p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-align: left;
}
#summary h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #A12330;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 0px;
	margin: 0px;
}

