* { margin: 0px; padding: 0px;}

body { 
  margin: 0px auto; 
  padding: 0; 
  font-size: 14px; 
  font-family: Helvetica,Arial,sans-serif;
  text-align: center; 
  color: black;  /* #434343 */
  background: #e5e5e5; 
}

p { line-height: 18px; padding: 10px 0 10px 0; }
a { text-decoration: underline; color: black;}
a:hover { text-decoration: underline; color: #cc0000;}	
ul,ol{margin: 8px 15px;}
li{list-style:square}		

div#all{
  background: white;
  padding-bottom: 20px;
}

#wrapper{ 
  margin: 0px auto; 
  width: 940px; 
  text-align: left;
}

#header { 
  position: relative;
  background: white url("/wp-content/uploads/header.jpg") 0px -13px no-repeat;
  height: 187px; 
  -moz-border-radius-bottomleft: 3px; 
  -moz-border-radius-bottomright: 3px;
  border: 1px solid black; 
  border-bottom: 2px solid black; 
  border-top: none; 
}
  
#header h1 { position: absolute; top: 50px; left: 320px; width: 250px;  }
#header h1 a { color: black; text-decoration: none;}
#header p{color: black; padding: 0px 20px 0px 20px;}

#sidebar{
/*  margin: 10px 0px 10px 730px; 
  border-left: 1px solid black;
  border-bottom: 1px solid black;
  */
  position: relative;
}

#sidebar div{
  padding: 5px 10px 10px 15px;
}

#sidebar div p{
  margin: 10px 0 0 0;
  padding: 0px;
}

ul.list-rec li span{
  float: left;
  width: 100px;
}
					
#content{ 
  background: white;
}

#content .entry-bottom, #content .entry{
  padding: 0px 20px; 
}

#content .entry-bottom h3{
  margin: 15px 0px;
}

#content .entry{
  padding: 10px 20px;  
  border-bottom: 2px solid #d3dae8; 
  margin-bottom: 10px; 
}

#content .entry h2 { 
  font-size: 18px; 
  margin: 1px; 
  padding: 10px 0px 5px 0px;  
}

#content .entry h3{
  font-size: 14px;
  margin: 10px 0px;
}

#content .entry h2 a { color: black; text-decoration: undeline; border-bottom: 1px solid #fff;}
		

#footer { 
  padding: 0px
  clear: both; 
  text-align: center; 
  width: 100%; 
  background-color: #e5e5e5; 
  border-top: 1px solid #b5b5b5; 
}

#footer p { 
  padding: 10px 0 5px 0; 
  margin: auto;
  border-top: 1px solid #fcfcfc;
  width: 900px;
  text-align: left;
}

#footer p img{
  height: 1px;
  width: 1px;
  display: none;
}



.clear-both { clear: both; }
.gap { height: 8px; }
.clear { clear: both; padding: 10px 0 0; }
