/* CSS Document */

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

#header {
position: absolute;
}

#content {
position: absolute; 
left: 10px; 
top: 450px; 
width: 430px;
}

.nav  {
display: block;
font-family: trebuchet ms;
font-size: 12px;
color: #CCCCCC;
padding: 10px;
text-align: left;
border-bottom: none;
letter-spacing: 4px;
font-style: none;
margin-bottom: 2px;
position: absolute; 
left: 440px; 
top: 430px; 
width: 150px;
}

i, em {
color: #357177;
font-family: georiga;
font-size: 14px;
}

b, strong {
color: #061b37;
}

h1 {
color: #a8a8a8;
font-family: garamond;
font-size: 25px;
font-style: italic;
text-align: left;
padding-left: 20px;
padding-bottom: 20px;
margin-bottom: 2px;
border-bottom: #ffffff dotted 1px;
letter-spacing: 3px;
}

h1:first-letter {
color:#4a8b9f;
}

h2 {
color: #a8a8a8;
font-family: garamond;
font-size: 18px;
font-style: italic;
text-align: left;
padding-left: 20px;
padding-bottom: 5px;
margin-bottom: 2px;
letter-spacing: 4px;
text-align: right;
}

h2:first-letter {
color:#3a9dae;
}

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

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

blockquote {
background-color: #777777;
background-image: url('quote.gif');
color: #000000;
padding: 15px;
line-height: 20px;
font-family: georgia;
font-style: italic;
font-size: 11px;
border: 12px #6ba2b3 solid;
}

img {
border: 5px solid #b4b4b4;
}

img:hover {
border: 5px solid #4d4d4d;
}

.no-border { 
border: none; 
}

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

ul {
list-style-type: none;
padding-left: 0;
margin-left: 0;
}
	
li {
background: url(li.png) left center no-repeat;
padding-left: 15px;
margin-bottom: 10px;
}
