body {
font-family: trebuchet ms; 
font-size: 11px;
color: #636363;
font-weight: 100;
background-color: #FFFFFF;
margin: 0px;
padding: 0px;
}

p, tr, table, td { font-family: trebuchet ms; 
font-size: 11px;
color: #636363;
font-weight : 100;
}

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

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

textarea, input, select, option
{
	background-color: #FFFFFF;
	border: 1px solid;
	font-family: trebuchet ms;
	font-size: 11px;
	color: #636363;
        font-weight : 100;
	padding: 0px;
	text-align: justify;
	}

#greet {
font-family: georgia;
font-size: 18px;  
color: #272822; 
letter-spacing: 2px;
font-style: italic;
font-weight: bold;
text-transform: lowercase;
padding: 0px 0px;
}

.bd {
padding: 10px;
margin: 5px;
border: 0;
}

img.bd {
padding: 10px;
background: #34A8F0;
}

img:hover.bd {
background-color: #454543;
}

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

.centered {
margin: 0 auto 0 auto;
}

#left {
  position: absolute;
  background-color: transparent;
  text-align: justify;
  border: 0px;
  padding: 3px;
  left: 450px;
  top: 0px;
  width: 400px;
}





