
body { 
	margin: 0;
	padding: 0;
	border: 0px none;
	text-align: left;
	background: #233A54;
	color: #233A54;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	background-attachment: fixed;
	}

#container {
	position: absolute;
	top: 0;
	margin: 0 auto;
	padding: 0;
	width: 750px;
	overflow: visible;
	text-align: left;
	border-left: 4px solid #F0F5FA;
	border-right: 4px solid #F0F5FA;
	border-bottom: 4px solid #000000;
	background-color: #F0F5FA;
	}
	
#header {
	top: 0px;
	left:5px;
	width: 742px;
	height:175px;
	margin: 0;
	padding: 0px;
	background: url('Images/LLW2.JPG');
	border-bottom: 2px solid #800000;
	}
	
#navigation {
	position:relative;
	top: 0 px;
	left: 5px;
	width: 742px;
	height: 40px;
	}
	
#contents {
	left:5px;
	width: 742px;
	margin: 0;
	border-top: 2px solid #000000;
	}
	
#footer {
	left:5px;
	width: 742px;
	margin: 0;
	border-top: 2px solid #000000;
	}

h1 {
	text-align: center;
   	color: #800000;
   	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 48px;
	font-family: Verdana, Arial, sans-serif;

   }
   
h2 {
   	color: #663300;
   	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 18px;
	font-family: Verdana, Arial, sans-serif;

   }
   
#nav1 {
	position: absolute;
	left: 44px;
	top: 7px;
	border: 1px solid #000000;
	text-align: center;
	margin-bottom: 2px;
	margin-top: 2px;
	padding: 2px;
	width: 135px
	}
	
#nav2 {
	position: absolute;
	left: 208px;
	top: 7px;
	border: 1px solid #000000;
	text-align: center;
	margin-bottom: 2px;
	margin-top: 2px;
	padding: 2px;
	width: 135px
	}
	
#nav3 {
	position: absolute;
	left: 371px;
	top: 7px;
	border: 1px solid #000000;
	text-align: center;
	margin-bottom: 2px;
	margin-top: 2px;
	padding: 2px;
	width: 135px
	}
	
#nav4 {
	position: absolute;
	left: 531px;
	top: 6px;
	border: 1px solid #000000;
	text-align: center;
	margin-bottom: 2px;
	margin-top: 2px;
	padding: 2px;
	width: 135px
	}
	  
#nav1 a:link,
#nav2 a:link,
#nav3 a:link,
#nav4 a:link {
	font-weight: 900;
	color: #CC8888;
	}

#nav1 a:visited,
#nav2 a:visited,
#nav3 a:visited,
#nav4 a:visited {
	font-weight: 900;
	color: #00CCCC;
	}

#nav1 a:hover,
#nav2 a:hover,
#nav3 a:hover,
#nav4 a:hover,
#nav1 a:active,
#nav2 a:active,
#nav3 a:active
#nav4 a:active {
	font-weight: 900;
	color: #9B3F17;
	}
	
#contents p.p1:first-letter {
	color:#800000;
	font-size:large;
	font-weight:800;
	vertical-align:text-top;
}
#contents img {
	border-style: none;
	float: right;
}

#footer p {
   text-align: center;
   font-size: xx-small;
   }
   
