html {
height:100%; 
max-height:100%;  
padding:0; 
margin:0; 
border:0; 
font-size:76%; 
font-family: trebuchet ms, tahoma, verdana, arial, sans-serif; 
background:#953608 url(siteimages/bg_fof.jpg) -18px 0 no-repeat; 
/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 
overflow: hidden; 
/* */ }


body {
	height:100%; 
	max-height:100%; 
	overflow:hidden; 
	padding:0; 
	margin:0; 
	border:0;
	}

#content {
	display:block; 
	height:100%; 
	max-height:100%; 
	overflow:auto; 
	padding: 33px 60px 0 360px; 
	position:relative; 
	z-index:3;
	}

#head {
	position:fixed; 
	margin:0; 
	top:0; 
	right:18px; 
	display:block; 
	width:100%; 
	height:100px; 
	background:url(siteimages/bg_fof_01.jpg) #953608;
	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:20px; 
	background:#060; color:#953608; 
	text-align:right; 
	font-size:1em; 
	z-index:6;}

#left {
	position:fixed; 
	left:0; top:0; 
	height:100%; 
	width:345px; 
	background:url(siteimages/bg_fof_02.jpg) #953608; 
	background-position:0 100px;; 
	background-repeat: no-repeat;	
	font-size:1em; 
	color:#fff;
	z-index:4;
	}

* 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:100px;}

#inside_cont {
	width:400px;
	float:left;
	padding-bottom:100px;
	}

.bold {font-size:1.2em; font-weight:bold;}

#wordsleft {float:left; top:100px; left:150px; height:200px; width:150px; background:#efd; border:1px solid #000; margin:5px; padding:5px;}
#wordsright {float:right; top:100px; right:150px; height:200px; width:150px; background:#def; border:1px solid #000; margin:5px; padding:5px;}
#wordsabsolute {position:absolute; top:280px; left:400px; background:#eee; border:1px solid #000; margin:5px; padding:5px; color:#c00;}
#wordsrelative {position:relative; top:10px; left:30px; background:#ddd; border:1px solid #000; margin:5px; padding:5px; color:#c00; width:200px;}