@charset "UTF-8";
/* CSS Document */

html,body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
body {
	background: url(bg.gif);
}
#content {
	width: 800px;
	margin: 0 auto 0;
	padding: 0 11px 0 11px; 
	background: url(contentBG.gif) repeat-y;
}
#contentcontainer {
	background-image: url(contentBGpattern.jpg);
	width: 778px;
}
#leftnav {
	margin-top: 0;
	width: 262px;
	float: left;
}
ul {
	list-style: none;
	line-height: 30px;
	margin: 20px 0 0 0;
	padding: 0;
}
.nav {
	font-family: Geneva, Helvetica, sans-serif;
	text-align: center;
	text-transform: capitalize;
}
.nav a:link, a:visited {
	color: #a55a53;
	text-decoration: none;
}
.nav a:hover {
	color: #323232;
}
#posts {
	float: right;
	width: 424px;
	margin: 0 90px 0 0;
}
#posts h1 {
	margin: 40px 0 6px 0;
	font-size: 18px;
	color: #a55a53;
	font-family: Georgia, serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#posts h3 {
	margin: 0 0 -8px 0;
	font-size: 12px;
	color: #666;
	font-family: Georgia, serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#posts p {
	font-family: Geneva, Helvetica, sans-serif;
	font-size: 13px;
	color: #323232;
	line-height: 2em;
}
.pinkhr {
	border-bottom: 1px solid #ffada4;
	height: 1px;
	display: block;
}
.postby {
	margin-top: 0;
}
#footer {
	width: 50px;
	margin: 0 auto 0;
	display: block;
}
#footer a:link, a:visited {
	color: #a55a53;
	text-decoration: none; 
}

