/* CSS Document */

body {
margin: 0px;
padding: 0px;
background-color: #ffffff;
font-size: 12px;
color: #747474;
font-family: trebuchet ms;
text-align: justify;
background-image: url('bg.jpg');
line-height: 16px;
}

#header {
position: absolute;
}

.nav  {
display: block;
font-family: trebuchet ms;
font-size: 12px;
text-transform: uppercase;
color: #CCCCCC;
padding: 10px;
background-color: #000000;
text-align: center;
border-bottom: none;
letter-spacing: 4px;
font-style: none;
margin-bottom: 2px;
}

i, em {
color: #484848;
}

b, strong {
color: #484848;
}

h1 {
color: #6A6A6A;
font-family: georgia;
font-size: 20px;
font-style: italic;
text-align: left;
padding-left: 20px;
padding-bottom: 20px;
margin-bottom: 2px;
border-bottom: #ffffff dotted 1px;
}

h1:first-letter {
color:#132758;
}

a {
color: #132758;
font-size: 12px;
border-bottom: #ffffff dotted 1px;
text-decoration: none;
font-family: georgia;
font-style: italic;
font-weight:lighter;
}

a:hover {
color: #4D4D4D;
font-size: 12px;
text-decoration: none;
}

blockquote {
background-color: #777777;
color: #000000;
padding: 15px;
line-height: 20px;
font-family: georgia;
font-style: italic;
font-size: 11px;
}