/*styles for fcappello  credits page*/

html {
height: 100%;
width: 100%;
margin: 0 0 0 0;
scrollbar-face-color: #71706f;
scrollbar-arrow-color: #474645;
scrollbar-track-color: #474645;
scrollbar-shadow-color: #474645;
scrollbar-3dlight-color: #71706f;
scrollbar-highlight-color: #71706f;
scrollbar-darkshadow-color: #474645; 
}
body {
width: 100%;
background: #353433 url(images/palacebak.jpg) top left no-repeat fixed;
background-position: top left;
background-repeat: no-repeat;
font-family: "Trebuchet MS", verdana, sans-serif;
color: #9e9e9d;
}
p {
font-size: 0.8em;
line-height: 1.1em;
text-align: left;
color: #333333;
}
h1 {
font-family: "Trebuchet MS", verdana, sans-serif;
font-size: 60px;
color: #9e9e9d;
text-align: right;
margin-top: 90px;
margin-right: 20px;
letter-spacing: 0.7px;
}
h2 {
font-family: "Trebuchet MS", verdana, sans-serif;
font-size: 22px;
color: #333333;
text-align: left;
margin-bottom: -10px;
margin-top: 0px;
margin-left: 40px;
letter-spacing: 1.2px;
}
h3 {
font-family: "Trebuchet MS", verdana, sans-serif;
font-size: 18px;
color: #99050c;
margin-bottom: 0px;
margin-top: 0px;
}
h4 {
font-family: "Trebuchet MS", verdana, sans-serif;
font-size: 18px;
color: #9e9e9e;
margin-top: 16px;
margin-left: 260px;
letter-spacing: 0.5px;
}
a:link {
color: #99050c;
text-decoration: none;
}
a:visited {
color: #666666;
text-decoration: none;
}
a:hover {
color: #99050c;
text-decoration: underline;
}
a:active {
color: #99050c
text-decoration: underline;
}
#outer {
position: relative;
width: 800px;
border: solid 2px #292929;
background: #71706f url(images/grain.jpg);
margin: 20px auto 20px auto;
}
#header {
position: relative;
margin-top: 0;
width: 800px;
height: 210px;
background: #71706f url(images/header2.jpg);
background-repeat: no-repeat;
border-bottom: 2px #333333 solid;
}
#left {
float: left;
width: 190px;
margin-left: 10px;
padding: 3px;
}
#left img {
margin-left: 10px;
margin-top: 10px;
border: 1px solid #333333;
}
#left p {
color: #cccccc;
margin-left: 10px;
margin-right: 20px;
font-size: 0.7em;
}
/*--nav--*/
#navcontainer { 
width: 170px;
margin-top: 20px; 
margin-left: 10px;
}
#navcontainer ul {
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: "Trebuchet MS", verdana, sans-serif;
font-size: 0.8em;
}
#navcontainer a {
display: block;
padding: 6px;
width: 125px;
background-color: #353433;
color: #9a9a9a;
border-left: 30px solid #555555;
border-right: 5px solid #9a9a9a;
}
#navcontainer a:link, #navlist a:visited {
text-decoration: none;
}
#navcontainer a:hover {
border-left: 30px solid #353433;
border-right: 5px solid #99050c;
background-color: #9e9e9e;
color: #333333;
}
.spacer {
clear: left;
}
/*--end nav--*/
#main {
float: left;
width: 540px;
margin-left: 10px;
margin-top: 10px;
padding: 10px;
}
.caption {
font-size: 0.7em;
margin-left: 20px;
margin-top: 0px;
color: #e1e1e1;
}
.paragraphblock {
margin: 15px;
background: #9e9e9d;
border: 1px dashed #333333;
padding: 10px;
}
/*--paragraph block with images--*/
.paragraphblockb {
margin: 15px;
background: #9e9e9d;
border: 1px dashed #333333;
padding: 10px;
}
.paragraphblockb img {
border: 1px #333333 solid;
margin-left: 10px;
margin-bottom: 0;
}
.paragraphblockb a {
border: none;
text-decoration: none;
}
.paragraphblockb a:hover {
border: none;
text-decoration: none;
}

/*--footer--*/
#footer { 
position: relative;
height: 36px;
clear: both;
padding-top: 8px;
background: #292929;
margin: 0px 0px 0px 0px;
font-family: tahoma, verdana, arial, sans-serif; 
}
#footer p {
color: #9a9a9a;
letter-spacing: 1.2px;
}
#footer .left { 
position: absolute;
left: 20px;
bottom: 14px;
color: #9a9a9a;
font-size: 0.7em; 
}
#footer .right { 
position: absolute;
right: 20px;
bottom: 14px;
color: #9e9e9e;
font-size: 0.7em; 
}
#footer a { 
color: #99050c;
text-decoration: none; 
}
#footer a:hover {
color: #99050c;
text-decoration: underline;
}
