#content #pod1 {
	width: 280px;
	height: 382px;
	float: left;
	clear: both;
}
#content #pod2 {
	width: 560px;
	height: 476px;
	float: right;
}
#content #pod3 {
	width: 280px;
	height: 94px;
	float: left;
}
#content .text {
	padding: 10px 20px 0 30px;
}

#content #pod3 .text {
	width: 230px;
	height: 84px;
	float: left;
	font-size: 0.8em;
}
#content #pod1, 
#content #pod2, 
#content #pod3, 
#content #pod4, 
#content #pod5, 
#content #pod6,
#content #pod7,
#content #pod8,
#content #pod9 {
	background-color: #FFF;
	scrollbar-arrow-color: #666;
	scrollbar-track-color: #999;
	scrollbar-shadow-color: #CCC;
	scrollbar-face-color: #CCC;
	scrollbar-highlight-color: #CCC;
	scrollbar-darkshadow-color: #CCC;
	scrollbar-3dlight-color: #CCC;
	color:  #333;
} 
#content .text {
	overflow: auto;
}
#content #pod1, 
#content #pod2 {
	overflow: hidden;
}
#admincontent {
	width: 210px;
}
#admincontent #pod1, 
#admincontent #pod2, 
#admincontent #pod3, 
#admincontent #pod4, 
#admincontent #pod5, 
#admincontent #pod6, 
#admincontent #pod7, 
#admincontent #pod8, 
#admincontent #pod9 {
	cursor: hand;
} 
#admincontent #pod3 {
	width: 69px;
	height: 23px;
	float: left;
}
#admincontent #pod1, 
#admincontent #pod2, 
#admincontent #pod3 {
	margin: 0 1px 1px 0;
	background-color: #CCC;
}
#pod4,
#pod5, 
#pod6,
#pod7,
#pod8,
#pod9 {
	display: none;
}
#gallerygrid {
	width: 260px;
	height: 260px;
	padding: 25px 20px 5px 15px;
	background-color: #FFF;
}
#gallerygrid a {
	float: left;
	margin: 5px 0 0 5px;
	padding: 1px;
}
#gallerygrid a:hover {
	background-color: #CCC;
}
#gallerygrid a img {}
#gallerynav {
	background-color: #FFF;
	width: 280px;
	height: 30px;
	margin: 0 0;
}
#gallerynav a#prev, 
#gallerynav a#next {
	width: 110px;
	padding: 0 15px;
	display: block;
	line-height: 2em;
	color: #999;
	text-decoration: none;
	text-align: center;
	background-color: #FFF;
	margin: 0;
	font-weight: bold;
}
#gallerynav a#prev {
	text-align: left;
} 
#gallerynav a#next {
	text-align: right;
}
#gallerynav a:hover#prev, 
#gallerynav a:hover#next {
	background-color: #FFF;
	color: #CCC;
}
#gallerynav #prev {
	float: left;
	text-align: left;
}
#gallerynav #next {
	float: right;
	text-align: right;
}
#galleryimage {
	background-color: #FFF;
}
