body {
	text-align: left;
}
.wrapper {
	position: relative;
	width: 95%;
	font-size: 0.9em;
	margin: 0 0 -116px; /* the bottom margin is the negative value of the footer's height */
	text-align: left;
}
.header {
	height: 105px;
	background: url(garyheader.jpg) no-repeat;
}

.header a {
	display: block;
	height: 105px;
	width: 572;
}
h1 {
	text-indent: -500em;
}
h2 {
	padding: 0 0 0.6em;
	color: #000;
	font: .9em arial,sans-serif;
}
p {
	padding: 0 0 1em;
	color: #000;
	font: .9em/1.4em arial,sans-serif;
}
a {
	color: #000;
	text-decoration: none;
	font: .9em/1.4em arial,sans-serif;
}
a:hover {
	text-decoration: underline;
}
strong {
	font-weight: normal;
}
.download {
	position: absolute;
	right: 0;
	top: 160px;
}
.footer {
	position: relative;
	width: 700px;
	margin: 0 0;
	background: url(dice_footer.jpg) no-repeat;
}
.footer a {
	color: #fff;
	text-decoration: underline;
	border: 0;
}
.footer p {
	position: absolute; /* this is to center the text over the old footer */
	left: 200px;
	bottom: 4px;
	width: 700px;
	padding: 0;
	color: #000;
	font: 0.7em arial,sans-serif;
	text-align: left;
}
#navcontainer ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#navcontainer ul li a {
	background: #fff;
	width: 90px;
	height: 18px;
	padding: 0;
	margin: 0 0 10px 0;
	color: #000;
	text-decoration: none;
	display: block;
	text-align: center;
	font: bold .9em/1.4em arial,sans-serif;
}

#navcontainer ul li a:hover {
	text-decoration: underline;
}

body#home a#homenav,
body#aboutme a#aboutnav,
body#portfolio a#portnav,
body#gaming a#gamnav,
body#links a#linknav
{
	text-decoration: none;
	color: #06c;
}

.floatrt { 
	float: right; margin-left: 10px; margin-top: 5px; margin-bottom: 10px;
	} 

.floatlt {
	float: left; margin-left: 20px; margin-right: 15px; margin-top: 8px;
	}
