@charset "UTF-8";
/* CSS Document */
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #f1f1f1;
	font-family: Optima, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #333;
}
.thrColFixHdr #container {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #333;
} 
.thrColFixHdr #container2 {
	width: 1100px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #333;
} 
.thrColFixHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #000;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Optima, Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #CCC;
}
.thrColFixHdr #sidebar1 {
	float: left; /* padding keeps the content of the div away from the edges */
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 5px;
	width: 190px;
	height: 500px;
}
.thrColFixHdr #sidebar3 {
	float: right; /* since this element is floated, a width must be given */
	width: 260px; /* padding keeps the content of the div away from the edges */
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
	padding-top: 45px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.thrColFixHdr #mainContent {
	text-align: center;
	margin-right: 170px;
	margin-bottom: 0;
	margin-left: 220px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.thrColFixHdr #mainContent3 {
	text-align: center;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 240px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.thrColFixHdr #footer {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #900;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: optima, Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: 100;
	color: #FFF;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 120px;
	float: left;
	background-attachment: scroll;
	background-image: url(images08/bgshadow.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}


#nav li {
	margin: 0;
	padding: 0;
	float: left; /* This corrects the */
	width: 120px;
	background-attachment: fixed;
	background-image: url(images08/bgshadow.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	list-style-type: none;
}

#nav a {
	display: block;  /* to increase clickable area as a's 
      default to inline */
	color: #CCC;
	text-decoration: none;
	line-height: 2;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}



#nav a:hover {
	background: #faee99;
	text-decoration: none;
  }
#nav #nav_photo2 a {
  border: none;
}


#body_hom #nav_hom a,
    #body_port #nav_port a,#body_pers #nav_pers a,#body_video #nav_video a,#body_album1 #nav_album1 a,#body_album2 #nav_album2 a,#body_album3 #nav_album3 a  {
  background: #f1f1f1 url(images08/bgshadow.gif) repeat-x scroll left bottom;
  color: #990000;
  font-weight: 100;
}
a:link
{
	font:  11px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #6CF;
	text-decoration: none;	
} 
a:visited 
{
	font:  11px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #FC9;
	text-decoration: none;	
}a:hover
{
	font:  11px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #6FF;
	background: #CCCCFF;
	text-decoration: none;	
} 
	
a:active
{
	
	font:  11px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #C91F16;
	background: #CCCC66;
	text-decoration: none;
	
} 

#apDiv1 {
	position:absolute;
	z-index:1;
	width: 400px;
	overflow: visible;
	margin: 0px;
	padding: 0px;
	visibility: visible;
}
#apDivVid {
	position:absolute;
	z-index:1;
	width: 600px;
	overflow: visible;
	margin: 0px;
	visibility: visible;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 160px;
}
#apDiv2 {
	position:absolute;
	z-index:2;
	width: 400px;
	background-image: url(Ecola%20forest%20light%20beams);
	visibility: hidden;
}
#apDiv3 {
	position:absolute;
	z-index:3;
	width: 400px;
	visibility: hidden;
}
#apDiv4 {
	position:absolute;
	z-index:4;
	width: 400px;
	visibility: hidden;
}
#apDiv5 {
	position:absolute;
	z-index:5;
	width: 400px;
	visibility: hidden;
}
#apDiv6 {
	position:absolute;
	z-index:6;
	width: 432px;
	visibility: hidden;
}
#apDiv7 {
	position:absolute;
	z-index:7;
	width: 400px;
	visibility: hidden;
}
#apDiv8 {
	position:absolute;
	z-index:8;
	width: 400px;
	visibility: hidden;
}
#apDiv9 {
	position:absolute;
	z-index:9;
	width: 416px;
	visibility: hidden;
}
#apDiv10 {
	position:absolute;
	z-index:10;
	width: 400px;
	visibility: hidden;
}
#apDiv11 {
	position:absolute;
	z-index:11;
	width: 400px;
	visibility: hidden;
}
#apDiv12 {
	position:absolute;
	z-index:12;
	width: 400px;
	visibility: hidden;
}
#apDiv13 {
	position:absolute;
	z-index:13;
	width: 419px;
	visibility: hidden;
}
#apDiv14 {
	position:absolute;
	width: 400px;
	z-index:14;
	visibility: hidden;
}
#apDiv15 {
	position:absolute;
	z-index:1;
	width: 400px;
	overflow: visible;
	visibility: hidden;
}
#apDiv116 {
	position:absolute;
	z-index:1;
	width: 400px;
	overflow: visible;
	background-color: #FFFFFF;
	visibility: hidden;
}
#apDivVid {
	position:absolute;
	z-index:1;
	width: 400px;
	overflow: visible;
	visibility: visible;
}#apDiv16 {
	position:absolute;
	z-index:1;
	width: 400px;
	overflow: visible;
	padding-right: 5px;
	padding-left: 10px;
	top: 58px;
	visibility: hidden;
}
#apDiv17 {
	position:absolute;
	z-index:1;
	width: 400px;
	overflow: visible;
	background-color: #FFFFFF;
	padding-right: 5px;
	padding-left: 10px;
	visibility: hidden;
}
#apDiv18 {
	position:absolute;
	z-index:1;
	width: 400px;
	overflow: visible;
	background-color: #FFFFFF;
	padding-right: 5px;
	padding-left: 10px;
	visibility: hidden;
}
#apDiv19 {
	position:absolute;
	z-index:1;
	width: 400px;
	overflow: visible;
	background-color: #FFFFFF;
	padding-right: 5px;
	padding-left: 10px;
	visibility: hidden;
}
#apDiv20 {
	position:absolute;
	z-index:1;
	width: 400px;
	overflow: visible;
	background-color: #FFFFFF;
	padding-right: 5px;
	padding-left: 10px;
	visibility: hidden;
}
#apDiv21 {
	position:absolute;
	z-index:1;
	width: 400px;
	overflow: visible;
	background-color: #FFFFFF;
	padding-right: 5px;
	padding-left: 10px;
	visibility: hidden;
}
#apDiv22 {
	position:absolute;
	z-index:1;
	width: 400px;
	overflow: visible;
	background-color: #FFFFFF;
	visibility: visible;
	padding-right: 5px;
	padding-left: 10px;
}
#apDiv23 {
	position:absolute;
	z-index:1;
	width: 400px;
	overflow: visible;
	background-color: #FFFFFF;
	visibility: visible;
	padding-right: 5px;
	padding-left: 10px;
}
#apDiv24 {
	position:absolute;
	z-index:1;
	width: 400px;
	overflow: visible;
	background-color: #FFFFFF;
	visibility: visible;
	padding-right: 5px;
	padding-left: 10px;
}
#apDiv25 {
	position:absolute;
	z-index:1;
	width: 400px;
	overflow: visible;
	background-color: #FFFFFF;
	visibility: visible;
	padding-right: 5px;
	padding-left: 10px;
}
img {
	margin: 3px;
	padding: 3px;
	border: 1px solid #999;
}

