/* CSS Document */

body {
margin: 0px;
padding: 0px;
background-color: #b4b4b4;
background-image: url('bg.jpg');
font-size: 11px;
color: #26231c;
font-family: arial;
line-height: 15px;
}

#layout {
position: absolute;
top: 50px;
left: 150px;
}

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

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

h1 {
color: #6a6a6a;
font-family: garamond;
font-size: 25px;
text-align: center;
padding-bottom:10px;
margin-bottom: 2px;
letter-spacing: 6px;
font-weight: lighter;
}

h1:first-letter {
color:#6a6a6a;
}

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

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

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

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

blockquote {
border-right: solid #777777 9px;
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 #000000;
}

.no-border { 
border: none; 
}

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