body {
	margin: 0px;
	padding: 0px;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
}

img {
	border: 0px;
}

.emph {
	font-weight: bold;
}
.ital {
	font-style: italic;
}

#container {
	width: 1000px;
	margin: 0 auto;
}
#mast {
	position: fixed;
	left: 0px;
	top: 0px;
	height: 10px;
	width: 100%;
}
	#mastBg {
		position: fixed;
		left: 0px;
		top: 0px;
		background-color: #000;
		height: 10px;
		width: 100%;
		filter:alpha(opacity=20);
		-moz-opacity:0.2;
		-khtml-opacity: 0.2;
		opacity: 0.2;
	}
	#mastFg {
		position: relative;
		width: 1000px;
		margin: 0 auto;
		line-height: 0px;
	}
	#mastNav {
		position: absolute;
		top: 2px;
		right: 0px;
	}
#foot {
	color: #ccc;
	text-align: center;
	padding: 10px 0px 30px 0px;
}
div.entry {
	padding-top: 30px;
}
	div.entry div.title {
		margin-bottom: 18px;
		/*font-weight: bold;*/
		font-family: 'Droid Sans', helvetica, arial, sans-serif;
		font-size: 16px;
		color: #000;
	}
		div.entry div.title a {
			color: #000;
			text-decoration: none;
		}
		div.entry div.title a:hover {
			text-decoration: underline;
		}
	div.entry div.body {
		color: #666;
		line-height: 18px;
	}
		div.entry div.body ol {
			padding-left: 25px;
		}
		div.entry div.body ul {
			list-style-type: square;
			padding-left: 25px;
		}
		div.entry div.body div.column1, div.column2, div.column3 {
			width: 320px;
			min-height: 1px;
			margin-right: 20px;
			float: left;
		}
		div.entry div.body div.column3 {
			margin-right: 0px;
		}
	div.entry div.tags {
		clear: both;
		color: #ccc;
	}
		div.entry div.tags a {
			color: #ccc;
			text-decoration: none;
			padding-right: 5px;
		}
		div.entry div.tags a:hover {
			color: #999;
			text-decoration: underline;
		}

div.paginate {
	height: 20px;
	text-align: right;
	padding: 6px 0px 0px 0px;
	color: #ccc;
}
	div.paginate div {
		display: inline;
		height: 16px;
		font-size: 12px;
		line-height: normal;
		cursor: pointer;
		padding: 0px 4px 0px 4px;
	}
	div.paginate div.off {
		border-top: 3px solid #fff;
		border-bottom: 3px solid #fff;
		background-color: #fff;
		color: #ccc;
	}
	div.paginate div.off:hover {
		border-top: 3px solid #ccc;
		border-bottom: 3px solid #ccc;
		background-color: #ccc;
		color: #fff;
	}
	div.paginate div.on {
		border-top: 3px solid #ccc;
		border-bottom: 3px solid #FFF;
		background-color: #fff;
		color: #ccc;
		font-weight: bold;
	}
