﻿/*
CSS information for the Geelhoutboom B&B website
http://www.geelhoutboom.co.za
*/
/* Sets page defaults for background and font */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin: 0px;
	background-color: #efefef;
}
#main {
	position: absolute;
	width: 600px;
	left: 50%;
	margin-left: -300px;
	border-left: 1px black solid;
	border-right: 1px black solid;
	border-bottom: 1px black solid;
	background-color: white;
}
#main #menu {
	height: 16px;
	padding-top: 2px;
	border-bottom: 1px black solid;
	bottom: 2px;
	background-color: black;
	border-top: 1px black solid;
}
#main #menu ul {
	display: inline;
	margin-left: 0px;
	padding-left: 0px;
}
#main #menu ul li {
	list-style-type: none;
	display: inline;
	margin-left: 0px;
	padding-left: 0px;
}
#main #menu ul li a {
	padding: 2px 10px;
	text-decoration: none;
	color: white;
	font-weight: bold;
	font-size: 0.9em;
}
#main #content h1 {
	color: #6699CC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	border-bottom: 1px #0066CC dotted;
	margin-left: 10px;
	margin-right: 10px;
}
#main #content p {
	padding-left: 10px;
	padding-right: 10px;
	color: #666666;
}
#main #content {
	color: #666666;
}
#main #footer {
	background-color: black;
	border-top: 1px white solid;
	font-size: 0.8em;
	color: white;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.centre {
	text-align: center;
}
.img_space {
	margin: 0em 2em;
	border: 1px black solid;
}
.img {
	margin: 0px;
	padding: 0px;
}
div.iframecopy {
	width: 200px;
	height: 200px;
	overflow: auto;
}
.tourism_section {
	border-top: 1px #0066CC dotted;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.tourism {
	font-size: medium;
	color: black;
	font-family: "Times New Roman", Times, serif;
}
.tourism_sa {
	font-family: "Times New Roman", Times, serif;
}
.margin {
	margin-left: 1em;
}
.enquiry {
	width: 50%;
	padding: 1em;
}
.comments {
	border-top:1px #0066CC dotted;
	margin-left:10px;
	margin-right:10px;
	padding-top: 1em;
}
.comment_top {
	margin-left:10px;
	margin-right:10px;
	padding-top: 1em;
	font-weight:400;
}
label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
}
.err  {
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 75%;
	color: red;
}
