/*
This is the basic page layout for Beach Farm Park. Apart from HTML there should be no styling other than width, height etc.
*/

html {
	background-color: #41a2dd;
	color: #000000;
	height: 100%;
}

body {
	height: 100%;
}

#container {
	position: relative;
	width: 770px;
	overflow: auto;
	margin: 0 auto;
	min-height: 100%;
	overflow: auto;
}

#nav {
	margin-top: 5px;
}

#mainbranding {
	margin-top: 5px;
}

#secondarybranding {
	margin-top: 5px;
}

#contentmain {
	margin-top: 5px;
	overflow: auto;
}

#siteinfo {
	margin-top: 15px;
}