/* Warf's World 2.0 Stylesheet */ 

	body{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #C5CFE4;
	 }	 

		/* First Letter enlarged in each <p> 
			p:first-letter {
			font-size: 150%;
			font-weight: bold;
			color: #003399;
			}
		*/	
 
	h1 {
	color: #0F3E9D;
	font-weight: bold;
	font-size: x-large;
	text-align: center;
	}

	h2 {
	color: #0F3E9D;
	font-weight: bold;
	font-size: large;
	text-align: center;	
	}

	h3 {
	color: #0F3E9D;
	font-weight: bold;
	font-size: large;
	text-align:left
	}

	h4 {
	font-size: x-small;
	margin-top: 2px;
	}
		 
	h5 {
	font-size: xx-small;
	margin-top: 4px;
	}

	h6 {  /* Used for Sub-Menu on Blue background */
	font-size: small;
	font-weight: bold;
	color: white;
	margin-top: 0px;
	}
	
	p {
	color: #1362AD;
	text-align: center; /* This could be "justify" soon*/
	font-size: 16px;
	padding-left: 10px;
	padding-right: 10px;
	}

	a:link {
		color: #0F3E9D;
	}	
	a:visited {
		color: #0F3E9D;
	}
	a:hover {
		color:#CCCCCC
	}		


	 
		#container {
	border: 1px solid;
	border-color: #1362AD;
	margin: 0 auto auto auto;
	padding: 9px;
	width: 980px;
	background-image: url(../images/worldmap_bgrd_fade.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #FFFFFF;			
		}

		#banner {
	height: 102px;
	width: 980px;
	float: left;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url(../images/bkgrd/blue_waves.gif);
/*	background-image: url(../images/warfsworld_banner_med.gif);
	border-bottom-color: #C5CFE4;
	border-bottom-style: solid;*/
			}

/*			#title {
	height: 102px;
	width: 760px;
	float: right;
	text-align: center;
	margin: 0 0 auto auto;
	background-image: url(../images/bkgrd/beach.gif);

	border-bottom-color: #C5CFE4;
	border-bottom-style: solid;
			}
*/					
		#sidebar-left {
	width: 150px;
	height: 566px;
	margin: 0;
	float: left;
	font-size: large;
	font-weight: bold;
	text-transform: capitalize;
		}

		#menu-bar {
	width: 980px;
	height: 44px;
	margin: 0;
	float: left;
	font-size: large;
	font-weight: bold;
	text-transform: capitalize;
	padding-top: 2px;
	border-bottom-color: #3B78B9;
	border-bottom-width: thin;
	border-bottom-style: solid;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url(../images/bkgrd/blue_waves2.gif);
		}

		#sub-menu {
	width: 980px;
	height: 20px;
	margin: 0;
	float: left;
	padding-top: 2px;
	background-color: #3B78B9;
	
	/*background-image: url(../images/bkgrd/left_sidebar.gif);*/
		}
	#sub-menu a:link {
		color: white;
	}	
	#sub-menu a:visited {
		color: white;
	}
	#sub-menu a:hover {
		color:#CCCCCC
	}		
		
		
		
		#content {
	height: auto;
	min-height: 566px;
	width: 980px;
	text-align: center;
	/*float: right;*/
	/*
	border: 1px solid;
	border-color: #1362AD;
	*/
			}
			
/* Three image containers (use 25% for four, and 50% for two, etc) */
.column {
  float: left;
  width: 33.33%;
  padding: 5px;
}

/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
}

			#scroller {
	height:566px;
	overflow:auto;
	width: 960px;
			}
			
		#travel_map {
	margin: 1in;
			}

			#table {
	height:548px;
	position:relative;
	z-index:5; 
	overflow: auto;
	text-align: left;
	font-size: small;
					}

			
			#ta_travelmap {
	position: inherit;
			
			}

		#sidebar-right {
			float: right;
			width: 150px;
			height: 620px;
			margin: 0;
			margin-top: ;
		}
		
		#bottom-menu {
	color: #0F3E9D;
	height: 60px;
	margin: 0;
	font-weight: bold;
	text-align: center;
	clear: right;
		}

		#footer {
			height: 20px
			clear: both;
			text-align: center;
			vertical-align: middle;
			border-top-color: #C5CFE4;
			border-top-style: solid;
			font-size: xx-small;
		}
		
		#movietable {
	font-size: small;
	text-align: left;
		}

		#songtable {
	text-align: left;
		}
		
		#tablenest {
	vertical-align: top;	
		}	

		#updated {
	margin-top: 420px;
	text-align: center;
	
		}	
		
		/* Web layout program
		http://www.inknoise.com/experimental/layoutomatic.php*/
