	.syndicated {
		font-size:medium;
	}
	#left {
		background-color:#cccccc;
		float:left;
		/* position: fixed */
		width:25%;
		/* height:50%; */
		margin-top:10px;
		padding-top:10px;
		border:1px;
		border-style:solid;
		border-color:black;
		padding-left: 5px;
		padding-right: 5px;
	}
	.left_header {
		text-align:center;
		font-weight:bold;
		text-decoration:underline;
	}
	.afcw_h1 {
		text-align:center;
		padding:3px;
		color:yellow;
		background-color:blue;
	}
	.right {
		float:right;
		width:70%;
		line-height:1.2 em;
	}
	.powered {
		font-style:italic;
		text-align:right;
		color:yellow;
		background-color:blue;
		font-family:helvetica,sans-serif;
		padding-top:5px;
		padding-bottom:5px;
		border:2px;
		border-style:outset;
		width:70%;
	}
	.powered_link {
		color:yellow;
	}
	.copyright {
		padding-right:5px;
		text-align:right;
		font-style:italic;
		font-weight:normal;
	}
	.update {
		width:70%;
		border:1px;
		border-style: outset;
		background-color: #eeeeee;
	}
	.update_time {
		font-size:small;
		color:red;
		text-align:left;
		padding-left: 5px;
		padding-top: 2px;
	}
	.update_itself {
		text-align:left;
		margin-left:20px;
		padding:5px;
		/* font-size:small; */
	}
	.afcw_body {
		padding:10px 25px 10px 25px;
		font-family:arial,sans-serif;
		background-color:#eeeeee;
	}
