@charset "utf-8";
/* CSS Document */

html
{
width: 100%;
height: 100%;
margin:0;
padding:0;
overflow-y: auto;
overflow-x: hidden;
}

body
{
background-image: url(../gfx/bg.png);
background-repeat: repeat-y;
background-position: left;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #3a3a3a;
width: inherit;
width: 100%;
max-width: 100%;
overflow-y: auto;
overflow-x: hidden;
height: 100%;
margin:0;
padding:0;
}


.contain1
{
width: 245px;
position: absolute;
left: 0px;
top: 0px;
margin: 0px;
height:auto !important;
height: 100%;
min-height: 100%;
}

.author
{
position: absolute;
width: 245px;
height: 256px;
top: 0px;
left: 0px;
}

.nav-outer
{
position: absolute;
top: 256px;
width: 245px;
left: 0px;
height: 347px;
background-image: url(../gfx/navbg.png);
background-repeat: no-repeat;
background-position: top;
background-color: #e4ddcc;
}

.nav-inner
{
margin: 20px;
font-size: 11px;
font-weight: bold;
color: #233943;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

.body-container
{
background-repeat: no-repeat;
background-position: bottom right;
background-attachment: fixed;
position: absolute;
margin: 0px;
padding: 0px;
top: 0px;
left: 280px;
right: 0px;
height:auto !important;
height: 100%;
min-height: 100%;

}

.bodycopy
{
margin: 50px;
height: 70%;
position: relative;
}

.gailtitle
{
margin: 20px;
margin-top: 50px;
position: relative;
width: 70%;
text-align: right;
}

.footer{
margin: 20px;
text-align: center;
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #5a5a5a;
position: absolute;
bottom: 0px;
width: 60%;
left: 0px;
}

a
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #64593c;
width: 100%;
height: 100%;
font-weight: bold;
text-decoration: none;
border: none;
}

a:hover
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #8a8a8a;
width: 100%;
height: 100%;
font-weight: bold;
text-decoration: none;
border: none;
}

a.nav
{
font-size: 11px;
font-weight: bold;
color: #233943;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
}

a.nav:hover
{
font-size: 11px;
font-weight: bold;
color: #5a5a5a;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
}

a.small
{
font-size: 10px;
font-weight: bold;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
color: #404040;
}

a.small:hover
{
font-size: 10px;
font-weight: bold;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
color: #5a5a5a;
}

h1
{
font-size: 18px;
font-weight: bold;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
color: #6a6a6a;
}