#image {

	display: block;
	padding: 3px;
	float: left;
	background-image: url(../../elements/kirsten.jpg);
	background-repeat: no-repeat;
	width: 60px;
	height: 61px;

}
#image2 {
	display: block;
	padding: 3px;
	float: left;
	background-image: url(../../elements/rebecca.jpg);
	background-repeat: no-repeat;
	width: 60px;
	height: 61px;

}
#image3 {
	display: block;
	padding: 3px;
	float: left;
	background-image: url(../../elements/liz.jpg);
	background-repeat: no-repeat;
	width: 60px;
	height: 61px;

}
#image4 {
	display: block;
	padding: 3px;
	float: left;
	background-image: url(../../elements/christine.jpg);
	background-repeat: no-repeat;
	width: 60px;
	height: 61px;

}
#image5 {
	display: block;
	padding: 3px;
	float: left;
	background-image: url(../../elements/patty.jpg);
	background-repeat: no-repeat;
	width: 60px;
	height: 61px;
}
#image6 {
	display: block;
	padding: 3px;
	float: left;
	background-image: url(../../elements/kim.jpg);
	background-repeat: no-repeat;
	width: 60px;
	height: 61px;
}
#mainSidebar {
	float: left;
	/*
	background-image: url(../../elements/main_sidebar_bg.jpg);
	background-repeat: no-repeat;
	*/
	text-align: center;
	width: 210px;
	height: 400px;
	background-color: #E5EEF5;
	border-right: 1px solid #9C9177;
}

.photos {
	margin-top: 10px;
	list-style: none;
	font-family: arial, helvetica, sans;
	font-size: 11px;
	color: #5A471C;
	display: block;
	width: 210px;
	height: 61px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px;
	margin-right: 0px;
	}
#text {
	float: left;
	margin-top: 10px;
	margin-left: 5px;	
}	

/*------------------main content------------------*/

#content {
	float: left;
	font-family: arial, helvetica, sans;
	font-size: 11px;
	line-height: 20px;
	color: #5A471C;
	
	
}

.sponsorlinks {
	color: #5A471C;
	font-weight: bold;
	text-decoration: none;
}

#leftColumn {
	display: block;
	position: absolute;
	left: 238px;
	float: left;
	padding: 10px;
	width: 315px;
	height: 270px;
	/*border-bottom: 1px solid #9C9177;*/
	border-right: 1px solid #9C9177;
}

#rightColumn {
	display: block;
	position: absolute;
	padding: 10px;
	left: 572px;
	float: left;
	width: 217px;
	height: 270px;
	/*border-bottom: 1px solid #9C9177;*/
}

#belowContent {
	display: block;
	position: absolute;
	top: 509px;
	padding: 10px;
	width: 552px;
}
