@charset "utf-8";
/* CSS Document */

body, content {
background-image: url('images/bg.jpg');
background-color: #3B3B3B;
background-repeat: repeat-y;
text-align:justify;
font-size: 11px;
line-height: 15px;
font-family: trebuchet ms, georgia, arial, trebuchet ms, tahoma;
color: #726A77; 
}

a:link,a:visited,a:active { color: #B39AA0;  text-decoration:none; cursor: default; }
a:hover { color: #A16C7F;  text-decoration:none; }

i, b  { color:#875F6F; font-family: Georgia; font-size: 10px; }

h1 {  
margin: 0;
text-align: right;
font-family: "georgia";
font-size:17px;
color: #B39AA0;
padding-top: 6px;
text-transform:uppercase;
border-bottom: 1px dotted #A16C7F;
line-height: 18px ;
}

h1:first-letter {  
color: #7E6168; 
text-transform: uppercase;
font-style: italic;
font-size: 22px;
}

.line { border-bottom: 1px groove #777676; }
.disclaimer { font-size: 9px; color: #777676; line-height: 11px; }
.side { margin: 0px 4px 2px; border-style: dotted; border-color: #777676; border-width: 1px; }

#nav {
font-family: Georgia;
font-size: 11px;
text-align: justify;
margin: 0 auto;
}
