/* CSS Document */

html, body { 
      margin: 0px;  
	  clear: left;
	  float: left;
/*	  padding: 10px;*/
      font-size: 14px; 
	  background: #fff;
/*	  text-align: center;*/
      font-family: "trebuchet ms", arial, sans-serif 
	  }
	
#container {
	margin: 0 0 0 5px;
	padding-top: 10px;
	
	float: left;
	test-align: left;
	width: 790px;
	/*height: 1000px;*/
	color: #000;
	background: #fff;
	border: 1px solid #00000;
	}
	
/*
#top  {
	width: 730px;
	height: 20px;
	border-left: 50px;
	border-top: 20px;
}*/
	
	
#main p { text-align: justify }


#main {  
		margin: 0em 0 5px 1em;
		padding:0 0 0 2px;
		float:left;
        width: 725px; 
       height: 900px;
      overflow: auto;
		}
		
 /* Sample of scrollbar code      
 		scrollbar-face-color: rgb(126,146,186);
        scrollbar-arrow-color: #f90;
        crollbar-track-color: white;
		scrollbar-base-color: #36c
		
		*/
		
/* Left column */
#nav  {
	clear: left;
	float: left;
	width: 150px;
	margin: 0 0 5px 5px;
	padding-left: 1em;
	border: 1px solid black;
	/*color: #000000;
	position: absolute;
	top: 118px;
	left: 7px;
	width: 155px;
	padding: 8px;
	border: 1px solid black;
	background-color: #eee;
	height: 441px;
	font-size: 14px;
    font-family: "arial", sans-serif
	} */
	
	
}

/* Center */
#nav2 {  
        width: 506px; 
        height: 441px;
        padding: 8px; 
        border: 1px dashed #f30;
        position: absolute; 
		top: 122px;
        left: 187px;
        overflow: auto;
        scrollbar-face-color: rgb(126,146,186);
        scrollbar-arrow-color: #f90;
        scrollbar-track-color: white;
	scrollbar-base-color: #36c }
		
/* Photos */
#nav3 {
	position: absolute;
	top: 117px;
	/*width: 167px; */
	padding: 0px;
	background-color: #fff;
	height: 253px;
	left: 856px;
}

/* Weather Bug */
#nav4 {
	position: absolute;
	top: 580px;
	width: 167px;
	padding: 0px;
	background-color: #fff;
	height: 53px;
	left: 7px;
}

/*#headlines {  
        position: absolute;
	top: 120px;
	left: 570px; 	
	width: 200px; 
        height: 530px;
        padding: 8px; 
        border: 1px solid black; 
        background-color: #FF3300; }*/


#footer { 
         width: 921px; 
		/* position: absolute;*/
		margin: 0em 0 0 0;
		float: left;
     	/*left: 10px;*/ 
        background-color: rgb(51,51,102);
        color: white;
        border: 1px solid #000;
        padding: 8px; 
		text-align: center;
		   }

/*
#end { 
      height: 40px; 
      position: absolute; 
      top: 670px; } */

/*
img { float: left;
      margin: 0px; 
      padding: 0px; 
      padding-right: 8px; } */

h1 {
	font-size: 20px;
	background-color: #f60;
	padding-left: 5px;
	letter-spacing: 0.2em;
	font-variant: small-caps;
	margin: 0px;
	text-align: center;
}

h2 { 
     font-size: 16px; 
     font-family: verdana, tahoma, sans-serif;
     color: #369;
     background-color: transparent;
     font-weight: bold;
     margin-top: 6px;
     padding-bottom: 0px;
     text-transform: capitalize;  }


/*
#headlines h2 { color: black; }   */

h3 { margin: 0px; font-size: 12px }


/*
.time { font-size: 10px; 
         padding-left: 2px;
         padding-left: 14x; }

.other:before { content: url(icon.gif); }
a.current:before { content: "* "; 
                   color: black; } */


/* LINK STYLES */

a { color: #000000; 
    font-size: 14px;
    font-weight: bold; 
    text-decoration: none}

a:visited { color: #000000;
            text-decoration: none; }

a:hover { color: #FF4E00; 
          text-decoration: underline; 
          font-weight: bold; }

a:active { color: #FF4E00; text-decoration: underline; }

#footer a { color: white; }


address { 
          margin-top: 18px; 
          border-top: 1px solid #969; 
          font-size: smaller; 
          padding-top: 3px;
          /*font-weight: bold; */
          font-style: normal }
/*
#tabnav {  
         background-color: transparent; 
		position: absolute;
		top: 420px; left: 10px; }  */

#tabnav a { color: white; }

.help { cursor: help; }
