body {
	font: 14px Arial;
	background:#fff;
}

.xlarge { font-size: 18px; }
.large  { font-size: 16px; }
.small  { font-size: 12px; }
.xsmall { font-size: 10px; }

.photobox {
	border:1px solid #000;
	padding:4px;
	width:260px;
	float:right;
	margin-left:10px;
}

.time {
	color:#999;
}

.newsphoto {
	padding:4px;
}

.newsphoto img {
	border:1px solid #999;
	margin-bottom:4px;
}

.content {
	 line-height:1.5em;
}

#header {
	background:#fff url('/images/kwyp-header.jpg') -30px -30px no-repeat;
	height:120px;
	border-bottom:1px dashed #999;
	margin-bottom:1em;
}

#footer {
	font-size:12px;
	text-align:center;
	border-top:1px dashed #999;
	margin-top:1em;
}

