/* Dance to the beat */

/* This template is copyright Western Civilisation Pty Ltd <http://www.westciv.com>, but licensed to you under a Creative Commons Attribution-NonCommercial License <http://creativecommons.org/licenses/by-nc/1.0/>. Before you use this template you must agree to the full version of the license.

In brief, you may use this template for non-commercial purposes and make derivative works from it provided you give us credit by maintaining this comment which appears directly inside the <body> element and at the top of the CSS file. */

/* The background image for the left navbar is actually attached to this. */

body {
margin: 0;
font-family: verdana, arial, helvetica, sans-serif;
background-image: url(images/left_navbar_bg.gif);
}

/* The panel on the right hand side is attached to this. */

#container {
background-image: url(images/right_side_panel.gif);
background-repeat: repeat-y;
background-position: right;
}

/* Banner across top of page that says the name of the whole site */

#main-title {
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
font-weight: bold;
font-size: .8em;
margin-top: 0;
background-color: #825b80;
color: #e2cfdf;
padding-left: 25px;
padding-top: 10px;
padding-bottom: 10px;
}

/* Heading level 1 is not contained in main-text. */

h1 {
margin-top: 0;
margin-bottom: 0;
font-size: 1em;
font-weight: bold;
margin-left: 0;
background-color: #eef3e1;
text-align: right;
color: #825b80;
padding-top: 12px;
padding-bottom: 12px;
padding-right: 74px;
}

/* Styles for the main text on the page. */

#main-text {
margin-top: 0;
margin-right: 84px;
background-color: #bfcf91;
border-right: 12px #eef3e1 solid;
border-left: 12px #eef3e1 solid;
margin-left: 180px;
padding-left: 7px;
padding-right: 7px;
margin-bottom: 0;
color: #474c35;
height: 100%;

}

p, ul, ol, table {
margin: 0;
padding-top: 7px;
padding-bottom: 7px;

font-size: .7em;
line-height: 1.7em;
}

ol, ul {
margin-left: 25px;
}

h2 {
font-size: .8em;
font-weight: bold;
margin: 0;
padding-top: 5px;
padding-bottom: 5px;
}

a:link, a:visited {
text-decoration: none;
font-weight: bold;
color: #805b80;
}

a:hover {
font-weight: bold;
text-decoration: underline;
}

/* Styles for the navbar on the left side. */

#left-menu {
position: absolute;
top: 170px;
left: 25px;
width: 140px;
text-align: right;
}

#left-menu p {
padding-right: 5px;
margin-bottom: 5px;
font-size: .8em;
}

#left-menu a:link, #left-menu a:visited {
color: #eef3e1;
text-decoration: none;
}

#left-menu a:hover, #left-menu a.current {
color: #bfcf91;
text-decoration: none;
}

span.arrow {
color: #eef3e1;
font-size: 1.1em;
font-weight: bold;
}

/* Styles for the footer at the bottom of the page */

#footer {
text-align: center;
margin-bottom: 0;
padding-top: 10px;
padding-bottom: 8px;
line-height: 21px;
font-size: .7em;
margin-top: 0;
background-color: #815b80;
border-top: 12px #eef3e1 solid;
color: #eef3e1;
clear: both; }

#footer a:link, #footer a:visited {
color: #eef3e1;
}

#footer a:hover {
text-decoration: underline;
color: #eef3e1;
}