


body, html
{
text-align: center;
width: 100%;
height: 100%;
color: #663909;
font-family: "Verdana";
font-size: 1em;
padding: 0px;
margin: 0px;
}

body
{
background-image: URL("images/BGLeaves1.png");
background-repeat: repeat-y;
background-position: top left;
background-color: #000000 /* #2b0101*/;

}

div
{
text-align:left;
padding: 0px;
margin: 0px;
border-color: #180000;
width: 700px;
}


div.wrap
{
margin: 0px auto;
display: inline-block;
position: relative;
left: 60px;
}



div.adright
{
position: relative;
left: 60px;
vertical-align: top;
margin: 20px 0px 0px 30px;
display: inline-block;
width: 120px;
}



div.header
{
border-style: solid;
border-width: 10px 10px 0px 10px;
margin: 0px auto;
margin-top: 20px;
width: 700px;
height: 110px;
background-color: #2b0101;

}

div.menu
{
float: left;
margin: 5px 10px;
font-size: 19px;
width: 80px;
}

a.menulink:link {color: #663909; text-decoration: none;}
a.menulink:visited {color: #663909; text-decoration: none;}
a.menulink:hover {color: #663909; text-decoration: underline}
a.menulink:active {color: #663909; text-decoration: none;}

div.logo
{
float: right;
width: 350px;
background-color: transparent;
height: 110px;
background-image: URL("images/Untitled-2.gif");
background-position: right center;}

div.pagetitle
{
border-style: solid;
border-width: 0px 10px;
margin: 0px auto;
height: 30px;
font-size: 22px;
background-color: #2b0101;
text-align: right;
}

span.pagetitle
{
margin-right: 20px;

}

div.contents
{
border-style: solid;
border-width: 0px 10px 10px 10px;
text-align: center;
background-color: #2b0101;
margin: 0px auto;
margin-top: 0px;
margin-bottom: 2px;
width: 700px;
height: 390px;
overflow: auto;
}

img.mainimage
{
margin: 0px auto;
display: block;
}

img.thumb
{
border: none;
padding: 0px;
margin: 5px;
}

div.copyright

{
width: 700px;
color: #663909;
margin: 0px auto;
text-align: right;
font-size: 0.6em
}


div.paypal
{
margin: 0px auto;
margin-top: -10px;
display: block;
}

p
{
margin-bottom: 5px;
margin-top: 5px;
}


h3.subcat
{
font-size: 1em;
font-weight: normal;
margin: 0.1em;
}



