html {
}

body {
	margin: 0;
	padding: 0;
}

a, a:visited { text-decoration: none; color: #222; }
a:hover { text-decoration: none; color: #BE1E2D; }

#Page {
	margin-bottom: 50px;
}

#Top {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

#Header, #Navigation, #Content, #Footer {
	padding-left: 100px;
}

#Header {
	height: 77px;
	background: #fff url('/images/backgrounds/header.jpg') repeat-x top left;
	padding-top: 23px;
}

#Header p {
	margin: 0;
	padding: 0;
	font: normal 12px 'Georgia', serif;
	color: #666666;
}

#Header #Logo {
	float: left;
	position: absolute;
	top: 0;
	left: 0;
}

#Header a, #Header a:visited {
	color: #999;
}

#Header a:hover {
	color: #BE1E2D;
}

#Navigation {
	height: 33px;
	background: #414141 url('/images/backgrounds/navigation.jpg') repeat-x top left;
	color: #cccccc;
	font: bold 11px 'Lucida Grande', Helvetica, sans-serif;
}

#Navigation ul {
	height: 33px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	border-left: 1px solid #333333;
}

#Navigation ul li {
	list-style-type: none;
	float: left;
	border-right: 1px solid #333333;
	height: 33px;
}

#Navigation ul li a {
	padding: 10px 0;
	display: block;
	color: #ffffff;
	text-decoration: none;
	outline: none;
	padding: 10px 16px;
}

#Navigation ul.navigation li:hover {
	background-color: #444444;
}

#Navigation ul.navigation li.active {
	background-color: #BE1E2D;
}

#Shadow {
	height: 10px;
	width: 100%;
	background: transparent url('/images/backgrounds/navigation_shadow.png') repeat-x top left;
}
#Content {
	padding-top: 160px;
}

#Footer {
	height: 40px;
	position: fixed;
	bottom: 0;
	left: 0;
	background: #ffffff;
	width: 100%
}

#Footer p {
	margin-top: 15px;
	color: #888888;
	font: normal 10px 'Lucida Grande', sans-serif;
}

#Contacting_underlay {
	background-color: #000;
	opacity: .7;
}

p {
	margin: 0;
	padding: 0;
	color: #666666;
	font: normal 12px/17px 'Lucida Grande', serif;
}

h1 {
	margin: 0;
	font: italic 30px 'Georgia', serif;
	color: #333333;
}

h2 {
	width: 700px;
	margin: 0 0 5px 0;
	padding: 0;
	color: #BE1E2D;
	font: bold italic 20px 'Georgia', serif;
}

h3 {
	width: 700px;
	margin: 0;
	font: bold 16px 'Georgia', serif;
	color: #333333;
}

.credit {
	color: #B3B3B3;
	font: normal 10px 'Lucida Grande', sans-serif;
}

.credit a, .credit a:visited {
	color: #B3B3B3;
	text-decoration: none;
}

.credit a:hover {
	color: #999999;
	text-decoration: none;
}

.entry {
	width: 700px;
	margin-bottom: 25px;
	min-height: 75px;
}

.entry img {
	float: left;
}

.tool {
	margin-left: 100px;
}

.experience {
	margin: 5px 0 5px 0;
	overflow: hidden;
}

.experience img {
	float: right;
	display: none;
}