body {
margin:0;
background-color:grey;
font-family:Arial, Georgia, sans-serif;
color:white;
font-size:11pt;
}

a {
color:white;
text-decoration:underline;
outline:none;
}

a:hover {
color:#b9aa81;
}

p {
text-align:justify;
}

#maincontent {
margin:0 auto;
width:768px;
position:relative;
min-height:700px;	 
}

#content {
position:relative;
width:768px;
height:auto;
background-image:url('leftshadow.png');
background-position:left;
background-repeat:repeat-y;
min-height:700px;
}

#content2 {
position:relative;
width:768px;
height:auto;
background-image:url('rightshadow.png');
background-position:right;
background-repeat:repeat-y;
min-height:700px;
padding:0 9px 0 9px;
}

#header {
height:186px;
position:relative;
}


#body {
background-color:#727564;
background-image:url('bg.png');
background-repeat:repeat-x;
min-height:700px;
padding:10px;
position:relative;
}

#footer{
background-image:url('footerbg.png');
background-repeat:repeat-x;
border-bottom:solid 1px black;
padding:10px;
background-color:#b1b2b1;
font-size:9pt;
min-height:50px;
position:relative;
}

#footer a {
color:#690C07;
text-decoration:none;
}

#footer a:hover {
color:#b9aa81;
}

ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
position:absolute;
right:0;
bottom:2px;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
color: #fff;
background-color: #11151e;
text-decoration: none;
}

#navlist a:hover
{
color: #727564;
background-color: #fff;
text-decoration: none;
}

#navlist li.currentpage a{
background-color:#fff;
color:#727564;
}

p.front {
width:445px;
text-align:justify;
}
