html,
body {
   margin:0;
   padding:0;
   height:100%;
   font-family:Arial,Sans-Serif;
   font-size:9pt;
   line-height:16pt;
   color:#FFFFFF;
   background:#000;
}
#container {
   min-height:100%;
   position:relative;
   background:#000;
}
#header {
   height:55px;
}
#banner {
   background:#000;  
   width:100%;
   height:262px;
   background-image:url(img/bgstripe.gif);
   background-repeat:horizontal;
}
#bannerImg{	
	height:262px;
	background-image:url(img/bg_header.jpg);	
}
#social{
	position:absolute;
	right:14px;	
	top:14px;
}
#social a:link, #social a:visited{
	color:#fdfaeb;
	padding-left:14px;
	position:relative;
	top:-12px;
}
#headerLeft{
	float:left;
	height:207px;
	width:100%;
	background-image:url(img/bg_header_tile.jpg);
}
#body {  
   padding-bottom:240px;   /* Height of the footer */
   min-height: 385px;
   
}
#footer {
   position:absolute;
   bottom:0;
   width:100%;
   background-image:url(img/bg_footer.jpg);
   height:240px;   /* Height of the footer */   
}
.centered {
	width:880px;
	margin:0 auto;	
	position:relative;
	left:-40px;
}
.content {
	padding-left:120px;
	padding-top:35px;
}
#footer .content{
	padding-top:30px;
}
.game {
	margin-right:70px;
	margin-top:10px;
	height:200px;
	width:115px;
	float:left;
	color:#fdfaeb;	
}
.game a:link, .game a:visited {
	color:#ffffff;
	font-weight:bold;
	line-height:14pt;
}
.game img {
	padding-bottom:10px;
}
.ludum {
	color:#f28d3f;
	font-weight:regular;
}
.twocol{
	width:390px;
	float:left;
	
}
.twocol p, .onecol p {
	padding-left:21px;
	padding-top:9px;
}
.onecol{
	width:174px;
	padding-left:21px;
	float:left;
}
h1{
	font-size:14pt;
	font-weight:bold;
	padding-bottom:4px;
	margin-bottom:20px;
	color:#38192a;
	width:100%;
	border-bottom:1px solid #38192a;
}
.resume h1{	
	margin-top:20px;
	margin-bottom:5px;
}
a:link, a:visited {
	color:#c46b46;
}
ol {
	margin-left:23px;
	margin-top:9px;
	list-style:decimal;
}