/* coolhabitat */

body {
	background-color: #deefee;
	background-image: url(images/background01.jpg);
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a:link { 
	color: #ffffff;
	background-color: #0066ac;
	text-decoration: none;
}

a:visited { 
	color: #ffffff;
	background-color: #0066ac;
}

a:hover { 
	background-color: #008fd3;
	}

a:active { 
	background-color: #3cc7f0;
}

h1 { 
	font-size: 18px;
	font-weight: bolder;
	letter-spacing: 1px;
	color: #0066ac;
}

h2 { 
	font-size: 12px;
	font-weight: bolder;
	color: #0066ac;
	position: relative;
	bottom: -10px;
}

p { 
	font-size: 10px;
	text-align: justify;
	line-height: 12px;
	color: #666666;
}

#header { 
	background-color: #FFFFFF;
	border-bottom: solid #000000 1px;
	padding: 10px 125px 10px 125px;
}

#header p { 
	color: #83abd1;
	font-size: 18px;
	line-height: 18px;
	text-align: center;
} 

#content { 
	position: relative;
	width: 779px;
}

#main-text { 
	background-color: #FFFFFF;
	border-bottom: solid #0066ac 1px;
	border-right: solid #0066ac 1px;
	border-bottom: solid #0066ac 1px;
	margin-left: 198px;
	padding: 20px;
}

#navbar { 
	background-color: #0099FF;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 198px;
}

#navbar ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#navbar ul {
	margin: 0px;
	padding: 0px;
}

#navbar ul li a:link, #navbar ul li a:visited {
	display: block;
	text-decoration: none;
	font-weight: bold;
	border-bottom: solid #000000 1px;
	padding: 3px 0px 3px 20px;
}

#navbar ul li a:hover {
}

#outer-image { 
	height: 199px;
	background-image: url(images/outer-image.jpg);
	background-position: center top;
}

#inner-image { 
	height: 199px;
	background-image: url(images/inner-image.jpg);
	background-repeat: no-repeat;
	background-position: 198px 0px;
}

.galsec {
	width: 538px;
	border: dotted 1px #CCCCCC;
	padding: 2px;
	margin-bottom: 5px;
	}

.galsec img {
  border: solid 1px #CCCCCC;
  padding: 5px;
  margin-left: 5px;
  margin-top: 5px;
}

.galsec h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CCCCCC;
	position: relative;
	left: 5px;
	top: 5px;
}

.galsec h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
	position: relative;
	left: 5px;
	top: 5px;
}

.galsec p {
	position: relative;
	left: 5px;
	top: 5px;
	margin-right: 15px;
}

#footer {
	font-weight: bold;
	text-align: right;
	margin-top: 20px;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
	font-weight: bold;
	width: 100px;
	padding: 0px 5px 0px 5px;
	text-align: center;
}

.highlight {
	color: #0066ac;
}

.photo {
  float: right;
  border: solid 1px #CCCCCC;
  padding: 5px;
  margin-left: 10px;
  margin-top: 5px;
} 

#lista {
color: #666666;
margin-left: 0;
padding-left: 0;
list-style: none;
}

#lista li {
padding-left: 15px;
background-image: url(images/drop.gif);
background-repeat: no-repeat;
background-position: 0 3px;
}