@charset "utf-8";

body 
{
    font-family: Arial,Tahoma,Verdana;
    font-size: 13px;
    line-height: 18px;
	color: #323232;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color:#EFEFEF;
}
a, a:visited
{
	border:0;
	color:#005B9A;
	outline: 0;
}
img
{
	border:none;
}
h1, h2, h3, h4, h5, h6
{
	color: #323232;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-weight: 100;
}
h1 {
	text-align:center;
    font-size: 32px;
    line-height: 28px;
    margin-bottom: 22px;
}
h2 {
    font-size: 28px;
    line-height: 26px;
    margin-bottom: 15px;
}
h3 {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 0;
}
h4 {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 13px;
}
h5 {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 10px;
}
h6 {
    color: #323232;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
}
p{
padding: 0px;
margin: 0px;
}
ul
{
  margin:0px;
}

td
{
 padding-bottom:8px;
}
#classwork td
{
  padding:0px;
}
#contact-info
{
	text-align:center;
	padding-bottom:8px;
}
#workexp ul
{
 padding-bottom:8px;
}
.nav-button
{
	width:70px;
	height:70px;
	z-index:999;
	position:fixed;
}
#nav-button-home
{
	background:url(../img/home_sprite.gif) no-repeat center;
	background-position:0px 0px;
	right:0px;
	top:20px;
}
#nav-button-home:hover
{
	background-position:0px -70px;
}
#nav-button-pdf
{
	background:url(../img/pdf_sprite.gif) no-repeat center;
	background-position:0px 0px;
	right:0px;
	top:90px;
}
#nav-button-pdf:hover
{
	background-position:0px -70px;
}
.center
{
	text-align:center;
}
#wrapper
{
	margin:0 auto;
	width:900px;
}
.experience-info
{
	font-style:italic;
}
#paper-header
{
	width:900px;
	height:50px;
	background:url(../img/paper_header.jpg) no-repeat center;
}
#paper-body
{
	background:url(../img/paper_body.jpg) repeat-y center;
	width:780px;
	padding:0 60px;
	overflow:hidden;
	text-align:left;
}
#paper-footer
{
	width:900px;
	height:50px;
	background:url(../img/paper_footer.jpg)  no-repeat center;
}
