body {
  min-width: 750;     
}

#page {
margin:0 auto;
    width:750px;
    }

#lead_bar { 
  padding: 1px;
 
}

#logo {
position: absolute;
left:5px;
top:5px;
width="550";
border: 2px solid red;
}

#graphic {
position: absolute;
left:560px;
top:5px;
border: 2px solid red;
}

#weather {
position: absolute;
left:690px;
top:5px;


}

#main_menu {
	position:absolute;
	width: 700;
	height:22;
	left:5px;
	top:94;
background-color:aqua;	
z-index:-1
}

#center_piece {
	position:absolute;
	width:750px;
	margin-top: 106;
	left: 5px;

}



#main_block {
 	position:absolute;
	left:160;
	width:540;

	 
}
* html #info1
	{
	display: inline;
	}

#nav_bar {
  	width: 150px;
	float:left;
	padding: 5px;
	background: #FFFFFF;
	
    } 


#trailer {
  clear: both;
  background:#006699;
}

 
  p	{font-family: verdana;
	font-size: 12px;
	padding-left: 8px;
	color:#003366;
}

	hr	{ color: #000000; background-color: #000000; }

	li	{ font-family: verdana;
 		font-size: 12px;}
	.note 	{ margin-left: 5em; margin-right: 5em }
	h2 	{font: bold 20px tahoma;
		margin: 0px;
		padding-left: 10px;
		text-align: center;}
	h3 	{font: bold 17px arial;
		color:#003366;
		margin: 0px;
		padding-left: 10px;
		text-align: center;}
	h4 	{font: bold 15px arial;
		margin: 0px;
		padding-left: 10px;
	}
	.floatright { float: right; }
	A:link, A:active, A:visited { text-decoration: underline; color: #660066; font: 14 px arial}
			A.header:hover { text-decoration: underline; color: #0000ff;  font: 10px verdana}

A.h1:link, A.h1:active, A.h1:visited { text-decoration: none; color: #000066; font: 10px verdana}
			A.header1:hover { text-decoration: underline; color: #0000ff; font: 10px verdana}
#nav{
	width: 125px;
}

#nav ul{
	display: inline;
}
#nav ul li{
	list-style-type: none;
	line-height: 150%;
	border-left: #000099 8px solid;
	border-top: #FF0000 1px solid;
	border-bottom: #FF0000 1px solid;
	border-right: #FF0000 1px solid;
	background-color: #FF0000;
	margin-top: 1px;

}
#nav ul li a{
	color: #000099;
	font: 12px verdana;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
/*	display: block; */
	padding-left: 5px;
	padding-right: 5px;
}
#nav ul li a:hover {
	color: #FFFFFF;
	background-color: #4682B4;
	text-decoration: none;
	text-align: left;
}
#nav li a { width: auto; }
