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

body {
	background-color: #F6E898;
	margin: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a {
	color:#9A000C;
	text-decoration:underline;
}

div#outer {
  margin: 0 auto;
  width: 800px;
  min-height: 500px;
  background: #fff;
  border-top: 0;
}
 
div#outer div#inner {
  width: inherit;
  min-height: inherit;
}

div#content {
	background-image: url(images/content-background.png);
	background-repeat: repeat-y;
	margin: 0px 0px 0px 30px;
	min-height:400px;
	background-position: 550px;
}

div#mainContent {
	width:530px;
	float:left;
}

div#sidebar {
	width:165px;
	float:right;
	margin:40px 30px 0px 0px;
	line-height:20px;
}

div.title {
	font-size:20px;
	font-family: "Times New Roman", Times, serif;
	margin-top:20px;
	float:left;
	width:400px;
}

div.date {
	float:right;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	margin-top:24px;
	color:#333;
}

div.blogEntry {
	float:left;
	clear:both;
	line-height:18px;
	margin-top:10px;
	width:100%;
}

div#stickyNote {
	position:relative;
	left:655px;
	top:20px;
	width:100px;
	height:0px;
	text-align:center;
	line-height:18px;
	font-size:13px;
}

.dottedRule {
	background-color:#fff;
    border:#A9D26D 2px dotted;
    border-style: none none dotted;
    color:#fff;
	float:left;
	margin:10px 0px 0px 0px;
	width:530px;
}
