@charset "utf-8";
/* CSS Document */

/* #header height below was originally 50px when title and my name included */
#header {
	position: fixed;
	top: 0px;
	height: 30px; 
	width: 100%;
	background: white;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: center;
	box-shadow: 0px 5px 5px rgba(0,0,0,0.4);
}

#header_elements {
    position:relative;
}
#header_element_left {
    float:left;
    margin-left:30px;
    font-size: 9pt;
    padding-top: 5px;
    padding-bottom: 5px;
} 
#header_element_center {
	 text-align:center; 
}
#header_element_right {
    position:absolute;
    top:0;
    right:30px;
    font-size: 9pt;
    padding-top: 5px;
    padding-bottom: 5px;
}

#body {
	margin-top: 120px;
	overflow: hidden;
	background: white;
   background-image: url('../images/bg-light-beige-linen paper-2.jpg');
	color: #111;
	font-family: "Perpetua", "Adobe Caslon Pro", "Sabon LT Std", "Minion Pro", "Cormorant Garamond", "Times New Roman", "Times", serif;
	font-size: 10pt;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 500px;
}

#new_font {
font-size: 20pt;
}

#footer {
	position: fixed;
	bottom: 0px;
	height: 35px;
	width: 100%;
	background: white;
	color: #777;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 9pt;
	padding-top: 14px;
	text-align: center;
}

.floatleft {
	float:left;
	margin-bottom: 15px;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 15px;
}

.floatright {
	float:right;
	margin-bottom: 15px;
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 5px;
}

.image .caption { font-size: 70%;
        font-family: "Perpetua", "Adobe Caslon Pro", "Sabon LT Std", "Minion Pro", "Cormorant Garamond", "Times New Roman", "Times", serif;
}

.smallcaps {
	font-variant: small-caps
}