* {
		margin:0;
		padding:0;
	}

html, body 			{
height:100%; 
text-align:center; /* horizontal centering for IE Win quirks */ 
overflow: auto;
} 
BODY {
	font: 12px Verdana, Arial;
	color: #373737;

}
	#box_frame {
	overflow: hidden;
	max-width: 1020px;
	height: 100%;
	margin: auto;
	position: relative; /* relative puts container in front of distance */
	text-align: left;
	} 
		
	    
#box_head			{ 
position: absolute; 
top: 16px; 
left: 0px; 
width: 100%; 
height: 77px; 
z-index: 1; 
background-color: #ffffff;
background-image: url(layout_images/bg_header.jpg); 
}

#box_left { 
position: absolute; 
top: 93px;
bottom: 45px; 
left: 0px; 
width: 240px; 
height: auto; 
z-index: 1;
overflow: auto; 
margin: 0px;
background-color: #ffffff;
background-image: url(layout_images/box_1/box_l.gif);
background-repeat: repeat-y;
}

#box_body	{ 
position: absolute; 
top: 93px; 
bottom: 45px; 
left: 240px; 
right: 13px; 
width: auto; 
height: auto;

z-index: 1;
overflow: auto;
margin: 0px;
 }


	#box_body_content	{ 
	position: absolute; 
	margin: 0px; 
	
	top: 50px; 
	left: 0px; 
	right: 0px;
	bottom: 20px; 
	width: auto ; 
	height: auto; 
	z-index: 1; 
	}	
	
	#box_body_right		{ 
	position: absolute; 
	overflow: visible; 
	top: 0px; 


	bottom: 2px; 
	width: 0px; 
	height: auto; 
	margin-left: 0px; 
	z-index: 1; }

#box_right			{ 
position: absolute; 
top: 100px; 
bottom: 45px; 
right: 0px; 
width: 13px; 
height:  auto; 

z-index: 1; 
background-image: url(layout_images/box_1/box_r.gif); 
background-repeat: repeat-y;
overflow: auto; 
 
margin: 0px; 
background-color: #ffffff; }

	
#box_foot	{ 
position: absolute;  
top: auto; 
bottom: 0px; 
left: 0px; 
right: 0px; 
width: 100%; 
height: 45px; 
z-index: 1; 
background-color: #ffffff;
background-image: url(layout_images/bg_footer.jpg);
text-align: center;
 }







