body {
	background-color: #EEEEEE;
	font-family: Georgia;
	text-align: center;
}
p {
	font-size: 12px;
	margin-left: 20px; 
	margin-right: 20px; 
}

h1 {
	color: #000;
	font-size: 22px;
	font-weight: bold;
}

h2 {
	color: #666666;
	font-size: 22px;
	font-weight: normal;
}
h3 {
	color: #365474;
	font-size: 20px;
	font-weight: bold;
}


#container {
  width: 100%;
  float: left;
  margin-right: -200px;
}
#sidebar {
  width: 200px;
  float: right;
}
#footer {
  
  clear: both; 
  font-size: 8px;
}
#wod {
	margin: 10px 20px 10px 20px; 
	border : 1px solid #333333;
	background: #fff;
	border: 1px solid #333333;
	text-align: center;
}
