body { 
 padding: 0px;
 margin: 0px;
 background: #FFF;
}

img { 
 border: 0px;
}

.header { 
 padding-top: 10px;
 position: absolute;
 border-top: 10px solid #333;
 margin: 0px;
 top: 0px; 
 left: 0px;
 width: 100%;
 height: 160px;
 background: #F9F0BB;
}

.main { 
 position: absolute;
 background: url(./images/header-bg.png) no-repeat;
 background-position: 50% 181px;
 padding-top: 190px;
 padding-bottom: 100px;
 margin-left: 30px;
 margin-right: 30px;
 padding-left: 50px;
 padding-right: 50px;
 border-left: 1px solid #CCC;
 border-right: 1px solid #CCC;
 font-family: Constantia, Palatino, "Palatino Linotype",  Baskerville, "Lucida Fax",  Georgia, serif; 
}

.main:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}

.header, h1, h2, h3 { 
 text-align: center;
 font-family: Constantia, Palatino, "Palatino Linotype",  Baskerville, "Lucida Fax",  Georgia, serif; 
}

h1, h2, h3 { 
 color: #900;
 font-weight: normal;
}

h1 { 
 font-size: 1.8em;
 margin-bottom: 2px;
font-style: italic;
}

h2 { 
 margin-top: 0px;
 margin-bottom: 5px;
 font-size: 1.5em;
font-style: italic;
}

h3, .dek { 
 margin-top: 0px;
 margin-bottom: 30px;
 font-size: 18px;
 color: #666;
text-align: center;
}

h3 a:link, .dek a:link { 
 color: #000;
text-decoration: none;
border-bottom: 1px solid #000;
}

 h3 a:visited, .dek a:visited  { 
 color: rgb(9%,9%,9%);
text-decoration: none;
border-bottom: 1px solid #CCC;
background: #CCC
}

h3 a:hover, .dek a:hover, h3 a:active, .dek a:active  { 
border-bottom: 1px solid rgb(9%,9%,9%);
}

.intro { 
 float: left;
 width: 46%;
}

.follow { 
 float: right;
 width: 46%;
}

p { 
 font-size: 1.2em;
 line-height: 1.6;
}

p+p { text-indent: 1.5em }

p { margin: 0 auto; color: black; }

p.twitter { 
 margin-top: 30px;
 padding-left: 175px;
 padding-top: 32px;
 background: url(images/manicule.png) no-repeat;
 text-indent: 0px;
}

a:link { 
 color: #900;
text-decoration: none;
border-bottom: 1px solid #900;
}

a:hover, a:active  { 
color: white;
text-decoration: none;
border-bottom: 1px solid #CCC;
background: #CCC;
}

a:visited {
 color: #900;
text-decoration: none;
border-bottom: 1px dashed #900;
}

