body {
  font-family: 'Palatino Linotype', Arial, Helvetica, sans-serif;
  font-size: 100%;
  background: #000000;
  color: #000000;
  margin: 0;
  padding: 0;
}

.t1 {font-family: Georgia; font-size: 200%; font-weight: normal; margin: 0px}
.t2 {font-family: Georgia; font-size: 140%; font-weight: normal; margin: 0px}
.t3 {font-size: 130%; font-weight: normal; margin: 0px}
.t4 {font-size: 120%; font-weight: normal; margin: 0px}
.t5 {font-size: 110%; font-weight: normal; margin: 0px}
.t6 {font-size: 100%; font-weight: normal; margin: 0px}
.t7 {font-size: 90%; font-weight: normal; margin: 0px}
.t8 {font-size: 80%; font-weight: normal; margin: 0px}

.ff1 {font-family: Arial}
.ff2 {font-family: 'Palatino Linotype'}

.space5 {height: 5px}
.space10 {height: 10px}
.space {height: 10px}
.t1space {height: 15px}
.t2space {height: 15px}

ul.circle {
list-style-image: url('images/bullet.gif');
background-repeat: no-repeat;
background-position: 0px -5px; 
margin: 0px;
text-align: left;
}

.block {background: #E9E187; font-size: 90%; padding: 8px}

.line {border-bottom: 1px solid #E0D77C; margin-bottom: 5px}

.upper {font-size: 14px; font-weight: bold; padding-bottom: 20px; text-transform: uppercase}

dl {margin: 5px 0px 0px 0px}

#content {background: #FFFEF3; color: #000000; font-size: 17px; padding: 0px; width: 800px}
#content img {background: transparent; border: 0px solid #E0D77C; margin: 0 0 5px 0; padding: 4px; text-decoration: none}
#content a:link img, #content a:visited img, #content a:active img {background: transparent; border: 1px solid #E0D77C; margin: 0 0 5px 0; padding: 4px; text-decoration: none}
#content a:hover img {background: #FFFEF3; border: 1px solid #E0D77C; margin: 0 0 5px 0; padding: 4px; text-decoration: none}

p {margin: 0px 0px 4px 0px; padding: 0px 0px 4px 0px}
p a:link, p a:visited, p a:active {border-bottom: 1px solid #E0D77C; color: #922C0F; font-weight: bold; text-decoration: none}
p a:hover {background: url('images/gold.jpg'); border-bottom: 1px solid #E0D77C; text-decoration: none}

#index {background: #F2EDB8; font-weight: normal; padding: 10px}
#index a:link, #index a:visited, #index a:active {color: #922C0F; text-decoration: none}
#index a:hover {border-bottom: 1px solid #E0D77C; text-decoration: none}

#services {background: #F2EDB8; padding: 10px}

#submenu {border: 0px solid red; background: url('images/.gif') repeat-x; display: block; font-size: 14px; font-weight: bold; margin: 0px; padding-right: 20px; padding-top: 6px; text-align: left; width: 160px}
#submenu ul {display: block; margin: 0px; padding-left: 10px}
#submenu li {display: block; list-style: none; margin: 2px 0px 2px 0px; padding: 2px 4px 2px 4px}
#submenu a:link, #submenu a:visited, #submenu a:active {border-left: 1px solid #E0D77C; border-bottom: 1px solid #E0D77C; display: block; background: transparent; color: #000000; margin: 0px; padding: 2px 4px 2px 4px; text-decoration: none}
#submenu a:hover {border-left: 1px solid #E0D77C; border-bottom: 1px solid #E0D77C; background: url('images/gold.jpg'); color: #000000; display: block; margin: 0px; padding: 2px 4px 2px 4px; text-decoration: none}
#submenu #current a {border-left: 1px solid #E0D77C; border-bottom: 1px solid #E0D77C; background: url('images/gold.jpg'); color: #922C0F; display: block; margin: 0px; padding: 2px 4px 2px 4px; text-decoration: none}

#box {background: url('images/gold.jpg'); padding: 2px}
#boxhover {background: #F2EDB8; padding: 10px}
#boxhover a:link, #boxhover a:visited, #boxhover a:active {background: transparent; color: #922C0F; display: block; font-weight: bold; text-decoration: none}
#boxhover a:hover {background: #EFE89D; color: #922C0F; display: block; font-weight: bold; text-decoration: none}

#bottom {color: #B9AB5C; font-family: Arial; font-size: 12px; font-weight: bold}
#bottom a:link, #bottom a:visited, #bottom a:active {text-decoration: underline; color: #B9AB5C; border: 0px; background: transparent;}
#bottom a:hover {color: #DDD087; text-decoration: underline; border: 0px; background: transparent;}

input.txt {background: #FFFEF3; color: #000000; border: 1px inset #E0D77C; font-family: 'Palatino Linotype', Arial, Helvetica, sans-serif; font-size: 17px; font-weight: bold; padding-left: 2px; width: 95%}
input.btn {background: url('images/gold.jpg'); color: #000000; border: 1px outset #E0D77C; font-family: 'Palatino Linotype', Arial, Helvetica, sans-serif; font-size: 17px; font-weight: bold}
select {background: #FFFEF3; color: #000000; border: 1px solid #E0D77C; font-family: 'Palatino Linotype', Arial, Helvetica, sans-serif; font-size: 17px; font-weight: bold}
textarea {background: #FFFEF3; color: #000000; border: 1px solid #E0D77C; font-family: 'Palatino Linotype', Arial, Helvetica, sans-serif; font-size: 17px; font-weight: bold; padding: 3px}

.shadow {border: 0px solid red; position: relative; display: inline; background: transparent; z-index: 100}

.shadow_inner{
overflow: hidden;
position: absolute;
top:  -1000px;
filter: alpha(Opacity=10); /*modify to change the shade solidity/opacity, same as below*/
opacity: 0.1; /*firefox 1.5 opacity*/
-moz-opacity: 0.1; /*mozilla opacity*/
-khtml-opacity: 0.1; /*opacity*/
z-index: 0
}

.picleft {margin: 5px 0px 3px 0px; padding: 0px 15px 0px 0px; float: left}