﻿/* CSS layout */
#container {
	min-width: 600px;
	min-height: 100%;
	position: relative;
}
#masthead {
	height: 100px;
	background-image: url('images/ukheader100.jpg');
	background-position: left;
	background-repeat: no-repeat;
}
#top_nav {
	position: absolute;
	top: 74px;
	left: 5px;
	width: 95%;
}
#left_col {
	/*width: 200px;*/
	width: 35%;
	float: left;
	padding: 10px 20px 20px 20px;
}
#right_col {
	width: 220px; /*width:22%;*/;
	float: right;
	padding: 10px 10px 10px 10px;
}
#page_content {
	/*margin-left:200px;*/
	margin-right: 230px;
	margin-left: 35%; /*margin-right:22%;*/;
	padding: 10px 20px 20px 20px;
	min-height: 400px;
	padding-bottom: 50px;
}
#footer {
	position: absolute;
	bottom: 0;
	width:100%;
	height: 50px;
	text-align: center;
	font-size: 85%;
	clear: both;
}
/* These for the scrolling news box */
div.section {
	background: #f5f5f5;
	color: #000;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	border-left: 1px solid #c0c0c0;
	border-top: 1px solid #c0c0c0;
	margin: -10px 0 0 -10px;
	padding: 0px 8px 8px 8px;
/*min-width:190px;
float:left;*/
}
div.back {
	background: #d7d7d7;
	color: #000;
	margin: 6px 0 3em 10px;
	padding: 4px;
/*min-width:200px;
float:left;*/
}
