html
{
	height:100%; 
	max-height:100%; 
	padding:0; 
	margin:0; 
	border:0; 
	/*background:#2989cc;*/
	font-size:80%; 
	font-family: "trebuchet ms", tahoma, verdana, arial, sans-serif;
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */ 
}
body
{
	height:100%;
	max-height:100%;
	overflow:hidden;
	padding:0;
	margin:0;
	border:0;
	background-image:url(../images/loadmaster-background.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-position:center;
	font-weight:bold;
}
a:visited
{
	color:#000066;
}
#map
{
	width:109px;
	height:99px;
	top:0px;
	left:500px;
	position:absolute;
	z-index:50;
}
#email
{
	width:50px;
	height:48px;
	top:10px;
	right:20px;
	position:absolute;
	z-index:50;
}
#menu
{
	left:0px;
	top:160px;
	height:100%;
	max-height:100%;
	z-index:50;
	position:absolute;
}
#menu ul
{
	list-style-image:url(../images/arrow.gif);
	padding-top:8px;
}
#menu li
{
	padding-left:3px;
	padding-right:3px;
}
#menu li:hover
{
	margin-left:10px; /* needed to indent in Firefox 3 */
}
#menu a
{
	color:#000000;
	text-decoration:none;
}
#menu a:hover
{
	color:#FFFFFF;
	text-decoration:none;
	background-color:#0000FF;
	text-indent:10px; /* needed to make it indent in IE6 */
}
#content
{
	display:block;
	height:100%;
	width: expression(document.compatMode=='CSS1Compat'? document.documentElement.clientWidth -176 +'px' : body.clientWidth -176 +'px');
	/*needed to make scrollbar appear in IE6*/
	max-height:100%;
	overflow:auto;
	padding-left:175px;
	padding-top:33px;
	position:relative;
	z-index:3;
	word-wrap:break-word;
}
#head
{
	position:absolute;
	margin:0;
	top:0;
	right:18px;
	display:block;
	width:100%;
	height:150px;
	background:#2989cc;
	font-size:4em;
	z-index:5;
	color:#000;
}
#headcontent
{
	top:70px;
	left:10px;
	position:absolute;
	z-index:50;
	font-size:105%;
	font-weight:bold;
	font-family:Myriad Pro,Arial, Helvetica, sans-serif;
	font-style:italic;
	width:500px;
}
#headcontent a
{
	color:#000099;
}
#foot
{
	position:absolute;
	margin:0;
	bottom:-1px;
	right:18px;
	display:block;
	width:100%;
	height:51px;
	background:#2989cc;
	color:#000;
	text-align:right;
	font-size:2em;
	z-index:4;
}
.pad1
{
	display:block;
	width:18px;
	height:50px;
	float:left;
}
.pad2
{
	display:block;
	height:100px;
}
.smalltext
{
	font-size:80%;
}
#mylink
{
	bottom:3px;
	right:23px;
	position:absolute;
	color:#999999;
	z-index:50;
}
#content p
{
	padding:5px;
}
h2
{
	margin-left:5px;
}
h3
{
	margin-left:5px;
}