/* CSS Document */

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

#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: #ffffff;
font-family: georgia;
}

b, strong {
color: #ffffff;
font-family: georgia;
}

h1 {
color: #a8a8a8;
font-family: garamond;
font-size: 30px;
text-align: center;
padding-left: 20px;
padding-bottom: 20px;
margin-bottom: 2px;
letter-spacing: 20px;
border-bottom: #ffffff dotted 1px;
font-weight: lighter;
}

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

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

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

blockquote {
color: #ececec;
padding: 15px;
line-height: 20px;
font-family: georgia;
font-style: italic;
font-size: 11px;
border: 15px #262626 solid;
}

img {
border: 8px solid #d0d0d0;
}

img:hover {
border: 8px solid #696969;
}

.no-border { 
border: none; 
}

.no-border:hover {
border: none;
}
