body {
	color:#CCC;
	font-family: Geneva, Arial, helvetica, sans-serif;
	font-size: 75%;
	letter-spacing: 1px;
	background-color: #A4C8E2;
	margin-top: 100px;
	margin-bottom: 20px;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:active {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 0 0 1em 0;
}

span.name {
	font-weight: bolder;
	letter-spacing: 2px;

}

div.tabArea {
  font-size: 90%;
  font-weight: bold;
	margin-left: 25%;
	margin-right: 25%;
	padding: 5px 5px 5px 5px;
}

a.tab {
  background-color: #d0d0d0;
  border: 1px solid #FFFFFF;
  border-bottom-width: 0px;
  padding: 2px 1em 7px 1em;
  text-decoration: none;
  z-index: 99;
}

a.tab, a.tab:visited {
  color: #ffffff;
}

a.tab:hover {
  background-color: #c0c0c0;
  color: #606060;
  position:relative;
  z-index: 99;
}

a.tab.activeTab, a.tab.activeTab:hover, a.tab.activeTab:visited {
  background-color: #666;
  color: #FFFFFF;
  	border-color: #FFFFFF;
	border-style: dashed;
	border-width: thin;
  border-bottom-width: 0px;
}

a.tab.activeTab {
	position:relative;
	z-index: 101;
}

#container {
	margin-left: 5%;
	margin-right: 5%;
	padding-top: 20px;
	padding-bottom: 50px;
	background-image:url(../images/topo.png);
}

#content {
	background-color: #666;
	border-color: #FFFFFF;
	border-style: dashed;
	border-width: thin;
	line-height: 120%;
	text-align: justify;
	margin-left: 25%;
	margin-right: 25%;
	padding: 5px 5px 5px 5px;
	position:relative;
	z-index: 100;
}

#footer {
	float: right;
	width: 100%;
	padding: 5px 5px 5px 5px;
}

#gallery {
	letter-spacing: 0px;
	background-color: #666;
	border-color: #FFFFFF;
	border-style: dashed;
	border-width: thin;
	line-height: 140%;
	text-align: left;
	margin-left: 25%;
	margin-right: 25%;
	padding: 5px 5px 5px 5px;
	position:relative;
	z-index: 100;
}

#header {
	width: 100%;
	margin-top: 11px;
	margin-bottom: 11px;
}

#image {
	background-color: #666;
	border-color: #FFFFFF;
	border-style: dashed;
	border-width: thin;
	line-height: 120%;
	text-align: center;
	margin-left: 25%;
	margin-right: 25%;
	padding: 5px 5px 5px 5px;
	position:relative;
	z-index: 100;
	overflow: hidden;
}

#leftnav {
	float: left;
	width: 25%;
	margin: 0;
	padding-left: 5px;
	padding-right: 5px;
	text-align:right;
}

#rightnav {
	float: right;
	width: 15%;
	margin: 0;
	padding-left: 5px;
	padding-right: 5px;
}

#thumb {
	float: left;
	border-color: #FFFFFF;
	border-style: dashed;
	border-width: 1px;

}

#blankthumb {
	float: left;
	padding: 48px 48px 48px 48px;
}

	
