.center {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.navigation {
	display: table;
}

.nav_row {
	display: table;
}

.nav_cell {
	display: table-cell;
	height: 25px;
	border: 0px solid blue;
	padding: 1em;
}

a.nav {
	font-family: "Verdana", Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}


.logo {
	display: table;
}

.logo_row {
	display: table;
}


.logo_cell {
	display: table-cell;
	width: 350px;
	height: 35px;
	border: 0px solid blue;
	padding: 1em;
	font-family: "Times New Roman", serif;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: #F3220C;

}

.container {
	display: table;
}

.row {
	display: table-row;
}



.cell_large {
	display: table-cell;
	width: 500px;
	height: 500px;
	border: 0px solid blue;
	padding: 1em;
}

.cell_thin {
	display: table-cell;
	width: 200px;
	height: 500px;
	border: 0px solid blue;
	padding: 1em;
	background-color: #CFF140;
}


p.headline {
	font-family: "Verdana", Tahoma, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #3684BC;
}
a.subhead {
	font-family: "Verdana", Tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

p.subhead {
	font-family: "Verdana", Tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

p.text {
	font-family: "Verdana", Tahoma, sans-serif;
	font-size: 12px;
	font-weight: lighter;
}

.footer {
	display: table;
}

.footer_row {
	display: table;
}


.footer_left_cell {
	display: table-cell;
	width: 500px;
	height: 35px;
	border: 0px solid blue;
	padding: 1em;
	font-family: "Verdana", Tahoma, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	vertical-align: bottom;
	color: #000000;
}

.footer_right_cell {
	display: table-cell;
	width: 200px;
	height: 35px;
	border: 0px solid blue;
	padding: 1em;
	font-family: "Verdana", Tahoma, sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-align: right;
	vertical-align: middle;
	color: #960833;

}