/* CSS Document */
*{
		margin:0;
		padding:0;}
		
	body {
		 background: url(bg7.jpg);

		margin:3px 0 0 0;
		padding: 0;
		text-align:left;
		font-family: "Arial";
		
		}
	
#bigbox {
	width:934px;
	height:1192px;
	margin-left:auto;
	margin-right:auto;

	background:#123212;
	border:4px solid red;	
	}
#tbox{
	position:absolute;
	margin: 130px 0 0 13px;
	width:904px;
	height:80px;
	background: url(btb2.jpg) repeat-x;
	border:0;		
	}	
		
#title{
	text-align:center;
	margin-top: 8px;
	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 13px;
	width:900px;
	height:195px;
	background: url(InvT3.jpg) no-repeat;
	border:4px solid #666666;		
	}

	#map {
	position:absolute;
	margin:225px 0 0 14px;
	width:350px;
	height:440px;
	

	 }

.map1{
position:absolute;
margin-left:14px;
margin-top:225px;
width:440px;
height:440px;
}
	
.map1:hover {	

	background: url(map001.jpg)no-repeat;
} 
	 

	#rtbox {
	background-color:#ffffff;
	position:absolute;
	margin:225px 0 0 379px;	
	background:#ffffff;
	width:530px;
	height:430px;
	border:5px solid #cccccc;	
	}
	
	
	#graph {
	margin:3px 0 0 30px;
	}
	
	
table.log {
	clear:right;
	width:430px;
	font-family: Arial,Helvecta, sans-serif;
	font-size:14px;
	margin-left:80px;
	color:green;
}
table.log caption {

		margin-top:10px;
		text-align:left;
		font-family: Arial,Helvecta, sans-serif;
		color:green;
		font-size:18px;
		font-weight:bold;
		text-indent:120px;
		padding-bottom:10px;
	}
	
	
table.log tbody tr td {

	background-color:#ffffff;
	padding-top:10px;

		font-weight:bold;	
		color:green;		
		}
#comment{
	position:absolute;
	margin:676px 0 0 13px;
	width:899px;
	height:493px;
	background:#ffffff;
	border-style:double;	
	border-width:5px;	
	}	
	#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;
	
}	

