body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f1efe2;
	color: #333333
	}

#header span a {
	display: block;
	float: left;
	height:19px;
	min-width: 75px;
	background: #ffffff;
	color: #333333;
	margin: 0 0 0 20px;
	padding: 4px;
	-moz-opacity: .8;
	opacity: .8;
	filter:alpha(opacity=80);
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	}
#header span a:hover {
	-moz-opacity: 1;
	opacity: .9999;
	filter: alpha(opacity=100);
	}
	
#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
#nav li {
	display: inline;
	margin: 0;
	padding: 0
	}
#nav li a {
	display: block;
	float: left;
	height:19px;
	min-width: 75px;
	background: #ffffff;
	color: #333333;
	margin: 0 0 0 20px;
	padding: 4px;
	-moz-opacity: .8;
	opacity: .8;
	filter:alpha(opacity=80);
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	}
#nav li a:hover {
	-moz-opacity: 1;
	opacity: .9999;
	filter: alpha(opacity=100);
	}
#nav li p {
	display: block;
	float: left;
	height:19px;
	min-width: 75px;
	background: #ffffff;
	color: #333333;
	margin: 0 0 0 20px;
	padding: 4px;
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	}
#nav li p {
	cursor: default
}
#header {
	width: 700px;
	height: 150px;
	}
#shadow-div {
	width: 732px;
	margin: 0 auto;
	background: url(../../assets/images/shadow.gif) repeat-y;
	}
#container {
	width: 700px;
	margin: 0 auto;
	background: #fff url(../../assets/images/backgrounds/03b.jpg) no-repeat;
	}
.villaliwonde #container {
	background: #fff url(../../assets/images/backgrounds/villaliwonde4.jpg) no-repeat;
	}
#nav {
	width: 700px;
	height: 27px;
	border-bottom: 1px #ffffff solid;
	}
#content-container {
	width: 700px;
	overflow: hidden
	}
#sidebar {
	width: 200px;
	float: left;
	margin: 20px 0 20px 0px;
	}
#content {
	width: 459px;
	min-height: 450px;
	float: right;
	font-size: 12px;
	padding: 0 20px;
	border-left: #eee 1px solid;
	margin: 20px 0 20px 0px;
	overflow: visible;
	}	
#shadow-bottom {
	height: 20px;
	width: 732px;
	margin: 0 auto 20px auto;
	background: url(../../assets/images/shadow-bottom.gif) top no-repeat;
	}
#shadow-bottom p {
	margin: 0 0 0 36px;
	padding: 7px 0 0 0;
	font-size: 12px;
	color: #999999;
	}
#shadow-bottom a {
	color: #999999;
	text-decoration: underline;
	}
#shadow-bottom a:hover {
	text-decoration: none;
	}
div.captioned {
	border: 1px #ccc solid;
	background: #f1efe2;
	margin-bottom: 5px
	}
div.right {
	float: right;
	margin-left:5px;
	}
div.left {
	float: left;
	margin-right:5px;
	}
#content img {
	border: 1px #ccc solid;
	margin: 3px;
	}
.captioned p {
	margin: 3px;
	font-size: 10px
	}
div#heading {
	border: 1px #ccc solid;
	background: #f1efe2;
	overflow: visible
	}
div#heading img {
	border:1px #ccc solid;
	margin: 3px;
	}
h1 {
	margin: 0 0 0 4px;
	padding: 0;
	font-size: 20px
	}
a:hover {
	text-decoration: none;
	}
	
/* =CLEARFIX
   by Tony Aslett
   http://www.positioniseverything.net/easyclearing.html
   IE7 fix found here
   http://www.456bereastreet.com/archive/200603/new_clearing_method_needed_for_ie7/
-------------------------------------------------- */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display:block;
}
/* End hide from IE-mac */
