* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	margin: 0px;
	padding: 0px;
	/* background-color: #fdfeec; */
}
div, p {	line-height: 15px;}
img {		border: 0px; }
a:link {	color: #0f0c81;	text-decoration: none; }
a:visited {	color: #0f0c81;	text-decoration: none; }
a:hover {	color: #0f0c81;	text-decoration: underline; }
h1 {		color: #000000; font-size: 180%; }
h2 {		color: #4e5281; font-size: 180%; font-weight: normal; }
h3 {		color: #000000; font-size: 100%; font-weight: bold; }
hr {		color: #e0bfaf; height: 1px; }
pre.pp {	
	clear: both;
	background-color: #CCCCCC; 
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */

}
.apro {		font-size: 80%; }

#container {
	width: 975px;
	margin-left: 10px;
	margin-top: 0px;
}

div.reservations div.place {
	width: 500px;
}
div.reservations ul.place_list {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
div.reservations ul.place_list li {
	display: inline;
	padding: 10px;
	font-weight: bold;
}
div.reservations div.place {
	width: 500px;
}
