.image_caption{
	width: 512px;
	background-color: #ECEEF0;
	padding: 2px 5px 2px 5px;
	color: #333333;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 14px;
	display: block
}

h1{
	width: 100%;
	font-family: "Century Gothic", Arial;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	margin: 2px 0px 8px 0px;
	padding: 4px 0px 2px 0px;
	color: #8D0808;
	float: left
}
h2{
	font-size: 16px;
	color: #8D0808;
	font-weight: bold
}
h3{
	font-size: 14px;
	color: #8D0808;
	font-weight: bold
}
h4{
	font-size: 16px;
	color: #333333
}
#main_content{
	color: #333333;
	font-size: 12px
}
#main_content ul{
	list-style: none;
	margin-left: 25px;
	margin-bottom: 20px;
	float: left;
	width: 100%
}
#main_content li{
	background-image: url(../images/bullet_point.gif);
	background-repeat: no-repeat;
	float: left;
	line-height: 20px;
	padding-left: 20px;
	padding-bottom: 8px;
	width: 220px;
	list-style: none;
}
#main_content img{
	border: 1px solid #8D0808
}
#main_content a{
	color: #333333;
	text-decoration: underline
}
#main_content a:hover{
	color: #8D0808;
	text-decoration: underline
}