body {background-image:url('/images/background.jpg');}

div.container
{
  width:100%;
  font-family:"Bookman Old Style", serif;
  border:1px solid red;
}

h1 {text-align:center; font:"Book Antiqua",Times New Roman,Times; font-weight:bold; text-decoration:underline; color:maroon; font-size:xx-large;}
div.navigation ul {list-style-type:none;}

div.navigation
{
  font-size:large;
  width:13%; margin-left:1%; margin-right:86%;
  position:fixed;
  vertical-align:center;
  top:25px;
  text-align:center;
  line-height:200%;
  text-transform:uppercase;
  border:1px solid teal;
  clear:left;
  float:left;
}
div.navigation a {display:block; background-image:url('/images/button.gif'); margin:10px; }

div.right
{
  text-align:center;
  width:13%; margin-left:86%; margin-right:1%;
  clear:right;
  float:right;
  position:fixed;
  vertical-align:center;
  top:25px;
  text-align:center;
  border:1px solid navy;
}

div.content {
  top:75px;
  position:relative;
  padding:10px;
  font-size:medium;
  font-family:"Book Antiqua,Times New Roman,Times";
  border:1px solid purple;
  width:70%; left:15%; right:15%;
}

div.content t {color:TEAL; text-decoration:underline; font-weight:bold;}
div.content g {color:green;}
div.content o {color:olive;}
div.content r {color:red;}
div.content b {font-weight:bold;}
div.content c {text-align:center;}
div.footer {width:100%; clear:both; text-align:center; font-size:large; border:1px solid green;}