﻿body {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	position: absolute;
	font-size: small;
	margin-left: 5px;
	width: 768px;
}
h1 {
	margin: 0px;
	font-size: xx-large;
	font-weight: bolder;
	color: #333333;
	text-shadow: 0px 5px 5px #C0C0C0;
}
h2 {
	font-size: medium;
	font-weight: bolder;
	display: block;
	top: 0px;
	background-color: #EAEDF4;
	padding-bottom: 10px;
	padding-top: 10px;
	margin: 0px 0px 5px 0px;
	padding-left: 5px;
	text-shadow: 0px 5px 5px #C0C0C0;
}
.box {
	border-radius: 5px;
	box-shadow: 3px 3px 10px #CCCCCC;
	border-style: solid;
	border-width: thin;
	position: relative;
	margin-top: 5px;
	margin-bottom: 5px;
	border-color: #b8becc;
}
body > .box {
	font-size: small;
}
#header {
	position: relative;
	width: 100%;
	height: 185px;
}
#left {
	background-size: 100%;
	position: relative;
	float: left;
	width: 63%;
	height: 100%;
	background-image: url('img/SeanThornhill.png');
	background-repeat: no-repeat;
	min-width: 400px;
	height: 100%;
}
#right {
	width: 35%;
	float: right;
}
.bold {
	font-weight: bold;
}
.bottom {
	position: absolute;
	top: 158px;
}
.colleft {
	width: 75%;
}
.colright {
	right: 25%;
	clip: rect(auto, 5px, auto, auto);
}
li {
	list-style-type: none;
}
