#article_head h1 {
	text-align:center;
}

#main_content p {
	text-indent:1em;
	margin:0;
	line-height:1.5;
}

#main_content p.no_indent {
	text-indent:0;
}

span.drop-cap {
	font-family:"Times New Roman", Times, serif;
	font-size:5.5em;	
	line-height:.8;
	font-weight:bold;
	float:left;
	margin-right:2px;
}

.about {
	margin-top:.5em;
	font-size:90%;
	color:#666666;
	font-style:italic;
}

#ImageRotator {
	position:relative;
	margin:5px 0 8px 0;
	width:434px;
	border:1px solid #bbb;
}
#ImageRotator div.rotator_image {
	width:430px;
	margin-left:2px;
	margin-top:2px;
	overflow:hidden;
}

#ImageRotator div.rotator_image img {
	display:block; 
	margin:0 auto;
}

#ImageRotator div.rotator_image p {
	font-size:85%;
	margin-left:5px; margin-right:5px;
}

#ImageRotator div.rotator_image p span {
	float:right;
}

#ImageRotator #ControlContainer {
	position:absolute;
	bottom:8px;
	width:440px;
	padding-top:4px;
}

a.image_control {
	font-size:10px;
	line-height:20px;
	float:left;
	width:20px;
	height:20px;
	border:1px solid;
	margin-left:8px;
	text-align:center;	
	color:#bbb;
	font-weight:bold;
}

#ImageRotator #ControlContainer
a.image_control:hover
{
	
	cursor:pointer;
	color:#900;
}
