body {
	background-color: #a6a2a2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#mainBox {
	position: relative;
	padding: 0px;
	width: 770px;
	height: 560px;
	margin-top: 14px;
	margin-right: auto;
	margin-left: auto;
	background-color: #afadad;
	border: 1px solid #9c9898;
}

#titleBar {
	padding: 18px 10px 0px 105px;
	height: 31px;
	width: 770px;
	margin-left: auto;
	margin-right: auto;
}

#sideNav {
	padding: 0px;
	width: 105px;
	margin-top: -5px;
	position:absolute;
	top: 45px;
	left: 0px;
	z-index: 55;
}

.navHolder {
	padding: 0px;
	width: 105px;
	margin-top: 12px;
}

#photoCanvas {
	position: absolute;
	text-align: right;
	padding: 0px;
	width: 620px;
	height: auto;
	top: 52px;
	right: 15px;
	z-index: 5;
}

#bottomBarr {
	padding: 0px;
	height: auto;
	width: auto;
	margin-left: 5px;
	margin-right: 5px;
	position: absolute;
	bottom: 5px;
}
#copyright {
	position:absolute;
	bottom: 5px;
	left: 5px;
	width: auto;
	height: auto;
}
.navArrows {
	position: absolute;
	bottom: 5px;
	right: 5px;
	width: 84px;
	height: 23px;
	padding: 0px;
	margin: 0px;
}
.countNumbers {
	color: #ffffff;
	font-size: 10px;
	font-family: arial, helvetica;
	float: left;
	text-align: center;
	margin-top: 4px;
	margin-left: 0px;
	width: 40px;
	}
.emptyCount {
	color: #afadad;
	}
.contactFrame {
	border: 1px solid #afadad;
	}
.photoBorder {
	border: 1px solid #e7e7e7;
}

