/* ============== Main Font Define ================ */
body, h1, h2, h3, h4, ul, ul.MainNav, li, p, a, a:hover {
font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
text-align:left;
}

h1, h3, a:hover {
color: #d36925;
}
body {
background-color: #000000;
background-image: url(images/portraitB&W.jpg);
background-repeat: no-repeat;
background-position: bottom right;
background-attachment: fixed;
height: 99%;
margin: 5px 0px 0px 5px;
color: #FFFFFF;
}

h1 {
background: url(images/name_trans_sm.gif) no-repeat top left;
margin:0;
padding: 0 0 24px 0;
font-size: 0px;
width: 100%;
color: #000000;
}

ul.MainNav {
background-image: none;
margin:0;
padding:0;
width: 100%;
text-align:left;
list-style-type:none;
}

ul.MainNav li {
float:left;
padding: 10px 10px 0px 10px;
font-size: .9em;
font-variant: small-caps;
border-bottom: thin solid #d36925
}

a {
color: #FFFFFF;
text-decoration: none;
}
a:hover {
background-color: #222222;
text-decoration: none
}

/* ------ Content Section Layout Definitions -------- */

h3 {
text-align: left;
margin: 0px 300px 0px 5px;
padding-top: 20px;
}

p {
text-align: left;
margin: 0px 300px 0px 5px;
padding-bottom: 20px;
} 
