@import url(main.css);
@import url(header.css);
@import url(footer.css);
@import url(top.css);
@import url(content.css);
@import url(left.css);
@import url(mailform.css);


body
 {
  
 }

 #outer-content-wrapper {
 
 }
 
#left-menu-box {
	margin: 0;
	padding: 15px 6px 0 6px;
	padding: 15px 6px 0 6px;
}

#middle-marker-box, #right-marker-box {
	margin: 6px;
	padding: 0;
}

#left-marker-box  {
	margin: 0 6px;
	padding: 0;
}

#left-marker, #middle-marker, #right-marker {
	margin: 0;
	padding: 6px;
}

#middle-marker-box
 {
 width:99%;
 overflow:hidden;
 }

#middle-marker
 {
    
 }

#left, #middle, #right, #inner-content-wrapper {
	position: relative;
	overflow: visible;
}

#inner-content-wrapper {
	float: left;
	margin: 0;
	width: 750px;
	/*border-right:1px solid #ccc;
	min-height:533px;
    height:auto !important;
    height:560px;*/
}



#left {
	float: left;
	width: 240px;
	z-index: 4;
	background: #FFFFFF;

}

#left-content {
/*	position: relative;
	z-index: 5;*/
	width: 240px;
}

#flashcontent
 {
  min-height:100%;
margin-bottom:1px;  
 }

 #viewer_flash
  {
   border:1px solid red;
  }
 
#middle {
	float: right;
	width: 503px;
	z-index: 2;
	background: #FFFFFF;	
	min-height:640px;
    height:auto !important;
    height:740px;
	border-left:1px solid #ccc;	
	border-right:1px solid #ccc;
}

#middle-content {
/*	position: relative;
	z-index: 3;*/
	width: 503px;	
	
	/*min-height:630px;
    height:auto !important;
    height:560px;	*/
}

#right {
	float: right;
	width: 252px;
	z-index: 6;
	background: #FFFFFF;	
}

#right-content {
/*	position: relative;
	z-index: 7;*/
	width: 252px;
	
}

#outer-wrapper, #footer {
	width: 1007px;
}

#header
 {
  width:1009px;
 }
 
#header[id]
 {
  width:1007px;
 }

#header-img {
	width: 996px;
}

.cleaner {
	clear:both;
/*	float: left;*/
	height: 1px;
	font-size: 1px;
	line-height: 0px;
	display: block;
	visibility: hidden;
	border: 0; 
	padding: 0;
	margin: -1.0em 0 0 0;
	background: transparent;
}

