/* CSS Document */

#body #title{
	background-image:url(images/title.gif);
}

.map{
	float:right;
	margin:10px;
	text-align:center;
}

.map iframe{
	border:2px solid #220000;
}

.address{
	width:200px;
	margin:20px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #cfa972;
	background-color:#8b2e2d;
	color:#FFFFFF;
	padding:10px;
	font-size:14px;
	text-align:center;
	line-height:200%;
}

.button{
	clear:both;
	margin:20px;
	text-align:center;
}

.button input{
	padding:10px;
	border:1px solid #cfa972;
	background-color:#8b2e2d;
	color:#FFFFFF;
	font-weight:bold;
}
