html, body, h1, h2, h3, h4, ul, li {
	margin:0;
	color: #333333;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #333333;
}
a:hover {
	color: #333333;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	text-align: left;
	font-size: 14px;
}

/** layout **/
#wrapper {
	position: relative;
}
#header {
	background:url(images/lseLogo.jpg) no-repeat;
	background-size: 140px 140px;
	height: 140px;
	clip: auto;
	border-bottom-color:#ED1C2E;
	border-bottom-width:thick;
	border-bottom-style: double;
	margin-bottom:30px;
}
#name {
	text-align:left;
	height:	50px;
	width: 600px;
	padding-left:25px;
	padding-top:90px;	
	position:absolute;
	left: 140px;
	font-size: 35px;
	border-left: 3px solid #ED1C2E;
}
#body {
  padding-left: 2px;
}
#content {
	position: absolute;
	left:145px;
	width: 390px;
	margin-left: 25px;
	margin-right: 25px;
}
#categories {
  float: left;
  width: 140px;
*/  height: 1300px; */
  height: inherit;
  border-right: 1px solid ­#ED1C2E;
  border-top: 1px solid #ED1C2E;
}
#content .inner {
  padding: 5px 5px 5px;
}
#content p {
	margin: 0.5em 0;
	color:#000;
}
#picture {
	width:390px;
	background:url(images/me.jpg) no-repeat;
	image-orientation:from-image;
	background-size: 190px 310px;
	padding-left:200px;
	border: 1px  dotted #ED1C2E;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
}
h3 {
	font-style:oblique;
	font-size:16px;
	padding-bottom: 5px;
	padding-top: 5px;
}
h2 {
  font-size: 20px;
  padding-bottom: 10px;
}
#name a {
	text-decoration: none;
}
#body li {
	padding-bottom: 3px;
	list-style:square;
}
#categories li {
	border-bottom: 1px dotted #ED1C2E;
	list-style: none;
	font-size: 15px;
	padding: 5px 0 5px 15px;
}
#categories a {
  text-decoration: none;
}
#categories a:hover {
  color:#ED1C2E;
}
feedburnerFeedBlock.headline {
	color:#ED1C2E;
	text-decoration: none;
}