body {
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
left:0;
top:0;
margin:0; 
padding:0;
background-color:#daed9c;
}

#Navigator {
	position:absolute;
	left:10px;
	top:22px;
	width:133px;
	height:500px;
	z-index:1;
	background-color:#719549
}

#sitemap {
	position:relative;
	left:760px;
	top:752px;
	width:50px;
	height:17px;
	z-index:2;
	color: white;
	font-size: 10px;
}

#disclaimer {
	position:relative;
	left:6px;
	top:736px;
	width:50px;
	height:17px;
	z-index:2;
	color: white;
	font-size: 10px;
}

#boyd {
	position:relative;

	top:585px;
	width:100%;
	height:24px;
	z-index:1;
	font-size:10px;
}

#content {
	position:absolute;
	left:0px;
	top:0px;
	width:450px;
	height:auto
	background-color:daed9c;
	z-index:1;

}

#allign_right {
    float:right;
    font-size: smaller;    
}

a:link {
	color: #000000;
    text-decoration:underline;
}
a:visited {
	text-decoration:underline;
	color: #000000;
}
a:hover {
	text-decoration:underline;
	color: #000000;
}
a:active {
	text-decoration:underline;
	color: #000000;
}

img.center {
   display: block;
   margin-left: auto;
   margin-right: auto;
 }
 
