
body {
	padding: 0;
	margin: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.1em;
}

#masterpage {
	width: 1010px;
}

	#bodycontent {
		display: table;
		border-collapse: collapse;
		margin-left: 55px;
		height: 659px;
		margin-bottom: 15px;
	}

		header {
			height: 200px;
			margin-bottom: 5px;
		}
	
		nav {
			display: table-cell;
			background-image: url(images/site/NavBar.jpg);
			background-repeat: no-repeat;
			padding: 5px 20px 20px 0px;
			text-transform: uppercase;
			text-align: right;
			font-weight: bold;
			vertical-align: top;
			width: 125px;
		}
		
			nav ul {
				list-style: none;
			}
			
				nav li {margin-bottom: 18px;}
			
			nav a {
				text-decoration: none;
				color: #fff;
				display: block;
			}
		
		#content {
			display: table-cell;
			padding: 25px;
			width: 835px;
		}
			
h1 {
	padding-top: 0;
	margin-top: 0;
}

h1, .redtext {
	font-family: 'Mr Dafoe', cursive;
	font-size: 1.6em;
	color: #c20928;
}

a {color: #004890;}

.teamphoto {
	float: left;
	width: 175px;
	height: 170px;
	padding: 0 5px 5px 0;
	font-size: 0.95em;
}

	.teamphoto img {
		padding-bottom: 2px;
	}

.imgpadleft {padding-left: 20px;}

.imgright {
	float: right;
	padding: 5px 0 0 5px;
}

.radonheader {
	background-image: linear-gradient(bottom, #FFFFFF 32%, #FFD208 66%);
	background-image: -o-linear-gradient(bottom, #FFFFFF 32%, #FFD208 66%);
	background-image: -moz-linear-gradient(bottom, #FFFFFF 32%, #FFD208 66%);
	background-image: -webkit-linear-gradient(bottom, #FFFFFF 32%, #FFD208 66%);
	background-image: -ms-linear-gradient(bottom, #FFFFFF 32%, #FFD208 66%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.32, #FFFFFF),
		color-stop(0.66, #FFD208)
	);
}

.twoColumn {
	width: 100%;
	column-count: 2;
	column-gap: 1em;
	-moz-column-count: 2;
	-moz-column-gap: 1em;
	-webkit-column-count: 2;
	-webkit-column-gap: 1em;
}