html,body {
    background: #fff;
    height: 100%;
}
#page {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin-bottom: -36px;
}
#footer {
    border-top: 1px dotted #333;
    width: 950px;
    margin: 0 auto;
    height: 36px;
    color: #333;
    clear: both;
}
#footer p {
    text-align: center;
    color: #666;
    padding-top: 10px;
    margin-bottom: 5px;
    font-size: 90%;
}
a {
    text-decoration: none;
    color: black;
}
a:hover {
    text-decoration: underline;
}
#left,#middle,#right {
    padding-bottom:60px;
}
#header {
    font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
    text-align: left;
    margin-bottom: 18px;
    width: 100%;
}
#header h1,h2 {
    margin-left: 40px;
    font-size: 200%;
    font-style: italic;
    color: black;
}
#middle {
    margin-top: 36px;
}
#id_one,#id_two,#id_five {
    padding-top: 10px;
    padding-bottom: 0px;
}
input[type="submit"] {
    border: 2px solid #333;
    background: transparent;
    color: #333;
    font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 120%;
    font-style: italic;
    font-weight: bold;
    width: 90px;
    height: 22px;
    cursor: pointer;
}
#bigtext input[type="submit"] {
    font-size: 85%;
}
.wordset {
    clear: left;
    margin-bottom: 18px;
}
.numberstuff {
    float: left;
}
.number,.email {
    font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
    font-style: italic;
    font-size: 200%;
    text-align: right;
    padding-top: 5px;
    color: #666;
}
.number p {
    margin-bottom: 0px;
    color: #AAA;
}
.email {
    padding-top: 0px;
    color: #666;
}
.count {
    font-size: 100%;
    text-align: right;
    color: #AAA;
    margin-top: 0px;
}   
img.active {
    cursor: pointer;
}
#emailtext {
    margin-top: 18px;
}
#emailtext p {
    margin-bottom: 0px;
    font-size: 120%;
}
#words [disabled] {
    border-left: 0;
}
div#messageform form textarea#id_comment {
    background: transparent;
    border: 1px solid #AAA !important;
    padding-left: 5px;  
    font-size: 75%;
    width: 300px;
}
input[type="text"],textarea {
    width: auto;
    height: auto;
    font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
    border: 0;
    padding-left: 15px;
    background: transparent;
}
#words input[type="text"],textarea {
    width: 392px;
}
#words input[type="text"].active,textarea.active {
    border-left: 1px dotted #AAA;
}
#id_email {
    border-bottom: 1px solid #AAA;
}
#messageform input[type="text"] {
    background: transparent;
    width: 200px;
    border: 1px solid #AAA;
    padding-left: 5px;  
    font-size: 75%;
}
#messageform hr {
    margin-top: 36px;
    color: #AAA;
    background: #AAA;
    height: 1px;
    border-top: 0px solid black;
    border-bottom: 1px solid #AAA;
}
#messageform label {
    display: block;
    font-size: 75%
}
#messageform h2 {
    margin-left: 0px;
}
#commentForm {
    margin-top: 36px;
}
#commentForm p {
    margin-bottom: 5px;
}
.comment {
    margin-bottom: 18px;
}
.comment p {
    font-size: 75%;
    margin-bottom: 9px;
}
p.commentName {
    margin-bottom: 18px;
}
#comments .comment a {
    color: black;
    text-decoration: underline;
}
.commentDate {
    font-size: 75%;
    color: #AAA;
    padding-left: 10px;
}
hr {
    background: #666;
    color: #666;
}
hr.light {
    color: #AAA;
    background: transparent;
    height: 1px;
    border-top: 0px dotted black;
    border-bottom: 1px dotted #AAA;
}    
#tail {
    margin-top: 54px;
}
#tailtext,#intro,#bigtext,#leftmenu {
    font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
    font-size: 100%;
    margin-top: 18px;
    color: #333;
}
#bigtext {
    font-size: 150%;
}
.bigtext {
    font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
    font-size: 150%;
    margin-top: 18px;
    color: #333;
}   
#bigtext label {
    font-size: 66.66%;
}
#commentForm div.bigtext label {
    font-size: 66.667%;
}
#tailtext{
    font-size: 150%;
    font-style: italic;
}
#bigtext a {
    color: #e75131;
    text-decoration: none;
}
#bigtext a:hover {
    text-decoration: underline;
}
ul.errorlist {
    list-style-type: none;
    margin: 0px;
}
ul.errorlist li {
    font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 75%;
}

.orng {
    color: #e75131;
}