div#header {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	width: 100%;
	height: 552px;
	background-color: #f2e7cb;
	border-bottom: 1px solid #e3ce94;
}

div#page {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 800px;
	min-height: 100%;
	height: 100%;
	text-align: left;
	background-color: white;
	padding: 0px;
}

div#content {
	text-align:left;
	padding: 10px;
}

body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: white;
   margin-left: auto;
   margin-right: auto;
	width: 100%;
}

div#footer {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	width: 100%;
	height: 50px;
	background-color: #f2e7cb;
	border-top: 1px solid #e3ce94;
}

table.hostelinfo {
	border: 1px dotted black;
	border-collapse: collapse;
	border-spacing: 0px;
}

td {
	border: 1px dotted black;
	border-collapse: separate;
	padding-left: 10px;
	padding-top: 2px;
	padding-right: 25px;
	padding-bottom: 2px;
}

td.heading {
	font-weight: bold;
	color: navy;
}
