                /* Default BODY settings */

body {
margin-top:0;
margin-left: 0;
margin-right: 0;
background: #FEFEF6 url("../graphics/bg.png") repeat-x;
background-attachment: fixed;
color: #46515A;
font-family: Tahoma, Verdana, Sans-Serif;
font-size: 11px;
scrollbar-face-color: #FEFEF6;
scrollbar-shadow-color: #48535B;
scrollbar-highlight-color: #48535B;
scrollbar-3dlight-color: #FEFEF6;
scrollbar-darkshadow-color: #FEFEF6;
scrollbar-track-color: #48535B;
scrollbar-arrow-color: #48535B;
}




                 /* This is the doll & the logo graphic */

div.doll {
position: absolute;
top: 71px;
left: 270px;
z-index: 2;
}

div.doll img, div.logo img {
border: none;

}

div.logo {
position: absolute;
top: 45px;
left: 110px;
z-index: 3;
}

                   /* This is the DIVIDER */



.title {
height: 24px;
padding-top: 4px;
border: 1px solid #515C61;
background: transparent url("../graphics/navgrad.gif") repeat-x;
color: #ffffff;
margin-top: 5px;
margin-bottom: 5px;
font-weight: bold;
}

.title p {
	text-align: center;
}

             


              /* This specifies the MAIN PAGE BODY main section on the INDEX PAGE with some setting for other pages */

div.main {
position: absolute;
top: 150px;
border: solid 1px #515C61;
background: #E8EBD5;
padding: 5px 5px 5px 5px;
}

div.main {
left: 270px;
width: 310px;
}

div.main h1 {
font-size: 11px;
font-weight: bold;
color: #46515A;
background: transparent;
}

div.main div.text h1 {
margin-bottom: 5px;
margin-top: 5px;
}

div.text, div.main, {
color: #8B4925;
}

div.text {
padding: 0 5px 0px 5px;
background: transparent;
}









            /* This specifies the LINKS on the MAIN PAGE BODY section on the ALL THE PAGES */


div.text a:link {
color: #9EA64A;
text-decoration: none;
}

div.text a:visited {
color: #9EA64A;
text-decoration: none;
}

div.text a:active {
color: #C8B90E;
text-decoration: none;
}

div.text a:hover {
color: #C8B90E;
text-decoration: none;
}





             /* General DIVs - center alignment, Tables & TD */

img {
border: none;
}

           /* copyright message div */

div.copy {
width: 100%;
padding: 8px;
text-align: center;
background: transparent;
color: #B4B896;
}

