body {
	margin: 0;
	padding: 0;
	height: 100%;
	max-height: 100%;
	text-align: center;
	background: #1F2023;
	overflow: hidden;
}

body, div, a, p, span {
	color: #7E7C79;
	font-size: 11px;
	font-family: Arial, Verdana, Sans-Serif;
}

img {
	border: 0 none;
	margin: 5px;
}

p {
	text-align: left;
}

.small {
	font-size: 9px;
}

.date {
	color: #ce7ae9;
	font-size: 11px;
	font-weight: bold;
}

#container {
  position: fixed; 
  top: 126px;
  left: 0;
  right: 0; 
  bottom: 0;
  background: #1f2023;
  overflow: auto;
  text-align:center;
}

* html #container {
  height: 100%; 
  width: 100%; 
}

* html body {
  padding: 116px 0 0 0; 
}

#header {
	position: absolute; 
  top: 0; 
  left: 0;
	overflow: hidden;
	margin: 20px 0 0 0;
  width: 100%; 
  height: 106px;
  background: #1f2023;
}
 
* html #header { height: 96px; }

#wrapper {
	width: 842px;
	float: right;
}

#centerElements {
	width: 960px;
	margin: 0 auto;
}

#branding {
	width: 724px;
	float: left;
	text-align: center;
}

.Nav {
	width: 118px;
	float: left;
	padding-top: 35px;
}

h4 {
	margin: 0 0 15px 0;
	font-size: 12px;
	font-weight: bold;
}

table {
	text-align: left;
	font-size: 12px;
	font-style: italic;
}

table th {
	font-size: 14px;
	padding: 0 0 15px 0;
	font-weight: normal;
}

table#employmentCol {
	float: left;
	width: 396px;
	margin: 20px 0 0 45px;
}

table#creditsCol {
	float: right;
	width: 460px;
	margin: 20px 0 0 0;
}

#linkedIn {
    float: left;
    width: 396px;
    margin: 20px 0 0 45px;
    text-align: left;
}

#linkedIn img {
    margin-left: -1px;
}

#imageContent {
	clear: both;
	margin: 0 auto;
	display: block;
	text-align: center;
}

#thumbnailContent {
	clear: both;
	color: #fff;
	margin: 20px auto;
	display: block;
	padding: 35px 0 0;
	text-align: center;
	background: #1F2023;
}

#thumbnailContent img {
	margin: 0 auto;
	padding: 8px;
	display: inline;
	text-align: left;
	vertical-align: middle;
}

#footer {
	clear: both;
	color: #7E7C79;
	margin: 5px 20px 20px 20px;
	font-size: 11px;
	text-align: center;
	background: #1F2023;
}

hr {
	width: 615px;
	height: 0;
	border: 0;
	border-top: 1px solid #2c2d32;
	background: #2c2d32;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul a { /* To all other browsers */
	display: block;
	width: 112px;
	line-height: 10px;
	color: #7E7C79;
	padding: 0.2em 0.2em 0.2em 0.4em;
	border-top: 1px solid #1F2023;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	background-color: #0A0B0B;
	text-decoration: none;
}

ul a:hover {
	color: #2c2d32;
	background-color: #c3c2c0;
}

li {
	display: inline; /* :KLUDGE: Removes gaps in IE/Win */
}

a.back {
	color: white;
	text-decoration: none;
}
a.back:hover {
	color: #2c2d32;
	text-decoration: none;
}

a.happy {
	display: block;
	width: 21px;
	height: 21px;
	float: left;
	margin: 0 10px 10px 0;
	background: url("../img/happy.gif") 0 0 no-repeat;
	text-decoration: none;
}

a:hover.happy {
	background-position: -21px 0;
}

a.bad {
	display: block;
	width: 22px;
	height: 23px;
	float: left;
	background: url("../img/bad.gif") 0 0 no-repeat;
	text-decoration: none;
}

a:hover.bad {
	background-position: -22px 0;
}

a
{
  outline: none; /* Removes dotted borders on links */
}
