@charset "utf-8";

html, body, #holder { min-height: 100%; width: 100%; height: 100%;}

html>body, html>body #holder { height: auto;}

#holder { position: absolute; top: 0; left: 0;}
#photo { text-align: center;
}


#header {padding-top: 10px; text-align:center;  border: none; width: 100%;}

#nav {
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 48px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#content {
	text-align: center;
	margin: 0px;
	padding-bottom: 5px;
	border: 0;
	vertical-align: middle;
	height: auto;
}

#contact {
	height: 75px;
	width: 100%;
	margin: 0px;
	text-align: center;
	padding-bottom: 35px;
}

#footer {clear: both; height: 20px; position: absolute; bottom: 0; left: 0; border: none; width: 100%; text-align: center;}

body {
	font-family: arial;
	padding: 0px;
	margin: 0px;
	background-color: #000000;
}

img {
	border: 0px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	color: #666666;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #555555;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #777777;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: lowercase;
	color: #666666;
	white-space: normal;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 18px;
}

#text {
	border: 0;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
}




#centering {
	height: 100%;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}

.hiddenPic {display:none;}

#cv #text {
	text-align: left;
}
#about  #text {
	text-align: center;
}

.aboutmenu {
	text-align: center;
}
.aboutmenu a {
	padding-right: 20px;
	padding-left: 20px;
}
#links #text {
	text-align: center;
}
