/* CSS Document */

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

#header {
position: absolute;
}

#nav {
display: block;
margin: auto;
position: absolute;
font-family: georgia;
text-align: center;
font-weight: lighter;
font-style: italic;
font-size: 24px;
padding-left: 63px;
padding-top: 550px;
margin-bottom: 6px;
width: 200px;
}

a.nav {
margin: auto;
position: absolute;
font-family: garamond;
text-align: center;
font-weight: lighter;
font-size: 24px;
border: none;
}

a.nav:hover {
margin: auto;
position: absolute;
font-family: garamond;
text-align: center;
font-weight: lighter;
font-size: 24px;
border: none;
background-image: url('li.png');
background-repeat: no-repeat;
background-position: left;
padding-left: 25px;
padding-bottom: 10px;
}

i, em {
color: #ffffff;
font-family: georgia;
}

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

h1 {
color: #4f4f4f;
font-family: garamond;
font-size: 28px;
letter-spacing: 10px;
font-weight: lighter;
text-align: center;
padding-left: 7px;
padding-bottom: 10px;
margin-bottom: 2px;
}

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

h2 {
text-align: center;
font-family: garamond;
font-style: italic;
font-size: 16px;
font-weight: lighter;
color: #ffffff;
margin-top: auto;
letter-spacing: 2px;
}

h3 {
text-align: center;
font-family: garamond;
font-size: 20px;
font-weight: lighter;
color: #ffffff;
margin-top: auto;
letter-spacing: 2px;
}

h4 {
color: #6A6A6A;
font-family: garamond;
font-size: 20px;
letter-spacing: 8px;
font-weight: lighter;
text-align: center;
padding-left: 7px;
padding-bottom: 15px;
margin-bottom: 5px;
}

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

a:hover {
color: #3c3c3c;
font-size: 12px;
text-decoration: none;
border-bottom: #e3e3e3 solid 1px;
}

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

img {
border: 5px solid #0d0d0d;
}

img:hover {
border: 5px solid #707070;
}

.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: 25px;
margin-bottom: 10px;
}