body 
{
      font-family: verdana,arial ;
        background-color : white;
	background-image : url(http://www.thebonereader.com/new.jpg);
	
         padding : 1%;
}


A:visited { color:#000000; }  
A:active { color:#000000; }  
A:hover { background-color:#c38167;}

.section
{
	color : rgb(0,0,0);
	background-color : rgb(255,255,255);
	border : 1px solid silver;
	margin-top : 0.5em;
	margin-bottom : 0.5em;
	margin-right : 2%;
	margin-left  : 2%;
	padding : 0.5%;
}
h1
{font-family: papyrus;
}

#title
{
	color : rgb(0,0,0);
	background-color :#58A1BC;
	margin-top : 0.5em;
	margin-bottom : 0.5em;
	margin-right : 2%;
	margin-left  : 2%;
	padding : 0.5%;
	width : 64%;
	position : relative;
	left : 10%;
	text-align:center;
border-bottom: 6px inset mediumturquoise;
}

.content
{

	background-color :#ffc;
}

#footer
{
	width : 90%;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: thin solid silver;
	bottom: auto;
	text-align:center;
        
}

#copyright
{
width:45%;
	
}
#navCircle {
	margin: 0;
padding: 8px 0 20px 10px;
border-bottom: 6px inset mediumturquoise;
	background-color: #58A1BC;
cursor: pointer;
	
	}
#navCircle2 {
	margin: 0;
padding: 8px 20px 10px;
border-bottom: 6px inset mediumturquoise;
	background-color: #58A1BC;
cursor: pointer;
	
	}
#navCircle li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
	
#navCircle a:link, #navCircle a:visited {
	float: left;
padding: 0 12px 6px 12px;
	line-height: 14px;
	font-weight: bold;
	padding: 0 12px 15px 12px;
	text-decoration: none;
	color: ivory;
	}


navCircle a:link.active, #navCircle a:visited.active, #navCircle a:hover {
		padding: 0 12px 15px 12px;
	color: #8B0000;
	background: url(navright.jpg) no-repeat top left;

	}
