/* this stylesheet is created by StrangeBanana (http://www.strangebanana.com)*/
body
{
background-color: rgb(0,0,0);
color: rgb(216,177,157);
font-family: Georgia, serif;
border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px;
border-left-style: none; border-right-style: none; border-top-style: none; border-bottom-style: none;
border-color: rgb(86,32,37);
}

#content
{
font-size: 95%;
background-color: rgb(255,255,255);
color: rgb(0,0,0);
border-left-width: 0px; border-right-width: 0px; border-top-width: 1px; border-bottom-width: 1px;
border-left-style: none; border-right-style: none; border-top-style: dashed; border-bottom-style: dashed;
padding: 5px 33px 5px 33px;
border-color: rgb(0,0,0);
text-align: left;
}

#menu
{
background-color: rgb(216,177,157);
color: rgb(86,32,37);
font-family: Times New Roman, serif;
font-style: italic;
border-color: rgb(152,33,97);
}

a.menuitem
{
font-size: 128%;
background-color: rgb(0,0,0);
color: rgb(255,255,255);
font-variant: normal;
text-transform: none;
font-weight: bold;
margin-left: 6px; margin-right: 6px; margin-top: 6px; margin-bottom: 6px;
border-left-width: 6px; border-right-width: 6px; border-top-width: 6px; border-bottom-width: 6px;
border-left-style: inset; border-right-style: inset; border-top-style: inset; border-bottom-style: inset;
border-color: rgb(152,33,97);
text-align: left;
}

#logo, #logo a
{
font-size: 165%;
background-color: rgb(0,0,0);
color: rgb(219,172,187);
font-family: Times New Roman, serif;
font-style: italic;
font-variant: normal;
text-transform: none;
font-weight: normal;
padding: 0px 0px 0px 0px;
border-color: rgb(188,72,54);
text-align: right;
}

#trail, #trail a
{
font-size: 90%;
background-color: rgb(0,0,0);
color: rgb(255,255,255);
font-style: normal;
font-variant: normal;
text-transform: none;
font-weight: bold;
border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px;
border-left-style: none; border-right-style: none; border-top-style: none; border-bottom-style: none;
padding: 2px 2px 2px 2px;
border-color: rgb(0,0,0);
text-align: center;
}

#content a
{
color: rgb(86,32,37);
text-decoration: underline;
}

#content a:hover, #content a:active
{
background-color: rgb(86,32,37);
color: rgb(255,255,255);
}

h1, h2, h3, h4, h5, h6
{
font-family: Times New Roman, serif;
font-style: normal;
font-variant: normal;
text-transform: capitalize;
font-weight: normal;
}

h1
{
font-size: 179%;
}

h2
{
font-size: 164%;
}

h3
{
font-size: 149%;
}

h4
{
font-size: 134%;
}

h5
{
font-size: 119%;
}

h6
{
font-size: 104%;
}

#menu a
{
text-decoration: none;
}

.menuitem:hover
{
background-color: rgb(255,255,255);
color: rgb(0,0,0);
}

#trail a
{
text-decoration: none;
color: rgb(219,172,187);
}

#logo a
{
text-decoration: none;
}

#trail a:hover
{
}

/* layout */
#menu		{width: 25%; position: relative; top: 0; right: 0; float: right; text-align: center;}
.menuitem		{width: auto;}
#content		{margin-right: 25%; width: auto}
.menuitem		{display: block;}


@media print
{
#menu       {display: none;}
#content    {padding: 0px;}
#content a  {text-decoration: underline;}
}