body #content {
	background-color:#1a1a1a;
	width:600px;
	min-height:300px;
	height:auto !important; 
	*height:300px; /* in IE6: min-height size*/
	margin-left:3px;
	margin-right:3px;
	*margin-left:1px; /* IE HACK */
	*margin-right:0px;
	text-align:center;
	padding:0;
	background-image:url(../../gfx/main/bg_repeat.png);
	background-repeat:repeat-y;
}
			
	body #content_content {
		float:left;
		margin-top:0px;
		width:413px;
	}
		
		body #content_content .entry {
			color:white;
			padding:0px;
			padding-left:10px;
			padding-right:10px;
			padding-bottom:10px;
			margin:0px;
			margin-top:10px;
		}
			body #content_content .datetimebox {
				width:100%;
				float:float;
				font-size:9px;
				font-weight:normal;
			}
			
			body #content_content .date{
				position:absolute;
				display:block;
				text-align:left;
				left:15px;
				width:auto;
				float:float-left;
				
			}
			
			body #content_content .time{
				position:relative;
				display:block;
				width:auto;
				text-align:right;
				float:float-right;
			}
			
			body #content_content .h1{
				margin-top:5px;
				line-height:1.05;
				margin-bottom:5px;
				font-size:18px;
				position:relative;
				display:block;
				text-align:left;
				left:0px;
				width:auto;
				float:float-left;
			}
			
			body #content_content .text{
				margin-top:5px;
				margin-bottom:5px;
				position:relative;
				display:block;
				text-align:justify;
				left:0px;
				width:auto;
				font-weight:normal;
				font-size:10px;
				float:float-left;
			}
			
			body #content_content .author{
				margin-top:5px;
				margin-bottom:5px;
				padding-right:10px;
				position:relative;
				display:block;
				text-align:right;
				left:0px;
				width:auto;
				font-weight:normal;
				font-size:10px;
				float:float-left;
				color:white;
			}
			
			body #content_content .resourcesbox {
				width:100%;
				float:float;
				font-size:9px;
				font-weight:normal;
				min-height:56px;
				*height:56px;
				overflow:visible;
				background-color:#181818;
				border-bottom-width:1px;
				border-bottom-color:#222;
				border-bottom-style:dotted;
				border-top-width:1px;
				border-top-color:#222;
				border-top-style:dotted;
			}
			
			body #content_content .images{
				position:absolute;
				display:block;
				text-align:left;
				left:15px;
				width:auto;
				float:float-left;
				margin-top:5px;		
				z-index:1;
			}
			
			body #content_content .links{
				position:relative;
				display:block;
				width:auto;
				color:white;
				text-align:right;
				float:float-right;
				padding-top:5px;
				padding-right:10px;
				overflow:visible;
			}
	
	body #content_dummy {
		clear:both;					
	}