﻿#body {
	width:				940px;
	margin-top:			0px;
	margin-bottom:		20px;
	float:				left;
}

#left {
	width:				460px;
	float:				left;
}

#left h1 {
	color:				#17B4E9;
	font-size:			18px;
	margin-top:			0px;
}

#left h2 {
	font-size:			14px;
	color:				#00728F;
}

#left a {
	color:				#00728F;
	text-decoration:	none;
}

#right {
	width:				480px;
	float:				left;
}

#right img {
	float:				left;
	margin-left:		20px;
	margin-bottom:		20px;
	display:			inline;
}

.dotted {
	float:				left;
}

hr {
	border-style:		dashed;
	color:				#dadada;
}