/**************************************************/
/*                                   font                           */
/**************************************************/



/**************************************************/
/*                                   Body and Wrapper                             */
/**************************************************/

body {
background: #79AEFF top center repeat-x fixed; 
background-image: url(images/DarkSky2.jpg);
margin: 0;
padding: 0;
font-family: Arial, Verdana, san-serif;
font-size: 16px;
}




#main {

		background: url(images/oddsnends/kaimovpigeons.jpg);
		repeat: no-repeat; 
		border: 4px inset aqua; 
		margin-right: 30%; /*adds space between columns */ 
		margin-top: 10px;	
		width: 60%;
		height: 100%;
		margin-left: 3%;
		padding: 15px; }
		
h1 {
	
	font-size: 2.5em; /* Header 1 style  */
	text-align: center;
	font-style: oblique;
	padding: 5px 5px 2px 15px;
	margin-left: 5px;
	color: #71affc;
	color: #000061;	
	}
	
h2 {
	
	font-size: 2.0em; /* Header 2 style  */
	text-align: center;
	font-style: oblique;
	padding: 5px 5px 2px 15px;
	margin-left: 5px;
	color: #000061; }
	
	
h3 { font-size: 1.5em; /* Header 3 style  */
	text-align: center;
	font-style: oblique;
	padding: 5px 5px 2px 15px;
	margin-left: 5px;
	color: #560180; }
	
h4 {  font-size: 1.1em; /* Header 3 style  */
	text-align: center;
	font-style: oblique;
	padding: 5px 5px 2px 15px;
	margin-left: 5px;
	color: #000061; }
	
#navigation {
	
	font-size: 2.25em;
	text-align: center;
	font-style: oblique;
	padding: 5px 5px 2px 15px;
	margin-left: 5px;
	color: #000061; }


	
#newshead { font-size: 1.75em;
	text-align: center;
	font-style: oblique;
	padding: 5px 5px 2px 15px;
	margin-left: 5px;
	color: #560180; }
	
	
p {
	color: #000061;
font-size: 1.35em;

/*Font size value for IE4/5 on Windows*/

voice-family: "\"}\"";

/*IE4/5 in Windows will not understand this and believe the rule is over.*/

voice-family:inherit;

/*Allows the rest of browsers to get on with rule */

font-size: small;

/*proper value for browsers that implement keywords correctly*/

}
		

p { color: #000061;
	font-weight: normal;
	font-size: 1.25em; }
	
	
#poem {
			font-style: italic;
			color: #00061;
			font-size: 1.5em;
			font-weight: bold;
			text-align: center; /* Sets style for any poems, etc. on website */
}

#center   { text-align: center;
			font-size: 1.25em; } /* centers & enlarges misc. text, such as "Click on thumbnail . . .", etc.   */


p#signature {text-align: center; /* Sets style for quote attribution/signature */
			 font-style: italic;
			 font-size: 1.2em;
			 color: #00061;
			 }

#extras	{
			position: absolute;
			border: 4px ridge #dbcf94;
			top: 15px;
			right: 0px;
			width: 27%;
			background: url(images/wood130.jpg);
			padding-right: 15px;   } /*space on the right side of the column */




#extras li a {
height: 35px;
voice-family: "\"}\""; 
voice-family: inherit;
height: 30px;
text-decoration: none;
text-align: left;
font-weight: bold;
font-size: small;
font-size: small;
padding: 0 0 0 -5px;
margin-left: 0;

}	
	
#extras li a:link, li a:visited {
color: navy;
display: block;
background:  url(images/Off2.png);
margin-left: 0;
padding: 6px 0 0 5px;
height: 30px;
width: 100%;
text-align: left;
font-weight: bold;
font-size: small;

}

#extras li a:visited {
color: #560180;
display: block;
background:  url(images/Off2.png);
margin-right: 0;
padding: 6px 0 0 5px;
height: 30px;
text-align: left;
font-weight: bold;
font-size: small;

}
 	
#extras li a:hover {
color: #660033;
background:  url(images/On2.png);
margin-right: 0;
padding: 6px 0 0 5px;
width: 200px
height: 30px;
text-align: left;
font-weight: bold;
font-size: small;

}	



ul {
	padding: 0px;
	font-color: #000061; }

			
li {
	list-style: none;
	margin:10px 0; }

/* End Main Menu Links*/

/* Navigation Tabs for Return Home  */

ul#backnav {
		list-style-type: none;
		margin-left: 75px; }
		
ul#backnav li {float: left;
				margin: 0px 50px;
				padding: 0; }
		
ul#backnav li a {
		position: static;
		display: block;
		width: 100px;
		height: 73px;
		color: #1a7e7b;
		font-size: 76%;
		text-decoration: none;
		text-align: center;
		font-weight: bold;
font-size: small;
		text-transform: uppercase;
		letter-spacing: 2px;
		padding: 2px 0;
		margin: 2px 2px;
		background: url(images/BassetTracksYellow.jpg); 
	   
		}
  

		
/* End Navigation for Return Home Tab */


#footer {
			margin-right: 30%; /*starts the footer below the floated content */
			margin-left: 5%
			padding: 15px;
			text-align: center;
			background: #bbbaca; }
		
