
body
{
background-color: white;
color: black;
font-family:  helvetica, arial, sans-serif;
font-size: 70%;
margin: 0;
text-align: center;
}

#container
{
margin: 150px auto;
text-align: left;
width: 700px;
}

#header
{
font-size: 90%;
text-align: left;
border-bottom: 1px solid grey;

}
#header h1
{
margin: 0;
font-weight: 100;
font-size: 140%;
font-family: Verdana, sans-serif;
}

#menu
{
font-size: 110%;
padding: 5px 0;
padding-bottom: 100px;
}


#footer
{
margin: 200px auto;
border-top: 1px solid grey;
font-size: 60%;
text-align: center;
}
#footer p
{
margin: 0;
padding: 5px 0;
font-size: 60%;
}

/* Classes */


TABLE		{ COLOR: #414141; FONT: 11px arial, helvetica, sans-serif; font-weight: normal; }

.title		{ COLOR: #000000; FONT: 11px arial, helvetica, sans-serif; letter-spacing: 0px; font-weight: bold; line-height: 25px}



.left
{
float: left;
}
.right
{
float: right;
}
.clear
{
clear: both;
}

.grey
{
color: grey;
}


.gallery-border		{ border: #8A8088 0px solid;}

.gallery-borderon	{ border: #8A8088 0px solid;}





/* Link Colours */
a,a:link,a:visited
{
color: black;
text-decoration: none;
}

a:hover,a:focus,a:active
{
background-color: #dddddd;
color: black;
text-decoration: none;
}