
#leftpanel {
	float: left;
	width: 325px;
	height: 625px;
  }
	
	
#picsview {
	float: left;
	text-align: center;
	padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
	width: 300px;
	height: 225px;
	background: #dcdcdc;	
  }
	
#slideshow {
	width: 300px;
	height: 225px;
	background: #FFFFFF;
  }

#leftpanelspacer {
	width: 300px;
	height: 25px;
	background: #FFFFFF;

}
#filesview {
	float: left;
	padding-top: 4px;
  padding-bottom: 4px;
	width: 310px;
	height: 280px;
	background: #e6e6fa;
	border:5px #dcdcdc solid;
}

#filesviewtitle {
	width: 310px;
	height: 19px;
	font-size: 0.8em;
	font-weight: bold;
	font-family: 'Verdana' , 'Microsoft Sans Serif';
	background: #e6e6fa;
	border-bottom: 2px #cc3300 solid;
	color: #003333;
	text-align : center;
}	
#filesviewcontents {
	width: 290px;
	height: 240px;
	overflow:auto;
	font-size: 0.7em;
	font-weight: bold;
	font-family: 'Verdana' , 'Microsoft Sans Serif';
	background: #e6e6fa;
	color: #000099;
	text-align : left;
	padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}	

#newslettersview {
	float: left;
	padding-top: 4px;
  padding-bottom: 4px;
	width: 310px;
	height: 140px;
	background: #e6e6fa;
	border:5px #dcdcdc solid;
}

#newslettersviewtitle {
	width: 310px;
	height: 19px;
	font-size: 0.8em;
	font-weight: bold;
	font-family: 'Verdana' , 'Microsoft Sans Serif';
	background: #e6e6fa;
	border-bottom: 2px #cc3300 solid;
	color: #003333;
	text-align : center;
}	
#newslettersviewcontents {
	width: 290px;
	height: 100px;
	overflow:auto;
	font-size: 0.7em;
	font-weight: bold;
	font-family: 'Verdana' , 'Microsoft Sans Serif';
	background: #e6e6fa;
	color: #000099;
	text-align : left;
	padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}	

