/* 0902 */
* {margin:0;padding:0}
body {
	text-align:left;	
	font-family: Georgia, Times New Roman, Times, Serif;
	color:#000;
	background:#fff;
}
#frame {
	width:275px;
	float:left;
	padding:10px;
}
h1 {
	text-shadow: 1px 1px 1px #999;
}
.content, h1{
	font-family: Georgia, Times New Roman, Times, Serif;
	color:#000;
	font-size: 1.0em;
	line-height:1.4;
}
a {
	color:#000;
  	text-decoration : underline;
}
a:hover {
  	text-decoration : underline;
}
a:visited {
  	text-decoration : underline;
}
a:visited:hover {
  	text-decoration : underline;
}
#map {
	width:250px;
	height:100px;
	padding:0;
}
#rounded {
	width:250px;
	margin:0 0 10px 0;
	-webkit-box-shadow: 1px 1px 2px #999;
	-moz-box-shadow: 1px 1px 2px #999;
	box-shadow: 1px 1px 2px #999;
	border: 1px solid #ececec;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-background-origin:border;
    -webkit-background-clip: border;
	-webkit-background-origin: border;
	padding:border;
	-moz-background-clip:border;
	background-clip:padding-box;
}
.skold {
	width:150px;
	border:0;
}
