﻿

a:hover{text-decoration: underline}

a{text-decoration: none}


body{background-image: url('images/border4.gif');
background-repeat: repeat-y;
background-attachment:fixed;
background-position: 175px;}



 body{
  margin:0;
  padding:0 0 0 250px;
 }

 div#left-sidebar{
  position:absolute;
  top:0;
  left:0;
  width:250px;
  height:100%;
 }

 @media screen{
  body>div#left-sidebar{
   position:fixed;
  }

 }
 * html body{
  overflow:hidden;
 }

 * html div#content{
  height:100%;
  overflow:auto;
 }
 
 .kingdom-buttons {
	 background-color: blue;
	 color: white;
	 padding: 10px;
	 margin: 7px;
	 text-decoration: none;
	 border: 2px solid blue;
	 width: 50%;
 }
 
 .kingdom-buttons:hover {
	 background-color: white;
	 color: blue;
	text-decoration: none;
 }
 
 
 
  .kingdom-button-links {
	 background-color: white;
	 color: blue;
	 padding: 10px;
	 margin: 7px;
	 text-decoration: none;
	 border: 2px solid blue;
	 width: 20%;
 }
 
  .kingdom-button-links:hover {
	 border: 2px solid green;
	 background-color: white;
	 color: blue;
	text-decoration: none;
 }
 
 
 .width20 {
	 width:20%;
 }

