/** standard styles **/
* {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 11px;
}

body {
	background: #1f2546;
}

.clearer {
	clear: both;
}


/** main blocks **/

#container {
	margin-top: 135px;
	padding-top: 1px;
	width: 100%;
	background: white;
}
#contentwrapper {
	border-top: 20px solid #bfc5e3;
}
#content {
	width: 1000px;
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 25px;

	color: #7b8788;
}


/** column blocks **/

.column {
	float: left;
	width: 335px;
}
.column.logo {
	width: 300px;
	height: 148px;
	background: url('../images/logo.png') no-repeat left 105px;
}
.column.col1 {
	padding-right: 30px;
}


/** content styling **/

#content p {
	line-height: 16px;
	margin-bottom: 14px;
}
#content h1, #content h2 {
	margin-bottom: 14px;
}

p a {
	color: #7b8788;
	text-decoration: none;
	border-bottom: 1px dotted #7b8788;
}
p a:hover {
	border-bottom: 1px solid #7b8788;
}

.column.col2 a {	display: block;
	height: 40px;
	margin: 20px 0;
	width: 100%;
	margin-left: 40px;
 	text-indent: -9999px;
 	overflow: hidden;
}
.column.col2 a.golfbreak       { background: url('../images/golfbreak.png')       no-repeat top left; }
.column.col2 a.spabreak        { background: url('../images/spabreak.png')        no-repeat top left; height: 43px; }
.column.col2 a.restaurantbreak { background: url('../images/restaurantbreak.png') no-repeat top left; }
.column.col2 a.museumbreak     { background: url('../images/museumbreak.png')     no-repeat top left; }


/** contact/becurious blocks **/

.contactinfo,
.becurious {
	padding-top: 0px;
}
 	.contactinfo {
 		width: 170px;
 		float: left;
 	}
 	.becurious {
 		padding-left: 170px;
 	}
 	.becurious .logo {
 		display: block;
 		text-indent: -9999px;
 		overflow: hidden;
 		height: 38px;
 		width: 126px;
 		margin: 0 0 0 15px;
 		background: url('../images/becurious.jpg') no-repeat left top;
 	}
 	.becurious .logo:hover {
 		background-position: bottom;
 	}
