body {
font-family: georgia; 
font-size: 8pt;
color: #414141;
letter-spacing: 1px;
font-weight : 200;
background-color: #ECECEC;
background-image: url(/skins/cloud/bg.jpg);
background-repeat: repeat-y;
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: #414141;
}

a:link, a:visited, a:active {
text-decoration: none;
font-family: trebuchet ms;
font-size: 8pt;
letter-spacing: 1px;
font-weight : 100;
color: #A09EA0;
font-style: italic;
text-decoration: none;

}

a:hover {
color: #525252;
font-weight : 100;
text-decoration: none;
}

    strong, b {
color: #6C626C;
}
    em, i {
color: #848285;
}

textarea, input, select, option
{
	background-color: #F1F1F1;
	border: 1px solid;
	font-family: georgia;
        font-size: 8pt;
         letter-spacing: 1px;
	color: #414141;
	padding: 0px;
	text-align: justify;
	}

#greet {
font-family: trebuchet ms;
font-size: 20px;  
color: #6A6A6A; 
letter-spacing: 2px;
text-transform: uppercase;
background-image: url();
background-repeat: repeat-y;
background-position: top right;
padding: 0px 0px;
}

#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;
  border: 0px;
  padding: 3px;
  left: 180px;
  top: 300px;
  width: 400px;
}










