/* CSS Document */

.art {
	padding:7px;
	border:10px solid #000;
	margin-bottom:3px;
	background-color:#fcfcfc;
}

.sectionbar { 
	color:#fff;
	background: #1e4512;
	text-align: left;
	vertical-align:middle;
	line-height:18px;
	font-weight:normal;
	width:607px;
	padding: 3px 3px 3px 3px;
	margin-bottom:10px;
	clear:both;
}

.imgdiv {
	float:left;
	border-bottom:1px solid #cddab6;
	padding-bottom:2px;
	cursor:pointer;
	margin-bottom:15px;
	margin-right:12px;
	background-image:url(../images/enlarge.gif);
	background-repeat:no-repeat;
	background-position: bottom right;
}

.imgdivV {
	float:left;
	border-bottom:1px solid #cddab6;
	padding-bottom:2px;
	cursor:pointer;
	margin-bottom:15px;
	margin-right:18px;
	background-image:url(../images/enlarge.gif);
	background-repeat:no-repeat;
	background-position: bottom right;
}

.imgdivR {
	float:left;
	border-bottom:1px solid #cddab6;
	padding-bottom:2px;
	cursor:pointer;
	margin-bottom:15px;
	background-image:url(../images/enlarge.gif);
	background-repeat:no-repeat;
	background-position: bottom right;
}

#WIDEouter {
	width:843px;
	background-color:#1E4512;
	position:relative;
	}

#WIDEleft {
	float:left;
	width:206px;
	background-color:#1E4512;
	text-align:left;
	margin:0px;
	padding:0px;
	}
		
	#WIDEleft img {border:0px;}

#WIDEcenter {
	width:637px;
	float:right;
	background-color:#1E4512;
	background:url(/images/body_top.gif);
	background-position:top;
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
	overflow:visible;
	text-align:left;
	}

#WIDEbody {
		width:613px;
		background-image:url(../images/body_top.gif);
		background-color:#fff;
		background-position:top left;
		background-repeat:repeat-x;
		padding:12px 12px 8px 12px;
		font:11px Arial, Helvetica, sans-serif;
		line-height:16px;
		text-align:left;
		}