*, html {
padding: 0px;
margin: 0px;
font-family: helvetica, arial;
letter-spacing: 0;
line-height: 1.5em;
}

.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
 
.white_content {
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	text-align: center;
	background-color: white;
	z-index:1002;
	overflow: auto;
}
.white_content img{
border: 0px;
padding: 0px;
margin: 0px;
}

body{
width: 960px;
margin: auto;
}

#header {
text-align: center;
margin: auto;
margin-bottom: 30px;
}

#header h1{
font-size: 70pt;
margin-bottom: -30px;
}

#header span{

margin-top: -50px;
padding: 0px 30px 0 30px;
font-size: 10pt;
}

#resume{
width: 520px;
font-size: 15pt;
float: left;
}

#resume p{
padding: 20px;
}

#resume ul{
margin-left: 50px;
padding-left: 30px;
padding-top: 10px;
padding-bottom: 10px;
margin-right: 20px;
font-size: 12pt;

}

#resume h3{
padding: 20px;

}

#resume .lvl3{
padding-left: 60px;
padding-bottom: 20px;
display: block;
}

#resume .lvl3 ul{
list-style-position: outside;
}

#works{
width: 220px;
height: 100px;

float: left;
}

#works img{
border: 1px solid black;
padding: 5px;
margin-left: 5px;
margin-bottom: 20px;
}

#profile{
width: 220px;
float: left;
}

#profile img{
border: 1px solid black;
margin-left: 5px;
padding: 5px;
}
#profile .profileInfo{
padding: 10px 0px 10px 20px;
display: block;
}
#profile h2{
font-size: 15pt;
margin: 10px 0px 10px 20px;
}
#profile ul{
list-style: none;
margin-left: 40px;
}
#profile p{
margin: 0 0 0 40px;
}

