html, body {
	background: url(http://www.benandkym.com/images/bg-repeat.jpg) repeat top center #e6e2d5;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #2a1603;
	font: small/150% "Myriad Pro", "Myriad", "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
}

h1 {
font-size: 22px;
margin: 0px 0px 0px 0px;
padding: 3px 5px 3px 5px;
font-weight: normal;
border-bottom: 1px solid #cac4b6;
}

h2 {
font-size: 22px;
margin: 0px 0px 0px 0px;
padding: 3px 5px 0px 5px;
font-weight: normal;
}

h3 {
font-size: 22px;
margin: 15px 0px 0px 0px;
padding: 3px 5px 0px 5px;
font-weight: normal;
}

p {
padding: 0px 5px 0px 5px;
margin: 5px 0px 8px 0px;
}

a:link {
	color: #506d48;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #506d48;
}
a:hover {
	text-decoration: none;
	color: #b36214;
}
a:active {
	text-decoration: none;
	color: #506d48;
}

.posted {
float: right;
width: 250px;
margin-right: 5px;
text-align: right;
font-size: 90%;
padding-top: 6px;
}

.container {
width: 100%;
height: 590px;
min-width: 990px;
background: url(http://www.benandkym.com/images/bg.jpg) no-repeat top center;
}

.top {
width: 100%;
min-width: 990px;
height: 230px;
background: url(http://www.benandkym.com/images/bg-top.jpg) no-repeat top center;
}

.middle {
width: 100%;
min-width: 990px;
height: 200px;
background: url(http://www.benandkym.com/images/bg-middle.jpg) no-repeat top center;
}

.left {
width: 97px;
}

.bottom {
width: 100%;
min-width: 990px;
height: 260px;
background: url(http://www.benandkym.com/images/bg-bottom.jpg) no-repeat top center;
}

.designed {
width: 915px;
padding-right: 75px;
padding-top: 172px;
color: #8b7e6d;
font-size: 10px;
text-align: right;
}

.designed a, .designed a:visited {
color: #8b7e6d;
}

.designed a:hover {
color: #e9e1d2;
}

.nav {
width: 547px;
height: 173px;
padding-left: 286px;
}

.content {
width: 760px;
padding-top: 20px;
padding-left: 80px;
text-align: left;
position: relative;
z-index: 10;
}

.tree {
width: 100%;
min-width: 990px;
height: 0px;
background: url(http://www.benandkym.com/images/bg-tree.jpg) repeat-y top center;
position: relative;
z-index: 0;
}

.post img {
border: 1px solid #cac4b6;
margin-right: 10px;
}

.post a img, .post a:visited img {
border: 1px solid #cac4b6;
}

.post a:hover img {
border: 1px solid #b0aba0;

}

hr.clear{
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	border-width:0;
	margin:0;
	padding:0;
}