/* background-image:url("http://andy.borgmann.me/resume/images/Resume_Background.jpg"); */
	
body {
	background-color: #831b11; 
	background-image:url("http://andy.borgmann.me/resume/images/Resume_Background-v2.jpg"); 
	background-position: top left; 
	background-repeat: no-repeat; 
	background-attachment: fixed; 
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, "Lucida Grande", sans-serif; 
	color: #000000;
}

a, .a {
	color: #831b11;
	font-weight: bold;
}

h1, h2 {
	font-weight: bold; 
	font-size: 36px; 
	color: #831b11;
}

h2 {
	font-size: 18px;
	margin-bottom: 3px;
}

.center {
	text-align: center;
}

.f12 {
	font-size: 12px;
}


#nav-top {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100;
}

#nav-contact {
	position: fixed;
	top: 0;
	left: 786px;
	z-index: 99;
}

#heading {
	width: 690px;
	text-align: center;
	margin: 20px 0 20px 235px;
}

#container, #contact {
	margin-left: 235px; 
	width: 681px; 
	border: 5px solid #831b11;
}

#contact {
	width: 601px; /* #container (above) width minus left & right padding */
	text-align: center;
	background-color: #FFFFFF;
	font-size: 30px;
	font-weight: bold;
	padding: 40px;
	line-height: 60px;
}	

#navigation {
	width: 689px;
	margin: 20px 0 0 235px;
}

#navi-left, #navi-center { 
	float: left; 
	width: 223px;
	margin-right: 10px;
}

#navi-right {
	float: right;
	width: 223px;
	text-align: right;
}

#navi-center {
	text-align: center;
	font-weight: bold;
	font-size: 24px;
}

#caption {
	width: 681px;
	text-align: center;
	margin: 20px 0 5px 235px;
	font-weight: bold;
	font-size: 10px; 
}

.caption {
	font-size: 10px;
}

#twitter {
	background-color: #FFFFFF;
	padding: 20px 20px 20px 0;
}

.tweet-name {
	font-weight: bold;
	font-size: 16px;
	color: #831b11;
	line-height: 20px;
	text-decoration: none;
}

.tweet-date {
	font-size: 12px;
}

.tweet-image {
	border: 2px solid #831b11;
	margin: 0 10px;
}

.tweet {
	line-height: 20px;
}

#twitter .odd, #twitter .even {
	margin-bottom: 20px;
}

#twitter .odd {
}

#twitter .even {

}

#description {
	margin-top: 10px;
}

	#description .subtext {
		font-weight: bold;
		line-height: 16px;
		color: #000000;
		font-size: 12px;
		margin-top: 10px;
	}
	
.video-player {
	text-align: center;
	background-color: #831b11;
}

#warning {
	text-align: center; 
	font-weight: bold; 
	font-size: 24px; 
	padding: 20px; 
	line-height: 30px;
}

#jump {
	text-align: right;
	font-size: 12px;
	width: 690px;
	margin: 20px 0 3px 235px;
}

td.right {
	text-align: right;
	padding-right: 5px;
}

td.left {
	text-align: left;
}

.hide {
	display: none;
}