DIV.container {
	float: left;
	width: 550px;
	vertical-align: top;
}

	DIV.container DIV.left_collumn {
		float: left;
		width: 330px;
		vertical-align: top;
	}

	DIV.container DIV.right_collumn {
		float: right;
		width: 220px;
		vertical-align: top;
	}

DIV.news_box {
	width: 320px;
	margin: 23px 10px 10px 0;
	background: #F8F8F8;
}

	DIV.news_box DIV.news_heading {
		height: 20px;
		background: url("../images/grey_heading_bg.jpg") repeat-x 0 0;
		padding: 2px 10px;
		color: #000000;
		font-weight: bold;
		letter-spacing: 2px;
	}

	DIV.news_box DIV.news_container {
		overflow: auto;
		height: 130px;
	}

	DIV.news_box DIV.news_line {
		text-indent: -58px;
		margin-left: 58px;
		margin-bottom: 2px;
	}
	
		DIV.news_box DIV.news_line SPAN.date {
			margin: 0 5px;
			font-weight: bold;
			color: #336699;
		}

	DIV.news_box DIV.news_footer {
		height: 15px;
		padding: 2px 10px;
		color: #CC3333;
		text-align: right;
		font-weight: bold;
		background: url("../images/grey_footer_bg.jpg") repeat-x 0 0;
	}

DIV.potw {
	width: 200px;
	margin: 23px 10px 10px 0;
	text-align: center;
	padding: 0 auto 5px auto;
	background: #F3F8FD;
}

	DIV.potw DIV.potw_heading {
			height: 20px;
			background: url("../images/blue_heading_bg.jpg") repeat-x 0 0;
			padding: 2px 10px;
			color: #000000;
			text-align: center;
			font-weight: bold;
			letter-spacing: 2px;
			margin-bottom: 5px;
		}
		
	DIV.potw DIV.potw_footer {
		height: 15px;
		padding: 2px 10px;
		color: #CC3333;
		text-align: right;
		font-weight: bold;
		background: url("../images/blue_footer_bg.jpg") repeat-x 0 100%;
		margin-top: 5px;
	}

DIV.places {
	width: 200px;
	margin: 23px 10px 10px 0;
	text-align: justify;
	padding: 0 auto 5px auto;
	background: #F8F8F8;
}

	DIV.places DIV.places_heading {
			height: 20px;
			background: url("../images/grey_heading_bg.jpg") repeat-x 0 0;
			padding: 2px 10px;
			color: #000000;
			text-align: center;
			font-weight: bold;
			letter-spacing: 2px;
			margin-bottom: 5px;
		}
	
	DIV.places_text {
			color: #666666;
			margin: 5px 10px;
			text-align: justify;
		}
		
	DIV.places DIV.places_footer {
		height: 15px;
		padding: 2px 10px;
		color: #CC3333;
		text-align: right;
		font-weight: bold;
		background: url("../images/grey_footer_bg.jpg") repeat-x 0 100%;
		margin-top: 5px;
	}

DIV.main_text {
	color: #666666;
	width: 300px;
	margin: 10px;
	text-align: justify;
}

DIV.hot_shots {
	width: 200px;
	margin: 10px 10px 10px 0;
	text-align: left;
	background: #F3F8FD;
}
	
	DIV.hot_shots DIV.hot_shots_heading {
			height: 20px;
			background: url("../images/blue_heading_bg.jpg") repeat-x 0 0;
			padding: 2px 10px;
			color: #000000;
			text-align: center;
			font-weight: bold;
			letter-spacing: 2px;
			margin-bottom: 5px;
		}

	TABLE.hot_shot {
		margin: 5px 2px;
		border: 1px solid #336699;
		width: 100%;
	}

		TABLE.hot_shot TD.title {
			color: #FFFFFF;
			font-weight: bold;
			background: #336699;
		}
		
		TABLE.hot_shot TD.image {
			width: 60px;
			border-right: 1px solid #336699;
			vertical-align: top;
		}

		TABLE.hot_shot TD.desc {
			padding: 2px 5px;
			font-size: 10px;
		}

	DIV.hot_shots DIV.hot_shots_footer {
		height: 15px;
		padding: 2px 10px;
		color: #CC3333;
		text-align: right;
		font-weight: bold;
		background: url("../images/blue_footer_bg.jpg") repeat-x 0 100%;
		margin-top: 5px;
	}

DIV.forum_last {
	width: 320px;
	margin: 10px 10px 10px 0;
	background: #F8F8F8;
}

	DIV.forum_last DIV.forum_last_heading {
		height: 20px;
		background: url("../images/grey_heading_bg.jpg") repeat-x 0 0;
		padding: 2px 10px;
		color: #000000;
		font-weight: bold;
		letter-spacing: 2px;
	}

	DIV.forum_last DIV.forum_last_container {
		overflow: auto;
		height: 80px;
	}

	DIV.forum_last DIV.forum_last_line {
		text-indent: -94px;
		margin-left: 94;
		margin-bottom: 2px;
	}
	
		DIV.forum_last DIV.forum_last_line SPAN.date {
			margin: 0 5px;
			font-weight: bold;
			color: #336699;
		}

	DIV.forum_last DIV.forum_last_footer {
		height: 15px;
		padding: 2px 10px;
		color: #CC3333;
		text-align: right;
		font-weight: bold;
		background: url("../images/grey_footer_bg.jpg") repeat-x 0 0;
	}

DIV.newsletter {
	width: 320px;
	margin-top: -10px;
	padding: 2px 0;
	text-align: center;
	letter-spacing: 1px;
	border: 1px solid #CCCCCC;
}

DIV.tests {
	width: 320px;
	margin: 10px 10px 10px 0;
	background: #F8F8F8;
}

	DIV.tests DIV.tests_heading {
		height: 20px;
		background: url("../images/blue_heading_bg.jpg") repeat-x 0 0;
		padding: 2px 10px;
		color: #000000;
		font-weight: bold;
		letter-spacing: 2px;
	}

	DIV.tests DIV.tests_container {
		overflow: auto;
		height: 111px;
	}

	DIV.tests DIV.tests_line {
		text-indent: -72px;
		margin-left: 72px;
		margin-bottom: 2px;
	}
	
		DIV.tests DIV.tests_line SPAN.title {
			margin: 0 5px;
			font-weight: bold;
			color: #336699;
		}

	DIV.tests DIV.tests_footer {
		height: 15px;
		padding: 2px 10px;
		color: #CC3333;
		text-align: right;
		font-weight: bold;
		background: url("../images/blue_footer_bg.jpg") repeat-x 0 0;
	}