html  {
  height:100%;
  overflow-y: scroll;        
}

body 	{ 
          padding:0; margin:0; 
          font-family: arial, helvetica, sans-serif; 
          font-size: 0.8em;   
          height:100%;
          text-align:left;
          background-image: url("bg.gif");
          background-repeat: repeat-x;
          background-attachment: fixed;
          background-color: #9EAB8E;
		  background-position: top; 
}


#flashcontent {

	position: relative !important;
	z-index: 0 !important;

}


body #movie {
	position: static !important;
	z-index: 0 !important;
	display: inline;
}


body #lbLightbox {
	min-height: 100%
}

#container {
	width: 946px;
	height: 100%;
	margin: 0 auto;
	background-color: white;
	background-image: url('container-bg_4.gif');
	background-repeat: repat-y;				
}

#top-area {
	border-top: 8px solid #CEDBBE;
	/*border-bottom: 16px solid white;*/
	margin-bottom: 16px;
	position: fixed;
	background-color: white;	
	width: 946px;
	height: 225px;
	clear: left;
	clear: right;
}

#logo {
	width: 267px;
	height: 205px;
	top: 1px;
	left: 1px;
	background-color: #5C8624;
	position: absolute;
	z-index: 4;
}

#logo-text {
	font-size: 23px;
	font-family: arial;
	color: #C6A326;
	padding-left: 64px;
}

#logo img {
	width: 180px;
	margin-left: 30px;
	margin-top: 20px;
}

#devider { 
    position: absolute;
    top: 207px; left: 1px;
    width: 944px; height: 17px;
    background-color: #C6A326;
    font-size:0px;                            
}

#variable-content {
	padding-top: 251px;
	background-color: white;
	background-image: url('container-bg_4.gif');
	background-repeat: repat-y;		
}


#content-wrap {
	margin-left: 300px;
	padding-right: 32px;
	padding-bottom: 40px;
	background-color: white;	
}

#content-pic-wrap {
	/*position:fixed;*/
	float: left;
	z-index: 0;
	top: 233px;
	border-left: 1px solid white;
	width: 248px;
	padding-top: 19px;
	padding-bottom: 18px;
}

#menu-l3 {
	text-align: right;
}

#menu-l3 a {
	display: block;
}

#content-pic {
	margin-top: 20px;
}

#content-border-wrap {
	margin-left: 18px;
	font-size: 13px;
	font-family: 'Arial Narrow', arial;
}

.content-pic-title {
	font-weight: bold;
	padding-left: 85px;
	margin-bottom: 0px;
	overflow: hidden;
	
}

#content-lr-tab {
	width: 100%;
}

#content-lr-tab td {
	vertical-align: top;
}

#content-tab-space {
	width: 20px;
}

#devider-foot { 
    position: fixed;
    bottom: 0px;
	border-bottom: 8px solid #9EAB8E; 
	border-top: 1px solid white;
    width: 946px; 
	height: 17px;
	background-color: white;
    padding-bottom: 1px;
/*
    z-index: 9999;
*/
}

#devider-footer-inner {
/*
    position: absolute;
    z-index: 9999;
*/

    width: 944px; 
    margin-left: 1px;
	height: 17px;
    background-color: #C6A326;
    font-size:0px;
}

.r-clearer {
	height: 0px;
	overflow: hidden;
	font-size: 0;
	line-height: 0px;
}

