body {
font-family: georgia; 
font-size: 8pt;
color: #000000;
letter-spacing: 1px;
font-weight : 200;
background-color: #6C7073;
background-image: url(/goldengirls/bg1.jpg);
background-repeat: repeat-x;
background-position: top left;
margin: 0px;
padding: 0px;
}

p, tr, table, td { font-family: georgia; 
font-size: 8pt;
letter-spacing: 1px;
font-weight : 100;
color: #000000;
}

a:link, a:visited, a:active {
text-decoration: none;
font-family: trebuchet ms;
font-size: 8pt;
letter-spacing: 1px;
font-weight : 100;
color: #D9D8A5;
font-style: italic;
text-decoration: none;
border-bottom: 2px solid #585858;
text-shadow: 1px 1px 1px #000000;
}

a:hover {
color: #9c998a;
font-weight : 100;
text-decoration: none;
border-bottom: 2px solid #A29F8F;
}

    strong, b {
color: #AD9E87;
}
    em, i {
color: #DDDDDD;
}

textarea, input, select, option
{
	background-color: #6C7073;
	border: 1px solid;
	font-family: georgia;
        font-size: 8pt;
        letter-spacing: 1px;
	color: #000000;
	padding: 0px;
	text-align: justify;
	}

#greet {
font-family: georgia;
font-size: 18px;  
color: #C9CACE; 
letter-spacing: 2px;
font-style: italic;
font-weight: bold;
text-transform: uppercase;
text-shadow: 1px 1px 1px #000000;
padding: 0px 0px;
}

.bd {
padding: 10px;
margin: 5px;
border: 0;
}

img.bd {
padding: 10px;
background: #424B54;
}

img:hover.bd {
background-color: #DBD3E8;
}

#top {
	width: 550px;
	position: center; 
        background-attachment: fixed;
	top: 0px; 
	right: 0px;
        padding: 0px;
	}

.centered {
margin: 0 auto;
}

#left {
  position: absolute;
  background-color: #transparent;
  text-align: justify;
 line-height: 20px;
  padding: 3px;
  left: 0px;
  top: 130px;
  width: 480px;
}




