/*
html {
height:100%; 
max-height:100%;  
padding:0; 
margin:0; 
border:0; 
font-size:76%; 
font-family: trebuchet ms, tahoma, verdana, arial, sans-serif; 
/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 
overflow: hidden; 
/* */ }
*/
/*
body {
	height:100%; 
	max-height:100%; 
	overflow:auto; 
	padding:0; 
	margin:0; 
	border:0;
	} */
#content {
	display:block; 
	height:100%; 
	max-height:100%; 
	overflow:auto; 
	padding: 43px 60px 0 360px; 
	position:relative; 
	z-index:3;
	}
#head {
	position:fixed; 
	margin:0; 
	top:0; 
	right:18px; 
	display:block; 
	width:100%; 
	height:70px; 
	background:url('') 18px 0 #FC8200;
	background-repeat: no-repeat;	
	font-size:4em; 
	z-index:5; 
	color:#fff;
	}
#foot {
	position:fixed; 
	margin:0; 
	padding-top:5px;
	bottom:-1px; 
	right:16px;
	display:block; 
	width:100%;
	height:0px; 
	color:#953608; 
	text-align:left; 
	z-index:6;
	}

* html #head, * html #foot,* html #left {position:absolute;}

#pad1 {display:block; width:18px; height:100px; float:left;}
#pad3 {display:block; width:18px; height:5px; float:left;}
.pad2 {display:block; height:60px;}

#inside_cont {
	width:400px;
	float:left;
	padding-bottom:100px;
	}
#content_inside {
	width:395px;
	}
#main_body {	
	width: 325px;
	height:100%;
	margin:0;
	padding:0 35px 0 35px;
	float: right;
	}
#navigation_home { 
	position:absolute; 
	width: 50px;
	height:15px;
	left:130px;
	top: 33px;
	margin:0;
	padding:0;
	text-align: left;
	font-size: 11px;
	float: right;
	z-index:6; 
	}
#second_nav { 
	width: 100%;
	margin:0;
	padding:0 0px 0px 0;
	text-align: left;
	}
	
#left {
	position:absolute; 
	left:235px; 
	top:200px; 
	bottom:50px; 
	width:120px;
	margin:0;
	padding: 0;
	z-index:4; 
	overflow:hidden; 
	}	
#left_b {
	position:absolute; 
	left:235px; 
	top:220px; 
	bottom:50px; 
	width:120px;
	margin:0;
	padding:0 8px 0 0;
	z-index:4; 
	overflow:hidden; 
	border-width:0 1px 0 0;
	border-style:dotted;
	border-color:#F5DA7F;
	}	

