/* CSS Document */

html {} 
body {background-color: #ffffff;
  background-image:    url(images/bg.jpg);
  background-repeat: repeat;
  font: 11px arial;
  color: #ffffff;
  text-align: justify;
  letter-spacing: 1px;
  line-height: 19px;

  
  scrollbar-face-color:#000000;
      scrollbar-shadow-color:#000000;
      scrollbar-highlight-color:#000000;
      scrollbar-3dlight-color:#000000;
      scrollbar-darkshadow-color:#000000;
      scrollbar-track-color:#000000;
      scrollbar-arrow-color:#858585;}

#layout { 
  margin-top: 0px; 
  margin-left: 0px;
  position: absolute;}
  
#content {background: transparent;
  width: 745px;

  top: 450px;
  left: 20px;
  position: absolute;
  overflow: auto;
  overflow-x: hidden;
  height:100%;}
  

div.header, h2{ font: 16px georgia;
  color: #fff;
  border-right: 8px solid #FD8B06;
  background-color: #A0749A;
  text-align: right;
  letter-spacing: 7px;
  text-transform: lowercase;
  margin-bottom: 2px;
  padding-right: 40px;
  font-style: italic;}

a, a:link, a:visited, a:active {color:#E22C3A;
}
A:hover {color:#F7462F;}

u{color:#F9B134;
font-size: 9pt;
border-bottom: FFEAC0 1px dashed;}

b{color:#ADE5E6;
font-family: verdana;
font-size: 9pt;}

i{color:#E85D87;
font-family: tahoma;
font-size: 9pt;}

h3 { 
margin: 0;
font-family: georgia;
font-size:35px;
font-style:italic;
color: #961B19;
padding:5px;
letter-spacing: 5px;
text-transform:lowercase;
line-height: 4px;
font-weight: normal;}

.style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #932941;
	font-weight: bold;
	font-style: italic;
}







