body {
	background-color:#001f34;
	background-image:url('../images/bkgd_02.gif');
	background-repeat:repeat-x;
	margin:0px;
	font-family:arial,verdana;
	font-size:12px;
	}
	
div#main {
	position:absolute;
	width:770px;
	height:auto;
	left:50%;
	margin-left:-385px;
	}
	
div#one {
	position:relative;
	width:770px;
	height:103px;
	background-color:gray;
	}
	
	div#logo {
		position:relative;
		float:left;
		width:228px;
		height:103px;
		}
		
	div#tagline {
		position:relative;
		float:left;
		height:103px;
		width:542px;
		}
		
div#two {
	position:relative;
	width:770px;
	height:125px;
	background-color:#760101;
	}
	
div#two_flash{
	position:relative;
	top:3px;
	width:770px;
	height:119px;
	}
	
	div#two_a {
		display:inline;
		height:125px;
		width:298px;
	}
	div#two_b {
		display:inline;
		height:125px;
		width:472px;
	}
	
div#three {
	position:relative;
	width:770px;
	height:auto;
	border-top-width:3px;
	border-top-style:solid;
	border-top-color:#001f34;
	background-color:#69696a;
	background-image:url("../images/three_bkgd.jpg");
	background-repeat:repeat-x;
	}
	
	div#three_a {
		position:relative;
		float:left;
		width:298px;
		height:auto;
		}
		
	div#nav1, div#nav2, div#nav3 {
		position:relative;
		width:298px;
		text-align:left;
	}

	div#nav1 {
		height:71px;
		background-image:url("../images/BoldLion_13.jpg");
		}
	div#nav2 {
		height:55px;
		background-image:url("../images/bl_12.jpg");
		}
	div#nav3 {
		height:56px;
		background-image:url("../images/bl_13.jpg");
		}
		
	#nav1 span {
	position:relative;
	top:34px;
	margin-left:20px;
	}
	
	#nav2 span {
	position:relative;
	top:19px;
	margin-left:20px;
	}
	
	#nav3 span {
	position:relative;
	top:21px;
	margin-left:20px;
	}
		
	#nav1 a, #nav2 a, #nav3 a {
		color:#fff;
		font-family:georgia,"times new roman";
		font-size:16px;
		font-weight:bold;
		text-decoration:none;
		}
		
	#nav1 a:hover, #nav2 a:hover, #nav3 a:hover {
		color:#5a0101;
		}
		
	div#three_b {
		position:relative;
		float:left;
		width:298px;
		border-right-width:3px;
		border-right-style:solid;
		border-right-color:#001f34;
	}
	
	div#content_holder {
		position:relative;
		width:263px;
		left:20px;
		top:20px;
		height:300px;
		overflow:auto;
		}
		
		div#content {
			position:relative;
			width:245px;
			height:auto;
			line-height:150%;
			color:#fff;
			}
	
	div#three_c {
		position:relative;
		float:right;
		width:171px;
	}
	
div#footer {
	position:relative;
	width:770px;
	height:30px;
	}
	
	div#lclogo {
		position:relative;
		float:left;
		top:5px;
		width:20px;
		height:20px;
		}
		
	span#stuff {
		position:relative;
		float:right;
		top:5px;
		color:#fff;
		}
		
