/* Written 10 February 2010 by DCO */

#article {
	margin: 0px;
}

#image {
	clear: both;
	height: 200px;
	margin: 10px;
	text-align: center;
}

#title {
	background: #FFF url('http://randomcuriosity.com/journal/images/television_snow.gif');
	margin: 10px;
	padding: 10px;
	text-align: center;
}

#title a {
	color: #000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
}

#article p {
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
	margin: 10px;
	padding: 0px 10px;
	text-align: left;
}

#alt_title, #introduction, #chart_intro, #conclusion, #inspiration {
	clear: both;
}

div.horizontal {
	clear: both;
	margin: 3px 10px;
}

div.vertical {
	float: left;
	margin: 3px 0px 3px 8px;
	width: 200px;
}

img.left {
	float: left;
	margin: 0px;
	width: 200px;
}

img.right {
	float: right;
	margin: 0px;
	width: 200px;
}


div.text_right {
	margin-left: 200px;
	padding: 5px;
}

div.text_left {
	background: #CCC;
	margin-right: 200px;
	padding: 5px;
}

div.text_vert_top {
	background: #CCC;
	padding: 5px;
}

div.text_vert_bottom {
	padding: 5px;
}

#article div.text_right p, #article div.text_left p, #article div.text_vert_top p, #article div.text_vert_bottom p {
	margin: 0px;
	padding: 0px;
}

a.showtitle {
	color: #223243;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}
