body {
	font-family: helvetica, arial, sans-serif;
	color:#333;
	background-image:url('bg.gif');
	background-repeat: repeat;
	font-size: 89%;
	}

#container {
	width: 744px;
	margin: -10px auto 0px auto;
	padding: -10px 0px;
	background-color:#fff;
	background-image:url('tile.gif');
	background-repeat: repeat;
	border-left:4px solid #cccccc;
	border-right:4px solid #cccccc;
	min-height:600px;
	}

#content {
	padding:20px;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-family: verdana, helvetica, arial
	font-weight:lighter;
	color:#666;
	}

#story {
	width:560px; 
	padding:10px;
	color:#000;
	font-size:88%;
	}