#leftSide {
	width: 595px;
	height: 416px;
	padding: 0px 0px 0px 13px;
}

#leftSide p {
	margin-bottom: 10px;
}

#leftBox {
	margin-left: 20px;
}

h2 {
	color: #be0000;
	padding: 21px 0px 5px 0px;
}

strong {
	color: black;
}

a {
	color: #666666;
}

#rightSide {
	background: url('/images/backgrounds/rightSide.jpg') repeat-x top left;
	float: right;
	width: 314px;
	height: 416px;
	padding-left: 0px;
	overflow: hidden;
}

#buttons {
	margin: 22px 0px 20px 10px;
}

#contactInfoBox {
	border-top: 1px solid #bfdafe;
	padding: 5px 0px 0px 10px;
	margin-top: 15px;
}

.contactInfoLeft {
	width: 170px;
	float: left;
	height: 200px;
}

.contactInfoMiddle {
	width: 210px;
	float: left;
	height: 200px;
}

.contactInfoRight {
	width: 150px;
	float: left;
	height: 200px;
}

.contactLeft {
	border-left: 1px solid #bfdafe;
	padding-left: 10px;
}