﻿/* CSS-Layout */
#container 
	{
	position: relative;
	width: 850px;
	height: 370px;
	}
#container2
	{
	position: relative;
	width: 830px;
	height: 320px;
	}

#headline
	{
	width: 850px;
	height: 20px;
	padding-right: 10px;
	}
#page_content 
	{
	float: left;
	width: 640px;
	height: 330px;
	padding: 5px;
	}
#right_col
	{
	float: right;
	vertical-align: middle;
	width: 180px;
	height: 300px;
	padding : 5px;
	text-align: center;
	color: #000099;
	background-color: #DFE8F7;
}
#right_nav
	{
	float: right;
	vertical-align: middle;
	width: 180px;
	height: 28px;
	padding : 5px;
	text-align: center;
	font-size: 80%;
	color: #000099;
	}

