body {
	font-family: verdana, arial;
	font-size: 12px;
	color: #303;
}

h3 {
	font-family: "trebuchet ms";
	font-size: 20px;
	font-weight: normal;
	display: inline;
	line-height: 30px;
	color: #303;
}

.teddy {
	background: transparent url(/images/teddy.jpg) no-repeat;
	margin-top: 48px;
	height: 216px;
	width: 240px;	
	float: left;
}

.teddy form {
	margin-top: 220px;
}

.title h1 span {
	display: none;
}

.title {
	float: left;
	margin-top: 80px;
	width: 470px;
	height: 90px;
}

.title h1 {
	background: transparent url(/images/title.gif) no-repeat;
	width: 470px;
	height: 90px;
}

.content {
	width: 650px;
	margin-left: 240px;
	margin-top: -80px;
}

.menu {
	height: 30px;
	display: block;
}

.blogEntry {
	font-family: verdana;
	font-size: 12px;
	line-height: 20px;
	color: #303;
}

.blogTag {
	font-family: verdana;
	font-size: 11px;
	line-height: 20px;
	color: #C9C;
}

.box {
	border: 1px solid black;
}

a {
	color: #303;
	text-decoration: none;
}

		.websites {
			position: absolute;
			width: 99%;
			margin-top: -10px;
			border-bottom: 1px solid #ccc;
			font-size: 12px;
			padding: 1px;
		}

			.websites a.home {
				font-weight: bold;
			}
			
			.websites a {
				text-decoration: none;
				padding: 0 20px 0 10px;
			}

		.websites div {
			padding: 2px 0 2px 5px;
		}
