	
html {
overflow: auto;
direction: ltr;
}

body {
margin: 0px; padding: 0px;
background-image: url("../img/background/000_00687.JPG");
background-color: #000;
background-attachment: fixed;
}

div {
margin: 0px;
padding: 0px;
}

div#header_bar {
display: inline-block;
width: 950px;
height: 100px;
background-color: #D9D077;
overflow: hidden;
}

div#main_content {
width: 950px;
min-height: 600px;
margin: auto;
margin-top: 100px;
margin-bottom: 100px;
background-color: #fff;
overflow: hidden;
}

div.thumbnail_holder {
display: inline-block;
float: left;
clear: left;
width: 900px;
height: 250px;
padding-top: 25px;
margin-left: 25px;
margin-top: 25px;
margin-right: 0px;
border-top: 40px dotted #D9D077;
}

div.thumbnail_frame {
display: inline-block;
float: left;
width: 150px;
height: 150px;
margin-top: 35px;
margin-right: 36px;
background-color: #000;
overflow: hidden;

}


div#footer {
display: inline-block;
clear: left;
width: 900px;
height: 100px;
margin-left: 25px;
padding-top: 5px;
border-top: 2px dotted #828B54;
}


/*-----------------------------------------------------------------------*/


img {
margin: 0px;
padding: 0px;
}

img#portrait {
display: inline-block;
float: left;
width: 425px;	
margin: 25px;
padding-top: 0px;
box-shadow: 10px 10px 2px #999;
}

img.thumbnail {
width: 150px;
height: 150px;

}


img.thumbnail:hover {
opacity: 0.5;
}


h1, h2, h3, h4, h5, h6 {
padding: 0px;
margin: 0px;
}

h1#header {
font-size: 40pt;
font-family: Impact, Verdana;
width: 750px;
height: 50px;
display: block;
margin-top: 15px;
margin-left: 25px;
padding: 5px;
padding-left: 95px;
padding-right: 55px;
border-bottom: 50px solid #828B54;
}

h2.smallheader {
display: block;
width: 350px;
min-height: 50px;
font-style: italic;
font-size: 30pt;
font-family: Impact, Verdana;
color: #828B54;
text-align: center;
margin: auto;
margin-top: -70px;
padding-left: -300px;
background-color: #fff;
z-index: 1;
}


p { 
margin: 0px;
padding: 0px;
}

p.paragraph {
font-size: 12.5pt;
font-family: Times New Roman, Verdana;
padding: 25px;
padding-left: 25px;
padding-bottom: 0px;
text-align: justify;
}

p.footertext {
margin-top: 15px;
}

a {
text-decoration: none;	
}

a img {
margin: 0px;
padding: 0px;
border: none;
}
		
a.pdfdownload {
font-family: Impact, Verdana;
display: block;
margin-top: 10px;
padding-left: 25px;
}

a.pdfdownload:hover {
font-family: Impact, Verdana;
text-decoration: underline;
color: #828B54;
}

span.boldtext {
font-weight: 600;
}

span.italictext {
font-style: italic;
}


