/* CSS Document */

body {background-color:#9AFF7D;}

#nav {position:fixed; top:0px; left:0px; width:150px; bottom:0px;}

#content {position:absolute; top:5px; left:170px; right:5px; bottom:5px;}

@font-face {
  font-family: Maiandra_GD;
  src: url("maiandra_gd.eot");
  src: local("Maiandra GD"), url("maiandra_gd.ttf") format("truetype");
}

p, li {font-family:Arial;}

img {border:none;}
img.right {float:right; padding:15px;}
img.left {float:left; padding:15px;}
img.centre {display:block; margin-right:auto; margin-left:auto; padding:15px;}

h1 {font-family: Maiandra_GD, Arial; color:#FFFFFF; font-size:72px; font-weight:bolder;}
h2 {font-family: Arial; color:#FFFFFF; font-size:30px; font-weight:normal;}
h3 {font-family: Arial; color:#000000; font-size:18px; font-weight:normal;}
.sidebar{font-family: Maiandra_GD, Arial;}

a:link {color:#000000; text-decoration:none; font-weight:600;}
a:hover {color:#000000; text-decoration:underline; font-weight:600;}
a:visited {color:#000000; text-decoration:none; font-weight:600;}

table {border:1px;}
table.centre {margin-left:auto; margin-right:auto;}
th {font-family:Arial; font-weight:bold;}
td {font-family:Arial;}
tr {font-family:Arial;}
