/* STYLES SPECIFIC TO THIS SECTION ONLY */
table.frame	{
	width: 900px;
	height: 100%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	margin-top: 0px;
	/* IMG BELOW */
	background-image: url(/images/frame-top-bg.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

td.sidebar-bottom	{
	width: 225px;
	background-color: #dce3f0;
	margin: 0px;
	padding: 0px;
	/* IMG BELOW */
	background-image: url(/images/sidebar-bg2.gif); 
	background-repeat: repeat-y;
}


td.maincontent	{
	width: 675px;
	/* BORDER BELOW */
	border-right: solid 3px #aee0ed;
	padding-top: 15px;
}

#copyright	{
	/* IMG BELOW */
	background-image: url(/images/border-bottom.gif);
	background-repeat:no-repeat;
	background-position: 200px 0px;
	height: 30px;
}
/* may need to tweak this depending on # items in subment */
div#photo p	{
	font-size: 11px;
}

td.maincontent h3	{
	margin-left: 40px;
	margin-right: 40px;
	font-size: 16px;
	/* H2 COLOR BELOW - S/B SAME AS 'MORE' ARROW */
	color: #9cd5e4;
	/* BORDER BELOW */
	border-bottom: solid 1px #aee0ed;

}

div.optionalsidebar h2	{
	margin-left: 40px;
	margin-right: 40px;
	font-size: 15px;
	color: #C41230;
	text-transform: uppercase;
}