/* CSS Document */

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

#header {
position: absolute;
}

#content {
position: absolute; 
left: 200px; 
top: 350px; 
width: 500px;
}

.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: 460px; 
top: 45px; 
width: 150px;
}

#nav 
{
position: absolute; 
left: 30px; 
top: 350px; 
width: 140px; 
z-index: 3;
text-align: center;
}

.container
{
padding: 3px; 
text-align: justify;
}

.container A, .container A:active, .container A:visited 
{
display: block; 
margin: 1px 0; 
background-color: #3f7c77;
padding: 6px;
text-align: center;
font-family: georgia;
font-style: none;
font-size: 12px;
color: #182b28;
border: none;
}

.container A:hover 
{
display: block; 
margin: 1px 0; 
background-color: #3f7c77;
padding: 6px;
text-align: center;
font-family: georgia;
font-style: none;
font-size: 12px;
color: #73a7a3;
border: none;
}

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

b, strong {
color: #064a57;
}

h1 {
color: #6a6a6a;
font-family: garamond;
font-size: 30px;
font-style: italic;
text-align: left;
padding-left: 20px;
padding-bottom: 10px;
margin-bottom: 2px;
letter-spacing: 3px;
font-weight: lighter;
}

h1:first-letter {
color:#315f5b;
}

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;
font-weight: lighter;
}

h2:first-letter {
color:#315f5b;
}

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

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

blockquote {
background-image: url('quote.jpg');
color: #182b28;
padding: 15px;
line-height: 20px;
font-family: georgia;
font-style: italic;
font-size: 11px;
border: 20px #315f5b solid;
}

img {
border: 5px solid #78a2a8;
}

img:hover {
border: 5px solid #94abac;
}

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