@charset "utf-8";
body {
	background-image: url(back.gif);
	background-repeat: repeat;
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
}
.header {
	background-image: url(header.gif);
	background-repeat: no-repeat;
	width: 800px;
	height: 144px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Courier New", Courier, monospace;
	font-size: 56px;
	text-align: center;
	line-height: 144px;
}
.content {
	font-family: "Courier New", Courier, monospace;
	background-color: #FFFFFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.footer {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	height: 16px;
	background-image: url(foot.gif);
}
h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}
h2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-weight: bold;
	color: #0070CC;
}
center {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
}
a {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-weight: normal;
	color: #0070CC;
	text-decoration: underline;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/* Here is my navbar link specific codes */
.navcontainer
 {
 	margin-right: auto;
	margin-left: auto;
	width: 800px;
	height: 16px;
	background-image: url(nav.gif);
	background-repeat: no-repeat;
}
a.nav_home {
	height: 16px;
	width: 64px;
	margin-left: 192px;
	background-image: url(nav.gif);
	background-repeat: no-repeat;
	background-position: -192px 0px;
	float: left;
}
a:hover.nav_home {
	background-position: -192px -16px;
}
a.nav_blog {
	height: 16px;
	width: 64px;
	margin-left: 16px;
	background-image: url(nav.gif);
	background-repeat: no-repeat;
	background-position: -272px 0px;
	float: left;
}
a:hover.nav_blog {
	background-position: -272px -16px;
}
.nav_photos {
	height: 16px;
	width: 96px;
	margin-left: 16px;
	background-image: url(nav.gif);
	background-repeat: no-repeat;
	background-position: -352px 0px;
	float: left;
}
a:hover.nav_photos {
	background-position: -352px -16px;
}
.nav_projects {
	height: 16px;
	width: 128px;
	margin-left: 16px;
	background-image: url(nav.gif);
	background-repeat: no-repeat;
	background-position: -464px 0px;
	float: left;
}
a:hover.nav_projects {
	background-position: -464px -16px;
}
.nav_rss {
	height: 16px;
	width: 48px;
	margin-left: 160px;
	background-image: url(nav.gif);
	background-repeat: no-repeat;
	background-position: -752px 0px;
	float: left;
}
a:hover.nav_rss {
	background-position: -752px -16px;
}
.footup {
	height: 16px;
	width: 16px;
	margin-left: 784px;
	background-image: url(foot.gif);
	background-repeat: no-repeat;
	background-position: -784px 0px;
	float: left;
}
a:hover.footup {
	background-position: -784px -16px;
}
