body{background: url(beach/wood.png);}


#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 966px;
	background: url() repeat;
	

}

#header {
margin: -10px 0 15px 0;	background: yellow;
	width: 966px;
	height: 543px;
}

#side-a {
	float: left;
	width: 200px;
	
}

#side-b {
	float: right;
	width: 200px;
	
}

#content { 
	float: left;
	width: 57%;
	
	

}



#footer {
	clear: both;
	background: #A2A2A2;
}



#clearfloat { width: 0; height: 0; overflow: hidden; clear: both; }

img.floatLeft { 
    float: left; 
    margin: 0px 5px 0px 0px;
}


#leftsidebar {
	text-align:left;
  margin-bottom: 5px;
  margin-top: 2px;
  padding: 7px;
  font-family: verdana;
  font-size: 10px;
  background-color: #DEDCDC;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -opera-border-radius: 5px;
  border-right: 1px solid #DEDCDC;
  border-bottom: 1px solid #DEDCDC;
  cursor: hand;
  color: #000;
  list-style: none;
  width: 196px;
}


#rightsidebar {
	text-align:left;
  margin-bottom: 5px;
  margin-top: 2px;
  padding: 7px;
  font-family: verdana;
  font-size: 10px;
  background-color: #DEDCDC;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -opera-border-radius: 5px;
  border-right: 1px solid #DEDCDC;
  border-bottom: 1px solid #DEDCDC;
  cursor: hand;
  color: #000;
  list-style: none;
  width: 196px;
}


#centerblock {
	text-align:left;
  margin-bottom: 5px;
  margin-top: 2px;
  padding: 7px;
  font-family: verdana;
  font-size: 10px;
  background-color: #DEDCDC;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -opera-border-radius: 5px;
  border-right: 1px solid #DEDCDC;
  border-bottom: 1px solid #DEDCDC;
  cursor: hand;
  color: #000;
  list-style: none;
  width: 500px;
}

#centercontent{padding-left: 30px;}


<!--
a:link {color: #52abf0; text-decoration: underline; }
a:active {color: #52abf0; text-decoration: underline; }
a:visited {color: #52abf0; text-decoration: underline; }
a:hover {color: #ff8402; text-decoration: none; }
-->


}
b, strong {
	color: #f67f00;
	font-weight:normal;
	text-align: justify;
	font-weight: bold;
	text-transform: uppercase;
}
i, em {
  color: #f67f00;
        font-style: border;
text-decoration: none; }
}
s, strike {
  color: #c4d4d8;}
u, underline {
        color: #0078d4;
        font-style: border;
text-decoration: none; }
