#container {
	width: 780px;
	background-color: #F3E9DA;
	border: 1px solid #CCA366;
}
#content {
	width: 600px;
	margin-left: 170px;
	background-image: url(../img/blog-bg.png);
	margin-top: 10px;
	margin-bottom: 10px;

}
body {
	background-color: #997A4C;
	color: black;
}
#left {
	background-color: #F2D5AA;
	width: 150px;
	float: left;
	padding: 5px 5px 80px;
	background-image: url(../img/blog-sidetrail.png);
	background-repeat: repeat-x;
	background-position: bottom;

}
#header {
	background-color: #F2D5AA;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	color: #806640;
	border-bottom: solid 1px #CCA366;
	height: 100px;
}

#headtitle {
    margin-left: 110px;
    padding-top: 5px;
	font-size: 24pt;
	font-weight: bolder;
	font-style: normal;
	letter-spacing: 0.2em;
}

#subtitle {
	margin-left: 110px;
	padding-left: 2em;
	font-style: italic;

}

#logo {
	float: left;
}
#content h2 {
	text-align: right;
	border-bottom: solid 2px #CCA366;
	color: #806640;
	text-transform: capitalize;
	margin-bottom: 2px;


}
.infobar {
	margin: 0px;
	padding: 0px;
	color: #806640;
	text-align: right;
	font-style: italic;


}
.infobar a {
	color: #CC6600;
}

table {
  width: 100%;
  border-top: solid 1px #CCA366;
  border-left: solid 1px #CCA366;
}

td {
  margin: 0px;
  border-right: solid 1px #CCA366;
  border-bottom: solid 1px #CCA366;
}

tr {
  margin: 0px;
}

td.cell1 {
	width: 22%;
}

td.th {
	background-color: #F2D5AA;
	font-weight: bold;
	color: #CC6600;
	vertical-align: top;
}

td.th a {
    color: #CC6600;
}

td.commentbody {
  width: 78%;
}

textarea, .txt {
  width: 100%;
  border: solid 1px #CCA366;
}

textarea {
  height: 5em;
}

.lefthead {
  margin-top: 1em;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-variant: normal;
  color: #806640;
  text-align: center;
}

#left a {
  font-style: italic;
  color: #806640;
  text-decoration: none; 
}

#left a:hover {
  text-decoration: underline;
  color: #CC6600;
}

#left ul {
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
	text-align: left;
	text-indent: 0pt;
	list-style-position: inside;
	list-style-type: circle;

}
div.story {
	margin-left:-10px;
	padding-left: 1em;
	border-left: solid 1em #CCA366;
}

div.story p, p.story {
	text-indent: 2em;
}

.warning {
	background-color: #FF9999;
	border: dashed 1px #FF0000;
	margin-left: 100px;
	margin-right: 100px;
	margin-top: 20px;
	padding-left: 5px;
	padding-right: 5px;
	color: #FF0000;
	font-family: arial;	
}

.warning h3 {
	margin-top: 0px;
}

warning p {
}
