body 
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color: #dedede;
	margin: 0;
	font-size: 12px;
}

#copyright
{
#	background-color: #ffffff;
	position: absolute;
	top: 430px;
	left: 0px;
	width: 146px;
#	border-top: solid 1px #000000;
#	border-bottom: solid 1px #000000;
	font-size: 9px;
	line-height: 11px;	
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
#	color: #666666;
}

#logo
{
	position: absolute;
	top: 12px;
	left: 0px;
	width: 170px;
}

#maincontent
{
	background-color: #ffffff;
	border: 1px #000000 solid;
	position: absolute;
	top: 12px;
	left: 170px;
	width: 630px;
	margin-bottom: 12px;
	padding: 20px;
	color: #000000;
}

h1
{
	text-align: center;
}
h2
{
	font-size: 13px;
}
.center
{ 
	text-align: center;
}
img.postcard
{
	margin:30px;
}
.tiny
{
	font-size: 10px;
}
p.resume
{
	margin-left:35px;
	text-indent:-35px;
}
li.mylink
{
	font-size: 13px;
	line-height: 26px;
}
.center table
{ 
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
img.home
{
	width: 150px;
	height: 150px;
	float: right;
	clear: right;
	border: none;
	margin-left: 20px;
	margin-bottom: 20px;
}

#navbar
{
	background-color: #ffffff;
	position: absolute;
	top: 175px;
	left: 0px;
	width: 170px;
	border-top: solid 1px #000000;
	font-weight: bold;
}
#navbar a:link, 
#navbar a:active,
#navbar a:visited 
{
	display: block;
	//color: #7e7e7e;
	color: #000000;
	background-color: #ffffff;
	border-bottom: solid 1px #000000;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 12px;
	text-decoration: none;
}

#navbar a:hover 
{
	display: block;
	color: #000000;
	background-color: #dedede;
	text-decoration: none;
}




