body
{
background: white;
font-family: "Trebuchet MS", Trebuchet, Tahoma, "Century Gothic", Helvetica, Arial, sans-serif;
color: black;
text-align: left;
}

p
{
margin: 1em 0 1em 0;
vertical-align: top;
}

.notreallyhere
{
font-size: 0.1em;
display: none;
}




#container 
{
width: 1200px;
padding-top: 20px;
}





#leftnav /* left column */
{
width: 250px;
float: left;
padding-top: 9px;
}

table
{
font-weight: bold;
text-align: right;
width: 100%;
}

td
{
vertical-align: middle;
padding: 0;
margin: 0;
}

table a
{
display: block;
background-color: navy;
color: white;
padding: 10px;
margin: 5px 0;
border-right: 2px solid black;
}

a:link
{
text-decoration: none;
color: white;
}

a:visited
{
text-decoration: none;
color: white;
}

a:hover
{
text-decoration: none;
color: black;
background: white;
}

a:active
{
text-decoration: none;
color: white;
}

a.red:hover
{
background: red;
}

a.orange:hover
{
background: orange;
}

a.yellow:hover
{
background: yellow;
}

a.green:hover
{
background: green;
color: white;
}

a.blue:hover
{
background: blue;
color: white;
}

a.indigo:hover
{
background: #7200B3;
color: white;
}

a.violet:hover
{
background: #FF00FC;
}

a.pink:hover
{
background: #FCD6FC;
}

#popsin
{
text-align: right;
margin-top: 30px;
}

#popsin p
{
margin: 2px 0;
}

#popsin h1
{
color: red;
font-size: 2em;
margin-top: 0.5em;
margin-bottom: 0.5em;
}






#content /* centre column */
{
background: transparent url(logo.jpg) top center no-repeat;
width: 250px;
margin: 0 50px 0 300px;
padding-top: 40px;
}




#mary
{
background: transparent url(mary.gif) top left no-repeat;
position: absolute;
height: 40px;
width: 40px;
left: 389px;
top: 246px;
}




#content a
{
color: blue;
}

#content table
{
width: 100%;
margin: 0;
border: 0;
text-align: left;
font-weight: normal;
}

#content td
{
padding: 5px;
background: navy;
color: white;
}

#content h1
{
background: transparent;
color: gray;
font-size: 1em;
text-align: left;
margin-top: 0px;
margin-left: 4px;
}

#content h2
{
background: navy;
color: white;
font-size: 1.2em;
text-align: center;
padding: 5px;
margin-top: 300px;
}

#content h3
{
background: navy;
color: white;
font-size: 0.7em;
text-align: center;
padding: 2px;
}

#content p
{
margin-left: 1px;
}

input, textarea
{
width: 100%;
margin-bottom: 1em;
}

.err
{
color: red;
font-weight: bold;
}

.sky
{
color: #aaf;
}

.fielderr
{
background: #ffa;
}

#contentcont /* right 'column' (holds picture */
{
background: transparent url(ist2_2987651_basset_hound_puppy_hush_puppies.jpg) 0% 300px no-repeat;
width: 600px;
height: 800px;
float: right;
}

.discreet
{
display: none;
}