
* {
	margin: 0;
	padding: 0;
}

body {
	background: #ffffff;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
	font-style: normal;
	
}

h1, h2, h3 {
}

h1 {
	font-size: 32px;
	font-style: italic;
	color: #422700;
	padding: 0px 0px 0px 0px;
}

h2 {
	letter-spacing: -1px;
	font-size: 18px;
	color: #422700;
}

h3 {
	font-size: 24px;
	color: #422700;
}

p, ul, ol {
	margin-top: 1.8em;
	line-height: 180%;
}

ul, ol {
	margin-left: 1em;
}


a {
	color: #454545;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

hr {
	display: none;
}

/* Header */

#header {
	width: 960px;
	height: 215px;
	margin: 0 auto;
}


/* Page */

#page {
	width: 960px;
	height: 1175px;
	margin: 0 auto;
	
	background: url(images/boyedbkg.jpg) no-repeat;
}

/* Content */

#content {
	float: left;
	width: 745px;
	padding: 10px 0px 0px 115px;

}

.post {
	margin-bottom: 40px;
}

.post .title {
	padding: 30px 0px 0px 10px;
	margin-bottom: 10px;
}

.post .title a {
	text-decoration: none;
}
.post .entry{
	padding: 0px 0px 0px 0px;
	color:#422700;
	background:#ffffff;
}


/* Footer */

#footer {
	width: 820px;
	margin: 0 auto;
	padding: 20px 0;
	background: url(images/tlclogo.gif) no-repeat;
}

#footer p {
	margin: 0;
	line-height: normal;
	text-align: center;
}

