/* CSS Document */
body {
	background-color:#f4e500;
}
#container {
	width: 700px;
	background-color:#FFFFFF;
	margin: 0px auto;
	padding: 0px;
	border: 1px solid #000000;
	background-image: url(graphics/wwjb-background.jpg);
}
#banner {
	height: 180px;
	background-image: url(graphics/banner.jpg);
}
#sidebar {
	width: 110px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
}
#story {
	float: left;
	width: 540px;
	margin-top: -10px;
	margin-right: 10px;
	padding-bottom: 10px;
}
#footer {
	padding-top: 10px;
	clear: both;
	text-align: center;
}
.storylink {
	width: 540px;
	height: 120px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#story img {
	border: 0px;
	align: left; 
	margin-left:0px; 
	margin-right:5px
}
.imagewithborder {
	border: 1px solid #000000;
	margin-left: 6px;
}
.image {
	margin-left: 6px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}