body {
	background: #FBF9E3 url(images/bananas.jpg) right bottom no-repeat fixed;
	margin: 0px;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333366;
}
#content {
	position: absolute;
	top: 124px;
	left: 20px;
	padding: 20px;
	width: 458px;
	background: #FFFFFF;
	border: 1px solid #FF6600;
}
#content img {
	border: 1px solid #FF6600;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
}
#content a:link {
	color: #FF6600;
	text-decoration: none;
}
#content a:visited {
	color: #FF6600;
	text-decoration: none;
}
#content a:active {
	color: #FF6600;
	text-decoration: none;
}
#content a:hover {
	color: #333366;
	text-decoration: underline;
}
.blogItem {
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #FF6600;
}
.blogTitle {
	font-size: 2em;
	color: #FF6600;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
.blogSub {
	font-size: .9em;
	margin-top: 0px;
	margin-bottom: 2em;
}
.blogPost {
	line-height: 1.5em;
}
#sidebar {
	position: absolute;
	top: 124px;
	left: 540px;
	width: 240px;
}
.sidebarItem {
	width: 198px;
	padding: 20px;
	margin-bottom: 20px;
	background: #FFFFFF;
	border: 1px solid #FF6600;
}
#sidebar h2 {
	font-size: 1em;
	color: #FF6600;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
}
#sidebar a:link {
	color: #333366;
	margin: 0px;
	text-decoration: none;
}
#sidebar a:active {
	color: #333366;
	margin: 0px;
	text-decoration: none;
}
#sidebar a:visited {
	color: #333366;
	margin: 0px;
	text-decoration: none;
}
#sidebar a:hover {
	text-decoration: underline;
	color: #FF6600;
}
#sidebar ul {
	list-style-type: none;
	margin-top: 0px;
	padding-left: 0px;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
#content .wp-smiley {
	border: none;
	margin: 0px;
	padding: 0px 0px 0px 5px;
}