/* Stylesheet for the Radio section of the website */

body 
 {
  background: #fff url(images/bgrnd_radio.jpg);
  text-align: center; margin: 0px;
 }

/* light blue background page and section delimiters */
.page
 {
  background-color: #f0f8ff;
  position: relative;
  text-align: left;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 5px 10px 5px;
  width: 860px;
 }

/* Standard header for all pages */
.header
 {
  background-color: #99CCFF;
  position: relative;
  text-align: center;
  margin-top: 20px;
  margin-right: auto; 
  margin-left: auto;
  width: 860px;
  padding: 10px 0px 10px 0px; 	
 }

/* Standard footer (update info) for all pages */
.footer
 {
  font-family: Verdana, Arial, sans-serif; 
  font-size: 70%;
  color: black;
  text-align: left;
  margin-left: 20px;
  margin-bottom: 30px;
 }

/* Image floats */
.left
 {
  float:left;
  padding: 5px 5px 0px 5px;
 }

.right
 { 
  float: right;
  padding: 5px 5px 0px 5px;
 }


/* Font styles, sizes, colours and what 'ave yer! */

a:link {color: #0000ff; background-color: transparent;}
a:visited {color: red; background-color: transparent;}
a:hover {color: #00ffff; background-color: transparent;}
a:active {color: blue; background-color: transparent;}

/* Radio button parameters for page navigation */
/* Doesn't work with CRAPPY Internet Explorer! */

input {width: 100px; height: 50px;}

/* Headers */

h1
 {
  background-color: transparent;
  color: black;
  text-align: center; 
  font-family: Verdana, Arial, sans-serif;  
  font-size: 200%;
 }

h2 
 {
  background-color: transparent;
  color: black;
  text-align: center; 
  font-family: Verdana, Arial, sans-serif;   
  font-size: 100%;
 }

h3 
 {
  background-color: transparent;
  color: black;
  text-align: center; 
  font-family: Verdana, Arial, sans-serif; 
  font-size: 80%; 
 }

/* General page text */

p 
 {
  background-color: transparent;
  font-family: Verdana, Arial, sans-serif;
  color: black;  
  font-size: 80%;
  font-weight: 500;
 }

