html {
	background-color: #f4f4f4;
	color: #000;
	font-family: arial, helvetica, sans-serif;
}
h1 {
	font-weight: bold;
	margin-top: 25px;
}
h2 {
	font-weight: bold;
}
.nobr {
	white-space: nowrap;
}
#bannerLogo {
	text-align: center;
}
.info {
	text-align: center;
	margin: 0 auto 3px auto;
}
.skills {
	text-align: center;
	margin: 15px auto 0 auto;
}

#portfolio {
	width: 820px;
	margin: 10px auto;
}
.column {
	float: left;
	width: 200px;
}
.column a, .column a:visited {
	color: #000080;
	font-size: 86%;
	font-weight: bold;
	text-decoration: none;
	background-color: #f4f4f4;
}
.column a:hover, .column a:active {
	color: #800000;
	text-decoration: underline;
}
.column li {
	margin-top: 5px;
}

#websites {
	text-align: left;
}
#websites.column li:hover {
	background: transparent url(/i/link-bg.gif) left center no-repeat;
}
#websites.column a {
	padding-right: 5px;
}

#screen-shots {
	 width: 420px;
	 height: 350px;
	 background: transparent url(/i/screenshotsSprite.jpg) -5000px center no-repeat;
}

#webapps {
	text-align: right;
}
#webapps.column li:hover {
	background: transparent url(/i/link-bg.gif) right center no-repeat;
}
#webapps.column a {
	padding-left: 5px;
}
#webapps.column #disclaimer {
	font-size: 86%;
	text-align: justify;
	border-top: 1px solid #666;
	padding-top: 7px;
	margin: 13px 0 0 50px;
}


.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
