html,body{
	margin: 0;
	padding: 0;	
}
body{
	background: #656868 url(bg.png) repeat-x top left;
	text-align: center;
}
body, form, td, textarea, input{
	font: 11px verdana, tahoma, arial, helvetica;
	color: #29201b;
}
#content{
	background-color: #e7deac;
	border: 4px solid white;
	width: 950px;
	margin: 40px auto 0 auto;
	padding: 10px;
	text-align: left;
}
td{
	vertical-align: top;
	width: auto;
	padding: 5px 2px;
}
#mapThumb img,#mapFull img{
	margin: 20px 0;
	border: 1px solid black;
	cursor: pointer;
}
.tableFree,.tablePrebooked,.tableBooked{
	border: 1px solid #7d7949;
	margin-bottom: 3px;
	padding: 4px;
	line-height: 14px;
	height: 15px;
	background-color: #d3cca4;
}
div.tableFree input,div.tablePrebooked input,div.tableBooked input{
	margin: 1px;
	vertical-align: text-top;
}
table.formtable{
	width: 100%;;	
}
table.formtable textarea{
	width: 100%;
	height: 200px;
}
.adminmenu{
	font-weight: bold;
	font-size: 12px;
}
.editlink{
	font-size: 11px;
	font-style: italic;
}
#loginlink{
	display: block;
	padding: 20px;
	color: #3b3b3b;	
}
a:link, a:visited{
	color: #1f1813;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
h1,h2{
	color: #a0410d;
}
