#contactClientArea {
	position: relative;
	height:   524px;
}

#contactLeftPane {
	position: absolute;
	top:      0px;
	left:     0px;
	width:    214px;
	overflow: hidden;
	height:   524px;
}

#contactRightPane {
	position: absolute;
	top:      0px;
	left:     218px;
	width:    852px;
	height:   524px;
}

#contactPictureBox {
	position:         absolute;
	top:              0px;
	left:             0px;
	padding:          0px 0px 0px 0px;
	margin:           0px 0px 0px 0px;
	height:           150px;
	width:            852px;
	overflow:         hidden;
	background-color: #000000;
}

#contactPic1 {
	position: absolute;
	top:      0px;
	left:     0px;
}

#contactTextBox {
	position:         relative;
	top:              154px;
	height:           370px;
	background-color: #f3dcb4;
}

#contactInfo {
	position:    relative;
	top:         20px;
	font-size:   18px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:  center;
	line-height: 1.5;
}

#contactMenuBar {
	position: relative;
	top:      100px;
	left:     25px;
}
