/* 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: 18px;
}

.header {
background-image: url(header.jpg);
background-repeat: no-repeat;
width: 800px;
}

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

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

i, em {
color: #484848;
}

b, strong {
color: #484848;
}

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

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

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: #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;
}

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;
}
