﻿#body {
	width:				940px;
	margin-top:			0px;
	margin-bottom:		20px;
	float:				left;
}

#left {
	width:				240px;
	float:				left;
	border-right:		1px #CCCCCC solid;
}

#body h1 {
	font-size:			18px;
	color:				#17B4E9;
}

#body h2 {
	font-size:			14px;
	color:				#00728F;
}

#left form label {
	font-size:			12px;
	color:				#00728F;
	margin-top:			8px;
	margin-bottom:		3px;
	font-weight:		bold;
	display:			block;
}

#left form input {
	width:				212px;
	margin-bottom:		2px;
	border:				1px #B2B2B2 solid;
}


#left form textarea {
	border:				1px #B2B2B2 solid;
}

#left form .button {
	width:				100px;
	height:				36px;
	float:				right;
	margin-right:		20px;
	border:				0px;
}

#middle {
	width:				199px;
	float:				left;
	margin-left:		20px;
}

address {
	font-style:			normal;
	margin-bottom:		15px;
}

.email {
	text-decoration:	none;
	color:				#808080;
}

.link {
	color:				#00728F;
	font-weight:		bold;
	text-decoration:	none;
}

#right {
	width:				480px;
	float:				left;
}

#right img {
	float:				left;
	margin-left:		20px;
	margin-bottom:		20px;
	display:			inline;
}

.dotted {
	float:				left;
}

#middle a {
	color:					#00728F;
	text-decoration:		none;
}

