/* rantelope css */

html, body {
   height: 100%;
}

body {
    background: #FEF4D6;
    font-family: verdana, arial;
    font-size: 10pt;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
}

#technorati {
   display:none;
}

#header {
	margin: none;
	padding: 0px;
	height:100px;
}

.content {
  color: black;
  background: url("bigrantelope.png");
  padding: 10px;
  padding-bottom:25px;
  padding-right: 250px;
  background-color:white;
  background-repeat: no-repeat;
}

h1 {
  margin: 0px;
  font-size: 14pt;
  text-align:left;
  border-bottom: solid #900 2px;
}

.entry h1 {
	padding-top: 25px;
	color:#900;
	border: none;
}

#copyright {
	margin-top: 10px;
}
