/* ELEMENTS */
html {
	height: 100%;
	margin:0;
	padding:0 0 1px 0;
	border: 0 none;
}

body {
	text-align: center;
	font: 100.01%/1.5 Arial,Helvetica,sans-serif; 
	background-color: #2b6c68;
	color: #fff;
	margin: 1%;
	padding:0;
	height: 98%;
}

td {
	vertical-align: top;
	padding:0;
}

div {
	margin:		0;
	padding:	0;
}
p,ul,h2,h3 {
	margin:		0 0 .5em 0;
}

/* LAYOUT TABLE  */

#wrapper {
	text-align:left;
	margin: 0 auto;
	background-color: white;
	color: #000;
	font-size: .9em; 
	border: 2px solid white;
	width: 750px;
	height: 98%;
}

/* MSIE PC ONLY \*/
* html #wrapper {
	height: auto;
}

/* PAGE HEADER */

#header { 
	background: white url(bg-header.jpg) no-repeat left bottom; 
	color:white;
	height: 150px;
	padding: 0;
	vertical-align:top;
	border-bottom: 2px solid white;
}

#header h1 {
	height: 35px;
	line-height: 35px;
	font-size: 1.4em;
	background-color: #ca8e45;
	color: white;
	text-align: center;
	margin:0;
	border-bottom: 2px solid white;
	letter-spacing: 1px;
}

/* NAV BARS */

#nav {
	width: 150px;
	padding: 0 5px;
	background-color: #ca8e45;
	border-right: 2px solid white;
}

#nav ul {
	list-style: none;
	margin:10px 0;
	padding:0;
}

#nav ul a, #nav ul span {
	display:block;
	display: inline-block; /* MSIE ONLY */
	width: 90%;
	text-decoration: none;
	color: white;
	background-color: #2b6c68;
	border: 2px outset #2b6c68;
	padding: 2px 5px;
	margin: 2px 0;
}
#nav ul a:hover {
	color: white;
	background-color: #033;
}
#nav ul span {
	color: #2b6c68;
	background-color: white;
}
#nav p {
	font-weight: bold;
	color: white;
	margin-top: 40px;
	text-align:center;
}
	

/* CONTENT */

#content {
	width:		568px;
	padding:	5px;
	border:		1px solid #ca8e45;
	color:		#333;
}
#content h2 {
	color:		#2b6c68;250
	font-size:	1.2em;
	margin:		.5em 0;
}
#content #aerial {
	margin: 0 0 0 20px;
}
#content ul {
	margin:		0.5em 0 0.5em 1.2em;
	padding:	0;
}
#content ul.gallery {
	list-style:	none;
	margin:		1em 0;
	padding:	0;
}

#content ul.gallery img {
	float:		right;
	width:		250px;
	margin:		0 0 5px 10px;
}
#content ul.gallery li {
	clear:		right;
	border-top:	1px solid silver;
	padding:	5px 0;
}
#content ul.gallery li p {
	margin:		0;
	padding:	0 0 10px 0;
}

#content div.twocolumns {
	width:		280px;
	float:		left;
	padding:	0;
}
#content div.narrow {
	width:		245px;
}
#content div.wide {
	width:		315px;
}

#content div.photos {
	width:		250px;
	padding:	0 0 0 10px;
	float:		right;
}
#content div.photos img {
	width:		250px;
	border:		0 none;
	display:	block;
	margin-bottom:	10px;
}
#content div.photos p {
	margin:		0 0 5px 0;
}

#content ul.guestbook {
	list-style:	none;
	margin:		0 10px 0 0;
	padding:	0;
	width:		270px;
	float:		left;
}


#content ul.guestbook li {
	margin:		.5em 0;
	padding:	0;
	border:		1px dotted #9cc;
	padding:	5px;
}

#content ul.guestbook li cite {
	display:	block;
	text-align:	right;
	color:		#066;
	font-size:	.9em;
	padding-top:	.5em;
}

#content table.activities {
	border:		1px solid silver;
	border-collapse:collapse;
	font-size:	.83em;
	color:		#000;
	margin:		0 0 1em 0;
}
#content table.activities caption {
	font-weight:	bold;
	margin:		1em 0 0 0;
}
#content table.activities th {
	background-color:	#2b6c68;
	color:			#fff;
	padding:	2px 3px;
}
#content table.activities td {
	padding:	2px 3px;
}

#content dl.address dt {
	font-weight:	bold;
	margin-top:	1em;
}
#content dl.address dd {
	margin:	0;
}

/* FOOTER */

#footer {
	background: white url(bg-footer.jpg) no-repeat; 
	border-top: 3px solid white;
	height: 140px;
	color:white;
	padding: 5px 10px ;
	text-align: right;
	vertical-align: bottom;
	font-size: .9em;
	font-weight: bold;
}

#home #footer {
	background: white url(home-bg-footer.jpg) no-repeat;
	vertical-align: top;
	color: black;
}

#footer a.email {
	width: 50%;
	display:block;
	float:left;
	text-align:left;
	color: #fff;
}

#footer span#designer {
	float:left;
	color: #999;
	font-size:.6em;
	padding-top: .4em;
	font-weight: normal;
}

#home #footer span#designer,
#home #footer span#designer a {
	color: #666;
}

#footer span#designer a { 
	color: #999;
	text-decoration: none;	
}

