/* CSS Document */
 body{
	margin:0;
	padding:118px 0 0 160px;
	color: #FFFFFF;
	background-color: #99cc66;
	font-family: Georgia, Verdana, "Times New Roman", Times, serif;
}

a:link {
	color: #666666;
}

a:visited {
	color: #999999;
}
 
a:hover, a:active {
	color: #333333;
}

#left-sidebar a:link {
	color: #999999;
}

#left-sidebar a:visited {
	color: #666666;
}

#left-sidebar a:hover, a:active {
	color: #996600;
}

h3 {
	font-family: Georgia, Verdana, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	letter-spacing: 1px;
	margin: 0 0 10px 5px;
	padding: 0 0 2px 0;
	color: #996600;
    border-bottom:1px dotted #996600;
	cursor: default;
	}
	
#decoration {
    background: url(images/bannerfill.gif) repeat-x;
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
	height: 118px;
	width: 500%;
	}

#header{
/*  background: url(images/header.gif) no-repeat; */
  position:absolute;
  z-index: 3;
  top:0;
  left:0px;
  width:500%;
  height:118px;
 }
 	
 #header h1 span {
 	display: none;
}

 #header h2 {
 	color:#333333;
	font-size: 2.7em;
	font-weight: normal;
	margin-left: 620px;
	margin-top: 50px;
}

 #header h2 span {
 	color:#333333;
}
 
 div#left-sidebar{
  background-image: url(images/sidebarfill.gif);
  background-repeat: repeat-y;
  position:absolute;
  z-index: 0;
  top:118px;
  left:0;
  width:160px;
  height:100%;
  margin: 0;
}

#navigation {
	position: absolute;
    z-index: 1;
	margin: 0;
	padding: 15px 0 0 0;
	top: 84px;
	left: 20px;
	width: 103px;
	}

#navigation h2 {
	font-family: Georgia, Verdana, "Times New Roman", Times, serif;
	font-size: 0.8em;
	text-align: left;
	text-decoration: none;
	text-transform:uppercase;
	letter-spacing: 1px;
	padding: 0;
    border-bottom:1px dotted #996600;
	margin: 10px 0;
	color: #996600;
	cursor: default;
	}

#navigation ul {
    color: #996600;
	list-style-type: none;
	text-decoration: none;
	text-align: left;
	margin: 0;
	padding: 1px 0 1px 0;
}

#navigation li {
	font-size: 0.8em;
    color: #996600;
	list-style-type: none;
	text-decoration: none;
	text-align: left;
	margin: 0;
	padding: 1px 0 5px 0;
 }
 
 @media screen{
  body>div#decoration{
   position:fixed;
  }
  body>div#header{
   position:fixed;
  }
  body>div#left-sidebar{
   position:fixed;
  }
 }
 
 #content {
	color: #996600;
 	background-image: url(images/contentfill.gif);
	background-repeat: repeat-y;
	padding: 25px 10px 10px 20px;
}

#maininfo p.p1 {
	text-align: right;
	font-size: .8em;
}

#maininfo p.p2 {
	text-align: right;
	font-size: .9em;
	color: #333333;
}

#maininfo h5 {
	text-align: center;
}

#mainphoto {
	font-size: .7em;
	text-align: right;
	width: 645px;
}

#mainphoto p.p1 {
	text-align: right;
	font-size: .8em;
}

#floatleft {
	float: left;
	padding-right: 15px;
	padding-bottom: 5px;
	font-size: .7em;
	text-align: left;
	}
	
#floatright {
	float: right;
	padding-left: 15px;
	padding-bottom: 5px;
	}

#footer {
	font: .6em Georgia;
	text-transform:uppercase;
	border-top:1px solid #003300;
	text-align:center;
	padding-top:2px;
}

 * html body{
  overflow:hidden;
 } 
 
 * html div#content{
  height:100%;
  overflow:auto;
 }
