/* ============== 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:right;
}

h1, h3, a:hover {
color: #d36925;
}
body {
background-color: #000000;
background-image: url(images/mainheadshot.jpg);
background-repeat: no-repeat;
background-position: 0px 0px;
color: #FFFFFF;
}

h1 {
background: url(images/name_trans.gif) no-repeat top right;
margin:0;
padding: 0 0 55px 0;
font-size: 0px;
width: 100%;
color: #000000;
}

ul.MainNav {
background-image: none;
margin:0;
padding:0;
width: 100%;
text-align:right;
list-style-type:none;
}

ul.MainNav li {
float:right;
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 -------- */

p, h3 {
text-align:right;
margin-left:510px;
}

h3 {
margin-bottom: -20px;
}