* { 
    border: 0;
    margin: 0; 
    padding: 0; 
}

a {
    color: #fff;
}

blockquote {
    margin: 0 4em;
}

body { 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.2em;
    text-align: center;
}

h1, h2, h3, h4, h5, h6 { 
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    margin-bottom: 20px;
}

h1 {
    font-size: 250%;
    letter-spacing: 18px;
    margin-top: 20px;
    text-transform: uppercase;
}

h2 {
    font-size: 150%;
    letter-spacing: 3px;
}

#content {
    margin: 20px auto;
    text-align: left;
    width: 768px;
}

#footer {
    margin-top: 20px;
    text-align: center;
}

#footer p {
    text-align: left;
}

#footer img {
    margin-bottom: 20px;
    margin-right: 20px;
}

#header {
    text-align: center;
}

#main {
    color: #ccc;
    font-size: 12px;
    text-align: left;
    width: 768px;
}

#main p, #main table {
    letter-spacing: 2px;
    line-height: 2em;
}

#main p {
    margin: 20px 0;
}

#main th { 
    vertical-align: top;
    width: 320px;
}

#menu {
    margin-bottom: 10px;
}

#menu ul {
    font-size: 110%;
    letter-spacing: 3px;
    list-style: none;
}

#menu li {
    float: left;
    width: 128px;
}

#menu a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

#menu a:hover {
    color: #c00;
}

#stills img { 
    border: 1px #666 solid; 
}

#title p {
    letter-spacing: 3px;
}

.page, .txt {
    background-color: #000;
}

.page {
    padding: 40px;
    width: 688px;
}

.post {
    margin-bottom: 80px;
}

.txt {
    float: left;
    margin-right: 40px;
    width: 260px;
}

.watch {
    text-align: left;
    padding-top: 40px;
}

/* CLEARFIX from http://www.positioniseverything.net/easyclearing.html */

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

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

