body {
font-family: "Georgia", "Times New Roman", "Tahoma", "Verdana"; 
font-size: 11px;
color: #7A7672;
letter-spacing: 1px;
font-weight: 100;
background-color: #CBBFA8;
background-image: url(/eyeshadow/skins/2/bg.jpg);
background-repeat: repeat-y;
background-position: top left;
margin: 0px;
padding: 0px;
}

p, tr, table, td { font-family: "Georgia", "Times New Roman", "Tahoma", "Verdana"; 
font-size: 11px;
color: #7A7672;
letter-spacing: 1px;
font-weight : 100;
}

a:link, a:visited, a:active {
text-decoration: none;
font-family: "Georgia", "Times New Roman", "Tahoma", "Verdana";
font-size: 11px;
letter-spacing: 1px;
font-weight : 100;
font-style: italic;
color: #A49F8E;
}

a:hover {
color: #7A7672;
font-weight : 100;
background-color: #000000
text-decoration: underline;
}

textarea, input, select, option
{
	background-color: #CBBFA8;
	border: 1px solid;
	font-family: tahoma;
	font-size: 8pt;
	color: #7A7672;
        font-weight : 100;
	padding: 0px;
        letter-spacing: 1px;
	text-align: justify;
	}

#greet {
font-family: "Georgia", "Times New Roman", "Tahoma", "Verdana";
font-size: 18px;  
color: #877666; 
letter-spacing: 2px;
font-style: italic;
font-weight: bold;
text-transform: lowercase;
padding: 0px 0px;
}

#top {
	width: 700px;
	position: absolute; 
        background-attachment: fixed;
	top: 0px; 
	left: 0px;
	}

.centered {
margin: 0 auto 0 auto;
}

#left {
  position: absolute;
  background-color: transparent;
  text-align: justify;
  left: 3px;
  top: 200px;
  width: 650px;
}

#right {
  position: absolute;
  background-color: transparent;
  text-align: center;
  left: 3px;
  top: 140px;
  width: 450px;
}







