/* CSS Document */
*{
		margin:0;
		padding:0;}
		
	body {
		 background: url(bklj3.jpg);

		margin:3px 0 0 0;
		padding: 0;
		text-align:left;
		font-family: "Arial";
		
		}
	
#bigbox {
	width:1000px;
	height:1100px;
	margin-left:auto;
	margin-right:auto;
	background:#ffffcc;	
	border:6px solid #cccccc;
	}
#tbox{
	position:absolute;
	margin: 130px 0 0 55px;
	width:904px;
	height:100px;
	background: url(btb2.jpg) repeat-x;	
	border:0;		
	}	
		
#title{
	text-align:center;
	margin-top: 12px;
	Font-weight:bold;
	font-size:24px;
	color:green;

	}	
		
#day{
	text-align:center;
	margin-top: 7px;
	Font-weight:bold;
	font-size:16px;
	color:green;

	}

#sunrise {
	position:absolute;
	margin: 10px 0 0 55px;
	width:900px;
	height:210px;
	background: url(sunrisew.jpg) no-repeat;
	border:4px solid #666666;		
	}



	#map {
	position:absolute;
	margin:260px 0 0 55px;
	width:600px;
	height:400px;
	

	 }
	#rtbox {
	
	position:absolute;
	margin:260px 0 0 670px;	
	width:325px;
	height:400px;
	border:0;	
	}
table.log {
	clear:right;
	width:320px;
	font-family: Arial,Helvecta, sans-serif;
	font-size:14px;
	margin-left:10px;
	color:green;
}
table.log caption {

		margin:10px 0 0 40px;
		text-align:left;
		font-family: Arial,Helvecta, sans-serif;
		color:green;
		font-size:16px;
		font-weight:bold;
		text-indent:20px;
		padding-bottom:10px;
	}
	
	
table.log tbody tr td {

	background-color:#ffffcc;
	padding-top:10px;

		font-weight:bold;	
		color:green;		
		}
	#comment{
	position:absolute;
	margin:685px 0 0 55px;
	width:890px;
	height:300px;
	border-style:double;	
	border-width:5px;
	text-align:left;
	}
	#margin{
	position:absolute;
	margin:20px 0 0 50px;
	width:800px;
	height:260px;
	border:0;	
	text-align:left;
	}
#nav-menu ul
{
list-style: none;
padding: 0;
margin: 80px 0 0 2px;
	
}
#nav-menu li
{
float: left;
margin: 0 0.14em;
	
}


#nav-menu li a
{

	background: #fff url(bgg.gif) repeat-x left bottom;
	height:2em;
	line-height: 2em;

	float: left;
    width: 9em;
	display: block;
	border: 0.1em solid #ffffcc;
	color: #0d2474;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	
	
}
#nav-menu li a:hover 
{
	background: #fff url(bgg.gif) repeat-x left bottom;
	height: 2em;
	line-height: 2em;
	float: left;
	width: 9em;
	display: block;
	border: 0.1em solid #ffffcc;
	color: #0d2474;
	text-decoration: underline;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	
}		