body, html {
	background-color:#545454;
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	margin:0 auto;
	}
	
#page {
	margin: 0 auto;
	width:950px;
	}
	
#left {
	width:251px;
	margin-right:24px;
	margin-bottom:24px;
	margin-top:24px;
	float: left;
	}
	
	
#logo {
	background-image:url(images/lighthouse-logo-fnal.png);
	height:358px;
	width:249px;
	margin-bottom:22px;
	border: #000 1px solid;
	}
#yellow {
	height:20px;
	width:669px;
	background-color:#15619b;
	margin-left:-50px;
	}
	
#content {
	width:569px;
	background-color:#2e2e2e;
	float: right;
	border: #000 1px solid;
	margin-top:24px;
	padding-left:50px;
	padding-right:50px;
	padding-bottom:10px;
	margin-bottom:20px;
	background-image:url(images/lighthouse-bg.png);
	background-position:right;
	background-repeat:no-repeat;
	}
	
ul {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	font-size:12px;
	line-height:20px;
	}

p {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	line-height:20px;
	}
p.table {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	line-height:18px;
	}
	
p.title {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	font-size:18px;
	line-height:20px;
	text-align: left;
	}
p.titleCenter {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	font-size:18px;
	line-height:20px;
	text-align: center;
	}
	
p.center-sm {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	font-size:10px;
	text-align:center;
	}
	
a {
	color:#FFFF00;
	text-decoration:none;
	}
a:hover {
	color:#15619b;
	}
	
a.bottom {
	color:#FFFFFF;
	text-decoration:underline;
	}
	
a.bottom:hover {
	text-decoration:none;
	color:#808487;
	}
	
a.nav {
	display:block;
	width:238px;
	height:21px;
	background-color:#2e2e2e;
	border: #000 1px solid;
	margin-bottom:2px;
	margin-top:2px;
	color:#ffffff;
	text-align:right;
	letter-spacing:5px;
	padding-right:10px;
	padding-top:14px;
	po
	}
	
a.nav:hover {
	color:#FFFF00;
	}
	
a.cath {
	display:block;
	height:20px;
	background-color:#999999;
	font-weight:bold;
	width: 160px;
	padding: 4px;
	text-align: center;
	border: 1px solid #000000;
	float: right;
	font-size: 13px;
	color:#000000;
	}
a.cath:hover {
	color:#333333;
	background-color:#CCCCCC;
	}

