body {
	margin:0;
	padding:0;
	min-width:960px;
	background-color:#CCDDBB;
}
a:link,a:visited,a:hover,a:active {
	color:#000B4E;
}
a:link,a:visited {
	text-decoration:none;
}
a:hover,a:active {
	text-decoration:underline;
}
#masthead {
	width:100%;
	height:260px;
	background-image:url('border.png');
	background-position:bottom left;
	background-repeat:repeat-x;
	background-color:white;
}
#bear {
	float:left;
	width:650px;
	height:250px;
	background-image:url('masthead.png');
	background-position:top left;
	background-repeat:no-repeat;
}
#toplinks {
	float:right;
	font-family:Courier New;
	font-size:.8em;
	text-align:right;
	margin-right:10px;
	margin-top:10px;
	width:300px;
	line-height:1.2em;
}
#content {
	width:800px;
	margin:0 auto;
	height:auto;
	background-color:white;
}
#posts {
	width:500px;
	float:left;
}
	#posts p {
		font-family:Arial;
		font-size:.9em;
		text-align:justify;
		line-height:1.2em;
	}
	#posts h1 { /* Post Titles */
		font-family:Courier New;
		color:#231212;
	}
	#posts h4 { /* Date and Times */
		font-family:Courier New;
		color:#231212;
		text-align:right;
	}
#sidebar {
	width:200px;
	float:right;
}
	#sidebar h2 {
		font-family:Courier New;
		color:#231212;
	}
	#sidebar ul {
		list-style-type:none;
	}
	#sidebar li {
		font-family:Arial;
		font-size:.87em;
	}
#footer {
	margin-top:20px;
	clear:both;
	width:100%;
	text-align:center;
}

/* Begin blog styles */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignleft {
   float: left;
}
.alignright {
   float: right;
}
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}
.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}
.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}


	