/**************************************/
/* GEOMETRY */

/* Fixed-width, centred layout */
body {
text-align: center; /* centre wrapper - IE */
}
#wrapper {
margin: 0 auto; /* centre wrapper - Non-IE */
text-align: left; /* but don't centre contents */
width: 800px;
}

/* Margin & padding */
body {
margin: 5px;
}
#header {
padding: 20px;
}
#bodyer {
margin: 0 20px;
}
#mainbody {
padding: 1px 10px;  /* For some reason 0 padding doesn't work */
}
#footer {
padding: 5px 20px;
}
#header h1,
#header h2 {
margin: 0;
}
#header h2 {
margin-top: 0.2em;
}

/* Borders */

/* Text geometry */
#header h1 {
font-size: 3em;
}
#mainbody {
font-size: 0.9em;
}
#nav-top {
font-size: 1.1em;
margin: 1px;
}
#nav-bottom {
font-size: 0.8em;
margin: 1px;
text-align: right;
}
#footer {
font-size: 0.75em;
}
.email {
margin-bottom: -0.2em;
}


/* General floats (???) */
.floatleft {
float: left;
margin: 0 10px 0 0;
}
.floatright {
float: right;
margin: 0 0 0 10px;
}

#nav-bottom {
clear: both;
margin-top: 20px;
}

/**************************************/

/* COLOUR & BACKGROUNDS */

#wrapper {
background-color: #131;
background-image: url(../Graphics/header1.jpg);
background-position: top center;
background-repeat: no-repeat;
}
#header {
background-image: url(../Graphics/top.gif);
background-position: top left;
background-repeat: no-repeat;
color: #e5f6e5;
}
#mainbody {
background-color: #e5f6e5;
}
#footer {
background-image: url(../Graphics/bottom.gif);
background-position: bottom left;
background-repeat: no-repeat;
color: #e5f6e5;
}
a {
color: #131;
}
#footer a {
color: #FFCC66;
}

/**************************************/
/* FONTS */

body {
font-family: Georgia, "Times New Roman", Times, serif;
}
a {
font-weight: bold;
}


blockquote {
color: #990000;
float: right;
font-weight: bold;
margin: 10px;
text-align: center;
width: 200px;
}
blockquote .author {
color: black;
font-size: 0.8em;
font-style: italic;
padding-top: 0.5em;
}
blockquote .open-quote {
margin: 0 5px 0 0;
}
blockquote .close-quote {
margin: 0 0 -5px 5px;
}

.box {
color: #1072AD;
}
.box a {
color: #1072AD;
}