@charset "UTF-8";
/* CSS Document */

#page {
	width:710px;
	border:solid 1px #000000;
	padding: 5px;
	
	}
	
#content {
	}
	
#content img {
	float:right;
	border:solid 1px #000000;
	margin:0 0 4px 4px;
	}
	
.clear {
	clear:both;
	}
	
.ad {
	text-align:center;
	}
	
.restaurant {
	color:#CC0000;
	font-variant:small-caps;
	font-size:30px;
	font-weight:bold;
	}
	
a {
	font-size: 14px;
	color: #000000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}