html {
height:100%; 
max-height:100%;  
padding:0; 
margin:0; 
border:0; 
font-size:90%; 
font-family: trebuchet ms, tahoma, verdana, arial, sans-serif; 
background:#fff url(Pics/OSTDPS_Logo.) -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-left:200px; 
	position:relative; 
	z-index:3;
}

#head {
	position:fixed; 
	margin:0; 
	top:0; 
	right:18px; 
	display:block; 
	width:100%; 
	height:100px; 
	background:url(Pics/header.png); 
	font-size:4em; 
	z-index:5; 
	color:#3399FF;
}

#left {
	position:fixed;
	left:0;
	top:0;
	height:100%;
	width:200px;
	background:url(Pics/left.png) no-repeat; 
	background-position:0px 0px;
	font-size:1em;
	color:#000;
	z-index:3;
}

#foot {
	position:fixed; 
	margin:0; 
	bottom:-1px; 
	right:18px; 
	display:block; 
	width:100%; 
	height:150px; 
	background:url(Pics/jail.png) no-repeat; 
	color:#fff; 
	text-align:right; 
	font-size:1em; 
	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:50px; float:left;}
.pad2 {display:block; height:100px;}

#content p {padding:5px;}

.bold {font-size:1.2em; font-weight:bold;}

#wordsleft {
	float:left; 
	top:300px; 
	left:150px; 
	height:190px; 
	width:140px; 
	background:url(Pics/patrol.jpg) no-repeat; 
	border:1px solid #000; 
	margin:5px; 
	padding:5px;
	text-align:right;
	color:#c00;
}

#wordsright {
	float:right; 
	top:300px; 
	right:150px; 
	height:110px; 
	width:200px;
	text-align:left; 
	background:#def; 
	border:1px solid #000; 
	margin:5px; 
	padding:5px;
	font-size:1.25em;
	color:#c00;
}

#wordsabsolute {
	position:absolute; 
	top:260px; 
	left:600px; 
	background:#eee; 
	border:1px solid #000; 
	margin:5px; 
	padding:5px; 
	font-size:2em; 
	color:#c00;
}

#wordsabsolute2 {
	position:absolute; 
	top:450px; 
	left:600px; 
	background:#eee; 
	border:1px solid #000; 
	margin:5px; 
	padding:5px; 
	font-size:2em; 
	color:#c00;
}

#wordsrelative {
	position:absolute; 
	top:450px; 
	left:540px; 
	background:#ddd; 
	border:1px solid #000; 
	margin:5px; 
	padding:5px; 
	font-size:2em;
	text-align:center; 
	color:#c00; 
	width:250px;
}

a.nav, a.nav:visited {
	background:#eee;
	border:1px dotted #000;
	display:block;
	width:150px;
	height:25px;
	text-decoration:none;
	color:#000;
	font-weight:bold;
	line-height:25px;
}

a.nav:hover {
	background:#FFFF66;
	color:#000;
}