
* {
	margin:0;
	padding:0;
	}

.clear {
	clear:both;
	}

img {
	border:none;
	}

.center {
	text-align:center;
	margin:0 0 10px;
	padding:0;
	}

a {
	color:#204cdf;
	text-decoration:none;
	}
	
body {
	background:#000;
	font-family:Tahoma;
	font-size:12px;
	}

#container {
	width:950px;
	margin-left:auto;
	margin-right:auto;
	}

#header {
	height:120px;
	width:950px;
	position:relative;
	}
		
		#header #logo {
			top:10px;
			left:10px;
			}
			
		#header #banner {
			position:absolute;
			top:10px;
			right:0px;
			}

#left-col {
	float:left;
	width:160px;
	padding:10px 10px 0px;
	background:#fff;
	}

		.box {
			border:1px solid #ccc;
			margin:0 0 10px;
			padding:0;
			}
		
		.box h3 {
			display:block;
			padding:5px;
			font-size:13px;
			background:#ccc;
			color:#204cdf;
			font-weight:normal;
			}
		
		.box ul {
			list-style:none;
			margin:0 0 10px;
			padding:0;
			}
		
		.box ul li a {
			display:block;
			padding:4px;
			margin:0;
			text-indent:10px;
			font-size:11px;
			color:#000;
			background:url(images/bullet.jpg) no-repeat left center;
			border-bottom:1px dotted #ccc;
			}
		
		.box ul li a:hover {
			background:url(images/bullet-hover.jpg) no-repeat left center #eee;
			}

#main-col {
	float:left;
	width:488px;
	margin:0 10px;
	padding:0;
	}

		.post {
			border:1px solid #ccc;
			padding:10px 10px 0px 10px;
			background:#fff;
			margin:0 0 10px;
			}
		
		.post h2 a {
			font-size:16px;
			font-weight:normal;
			margin:0;
			padding:0;
			}
		
		.post-content {
			margin-top:10px;
			font-size:11px;
			}
		
		.post-content ul {
			list-style-type:circle;
			list-style-position:inside;
			margin:10px;
			}
		
			.post-content ul li {
				margin:0 0 5px;
				padding:0;
				}
			
		.post-content p {
			margin:0 0 10px;
			padding:0;
			line-height:1.7em;
			}
		
		.date-time {
			margin:0 0 10px;
			padding:5px 0px;
			display:block;
			border-top:1px solid #ccc;
			border-bottom:1px solid #ccc;
			}
		
		.post-banner {
			margin-bottom:10px;
			}
		
		#commentform {
			margin-bottom:10px;
			}
		
		#commentform textarea {
			width:463px;
			margin:10px 0px;
			}
		
						ol.commentlist {
							list-style:none;
							}
						
						ol.commentlist li img{
							display:none;
							}
						
						ol.commentlist li {
							margin:10px 0px;
							border-bottom:solid 1px #ccc;
							}
						
						ol.commentlist li p {
							margin:10px 0px;
							padding:0px;
							}
		
		
#right-col {
	background:#fff;
	padding:10px 10px 0;
	width:140px;
	margin:0;
	float:left;
	}

#small-col {
	background:#fff;
	padding:10px 10px 0;
	width:72px;
	float:right;
}

	#small-col img {
		margin-bottom:10px;
		}

#footer {
	margin:0 0 10px;
	font-size:10px;
	text-align:right;
	color:#fff;
	}
	
	#footer a {
		color:#fff;
		}