﻿/* header */
#header {
    position: relative;
    height: 110px;
    margin: 0px 0px 0px 0px;  
}

#main 
{	
	clear:both;
	min-height:257px;	 
    height:412px;
    display:block;   
    margin-top:19px;
}


/* left column */
#left 
{	
	margin-top:40px;
    width: 160px;
    height:257px;
    float: left;
    padding: 0px 0px 0px 0px;             
}

#contentLeft 
{	
    padding:  0px 0px 0px 8px;
    float:left;   
    margin-right:47px;   
    overflow:auto;   
	height:362px;
    width:762px;   
    position:relative;
    z-index:0;  
    margin-top:40px;
}

/* footer */
#footer {       
    width:733px;  
    margin-top:10px; 
    margin-bottom:10px;          	
    clear:both;
    font-size:x-small;    
}

#copyright
{ 	
	clear:both;
	padding:  0px 0px 0px 0px;
	margin:25px 0px 0px 0px;	
	float:right;
	text-align:right;			
	padding-right:57px;
	width:728px;
	position:relative;
}

.iframe
{	
	width:762px;
	height:362px;
	overflow:auto;
	border:none;
	background-color:transparent;
	z-index:-1;
}
