/*-----style reset-----*/
html, body, div, span, h1, h2, h3, p, em, font, img, ol, ul, li, form, label, img{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
:focus { outline: 0; }
ol, ul { list-style: none; }

body {
	font: 62.5% arial, helvetica, verdana, sans-serif;
	text-align: center;
	margin: 0 auto;
	padding-top: 50px;
	background-color: #46112B;
}

h1 {
	font-size: 1.8em;
	font-weight: bold;
	color: #968A55;
	margin: 30px 0 0 25px;
}

.secondary h1 {
	font-size: 1.8em;
	font-weight: bold;
	color: #968A55;
	margin: 0;
	padding: 30px 0 17px 30px;
}

h2 {
	font-size: 1.4em;
	font-weight: bold;
	color: #000;
	margin: 25px 0 10px 30px;
}

p {
	font-size: 1.2em;
	color: #000;
	margin: 0 300px 20px 30px;
}

.home p {
	font-size: 1.2em;
	line-height: 1.5em; 
	color: #000;
	margin: 0 260px 20px 25px;
}

a {
	color: #46112B;
	font-weight: bold;
}

span {
	font-weight: bold;
}

ul {
	margin: 10px 0 10px 55px;
	padding-right: 420px;
}

ul li {
	font-size: 1.1em;
	padding-bottom: 5px;
	list-style: disc;
}

#container {
	text-align: left;
	width: 800px;
	height: 784px;
	margin: 0 auto;
	background-color: #968A55;
	border: 1px solid black;
}

.content {
	position: relative;
	float: right;
	width: 560px;
	height: 636px;
	background: #fff;
}

/*--------------home page-------------*/

.floatRight {
	float: right;
	height: 636px;
	width: 242px;
	background: #fff url(images/Homepage-Concept-A_07.jpg) repeat;
}

#floatLeft {
	float: left;
}

.floatRight p {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.6em;
	color: #000;
	margin: 20px 50px 0 15px;
}

* html .floatRight p {
	margin: 20px 20px 0 15px;
}

#logos{
	position: absolute;
	top: 580px;
	left: 0;
}


/*--------------amenities-------------*/

#container2 {
	text-align: left;
	width: 800px;
	height: 690px;
	margin: 0 auto;
	background-color: #968A55;
	border: 1px solid #000;
}

.content2 {
	position: relative;
	width: 800px;
	height: 550px;
	background-color: #fff;
	border-bottom: 24px solid #968A55;
}

.columnRight {
	float: right;
	width: 245px;
	height: 550px;
	background: #fff url(images/Homepage-Concept-A_07.jpg) repeat;
}

.columnRight p {
	font-size: 1.3em;
	color: #000;
	margin: 10px 10px 10px 20px;
}

#logos2 {
	float: right;
	padding-top: 85px;
}

.footer2 {
	position: absolute;
	left: 30px;
	top: 590px;
	padding-bottom: 20px;
}

.footer2 p, .footer2 a {
	font-size: 1em;
	color: #76445D;
	margin: 0;
}

/*--------------activities-------------*/

#container3 {
	text-align: left;
	width: 800px;

	margin: 0 auto;
	background-color: #968A55;
	border: 1px solid black;
}

.content3 {
	position: relative;
	width: 800px;

	background-color: #fff;
	border-bottom: 24px solid #968A55;
}

.footer3 {
	position: absolute;
	left: 200px;
	padding-bottom: 20px;
}

.footer3 p {
	font-size: 1em;
	color: #968A55;
	margin: 40px 0 0 0;
}

.content3 img {
	margin: 0 0 10px 30px;
}

/*--------------footer-------------*/

.footer {
	position: absolute;
	left: -208px;
	top: 660px;
	padding-bottom: 20px;
}

.footer p, .footer a {
	font-size: 1em;
	color: #76445D;
	margin: 0;
}
