/* ################### renderStart ################### */
				#extra_column {
					width: 640px;
					height: 30px;
					padding: 0px 20px 0px 20px;
					clear: both;
				}
				#left_column {
					width: 360px;
					padding: 0px 20px 0px 30px;
					float: left;
				}
					#left_column #nyhet2 {
						width: 170px;
						padding: 0px 10px 0px 0px;
						margin-top: 50px;
						float: left;
					}
					#left_column #nyhet3 {
						width: 170px;
						padding: 0px 10px 0px 0px;
						margin-top: 50px;
						float: left;
					}
				#right_column {
					width: 200px;
					padding: 0px 20px 0px 20px;
					float: left;
				}
					.post {
						margin: 0px 0px 15px 0px;
						padding: 0px 0px 15px 0px;
						border-bottom: 1px solid #dddddd;
					}
					.post a:link {
						text-decoration: none;
					}
					.post a:visited {
						text-decoration: none;
					}
					.post a:active {
						text-decoration: none;
					}
					.post a:hover {
						text-decoration: none;
						color: #777777;
					}
					.post a:hover img {
						filter:alpha(opacity=50);   -moz-opacity: 0.5;   opacity: 0.5;
					}