@charset "utf-8";

#profile {
	width: 610px;
	float: left;

}
#profile_table {
	float: left;
	width: 300px;
	margin: 0 8px 15px 0;
}

#profile_table table {
	width: 300px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
}
#profile_table th ,#profile_table td {
	padding:5px;
	margin: 0;
}

#profile_table th {
	width: 80px;
	background-color: #F8F8F8;
	border-left: 3px solid #999999;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

#profile_table td {
	border:1px solid #ccc;
}

#photos {
	float: left;
	width: 300px;
	margin: 0 0 15px 0;
}
#photos ul {
}
#photos li {
	display: inline;
	padding-right: 3px;
}
#photos img {
	border: solid 1px #CCCCCC;
}
#profile #img {
	margin-bottom: 10px;

}
#gmaps {
	clear: both;
	margin: 0 0 15px 0;
	padding: 0;
}
#gmaps p {
	display: block;
	width: 80px;
	padding: 5px;
	background-color: #F8F8F8;
	border-left: 3px solid #999;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	font-weight: bold;
}
#mapArea{
	width: 608;
	height: 300px;
	border: 1px solid #CCCCCC;
}
#inq, #pdf {
	text-align: center;
	width: 300px;
	margin: 15px auto 15px auto;
	clear: both;
}
#inq img, #pdf img {
	border: none;
}

