#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;
}

#article_head h1 {
	text-align:center;
}

#main_content p {
	text-indent:1em;
	margin:0;
	line-height:1.5;
}

#main_content { font-size:80%; }

#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;
}

#pub_date {
	margin:0;
}

#column_info {
	width:230px;
	overflow:hidden;
	border:1px solid black;
	float:right;
	background-color:#CCCCCC;
	position:relative;
	margin-left:4px;
	margin-top:4px;
}

#column_info img {
	float:right;
	margin-left:4px;
	border-left:1px solid black;
	display:inline;
	
}

#column_info #column_description {
	text-indent:0;
	margin-left:8px;
	margin-top:8px;
	line-height:1.2;
	font-size:70%;
}

#column_info #column_author {
	text-indent:0;
	margin-left:8px;
	margin-top:8px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:90%;
	line-height:1em;
}
#column_info #column_title {
	text-indent:0;
	width:100px;
	text-align:right;
	font-weight:bold;
	margin-top:28px;
	line-height:1em;
}


