/* Colour Slice
dark blue #222282
blue #3333cc
light blue #9999ff 
#e4e4fc #f4f4fd 
*/

* {margin: 0;
padding: 0;}

body {text-align:center;
font: 1em "Times New Roman", Times, serif;
color: #000;
background-image:url(images/aeontile.jpg);}

#wrapper {text-align: center;
margin:auto;
width: 800px;
border: 1px solid #222282;
background-image:url(images/contile.jpg);}

#heading {height: 104px;
background-image:url(images/header2.jpg);}

#nav {border-top: 1px solid #222282; 
border-bottom: 1px solid #222282;
background-image:url(images/navtile.jpg);
height:32px;}
#nav ul {list-style:none;}
#nav li {display:inline;
padding-left:5px;
padding-right:5px;}
#nav li a:link, a:visited {text-decoration:none;
color: #000;}
#nav li a:hover {text-decoration:none;
color: #666;}

#content {text-align: left;
padding: 20px;
min-height: 400px;}
#content ul {margin-left:15px;}
#content img {margin:15px;}

.cleverbox {float:left;}
.superbox {float:right;}
.fix {margin-top:10px;
margin-bottom:10px;
height:20px;}
.centre {text-align:center;}
.highlight {color :#020257;
font-weight:bold;}

h1{margin-bottom:7px;
color: #000040;}
h2{margin-bottom:7px;
color: #000040;}
p {margin-top:7px;
margin-bottom:7px;}

#footer {padding:3px;
background-image: url(images/foottile.jpg);
border-top: 1px solid #222282;}
#footer a:link, a:visited {text-decoration:none;
color: #000;}
#footer a:hover {text-decoration:none;
color: #666;}


