/* LAYOUT */
body {
background-color: #310a05;
color:black;
}
#page {
width:707px;
margin:2em auto;
}

h1, h1 span { 
width: 707px;
height: 161px;
margin:0;
background-image: url(header.png); 
overflow:hidden;
} 
h1 span {
margin-bottom: -1em;
display: block;
position: relative;
z-index: 1;
}
/* 1st line 4 all, 2nd for IE5@Mac*/
/* IE5 Mac Hack \*/ 
h1 { overflow: hidden; }
/*/ 
h1 { text-indent: -100em; } 
/* End Hack */

#headertext, #headertext a, h1 a {color:white;}
#headertext {
height:18px;
line-height:18px;
vertical-align:middle;
background-image: url(underheader.png); 
background-repeat:no-repeat;
text-align:right;
padding-right:.5em;
font-size:.8em;
z-index:2;
}


#menu{
width:150px;
float:left;
padding:0;
}
#menu ul {
padding:0;
margin: 2px 0 0 0;
}
#menu li{
list-style-type:none;
}
/* thx to http://wellstyled.com/css-nopreload-rollovers.html */
#menu li a{
padding:0;
margin-bottom: 2px;
display:block;
width:150px;
height: 1.5em;
line-height:1.5em;
vertical-align:middle;
text-align:center;
background-image: url("menubg.png");
background-position: 0 0;
background-repeat: repeat-y;
color:white;
text-decoration:none;
font-weight:bold;
}
#menu li a:hover {
background-position: -149px 0;
}
#menu li a:active {
background-position: -299px 0;
}

a img {border:none;}


#content {
clear:right;
background-image: url('gradient.png');
background-repeat:repeat-x;
background-color: #fbf9fa;
border-left:2px solid #fbf9fa;
border-right:2px solid #fbf9fa;
padding:0 0 1em 0;
margin: 0;
}
#content #text {
padding:0.1em 1.5em 1em 170px;
margin: 0;
}


#footer{
width:707px;
height:10px;
margin:0 auto;
background-image: url('footer.png');
background-repeat:no-repeat;
background-position:top;
text-align:center;
font-size:.8em;
color:white;
padding-top: 1em;
}
#footer a{
color:white;
text-decoration:none;
}
#footer a:hover {
text-decoration:underline;
}


a {
color:#d70d1b;
}
a:hover {
color:#000;
}



.invisible{
display:none;
}
.cleaner{
clear:both;
}

/* TYPO */
body{
font-family: 'Arial CE', 'Helvetica CE', Arial, Helvetica, sans-serif;
line-height: 1.5em; 
font-size:90%;
}
p {
margin: 0;
text-indent: 2em;
}
h2, h3, h4, h5, h6{
line-height: 1.3em;
margin: 1.1em 0 0.3em 0;
}
h2 {
font-size:1.8em;
}
h3 {
font-size:1.5em;
}
h4 {
font-size:1.2em;
}
img.r{
float:right;
}
img.l{
float:left;
}
p.noindent{
text-indent: 0;
}
ul, ol{
margin:0 1.5em;
}

#text iframe{
width:100%;
height:35em;
}


/*** POLL ***/
.poll{
margin-top:1.5em;
clear:left;
float:left;
width:150px;
background:#fff;
}
.pollheader{
padding:.5em;
vertical-align:middle;
background-image: url("menubg.png");
font-weight:bold;
color:white;
}
.poll .question{
border-bottom:1px solid red;
font-size:.9em;
line-height:1.3em;
}
.poll .answers, .poll .question{
border-right:1px solid red;
border-left:1px solid red;
padding:.5em .5em .3em .5em;
}
.poll .bar{
border:1px solid black;
border-left:none;
height:.3em; 
margin: .2em -.5em .2em -.5em;
}
.poll .total{
padding:.5em;
color:white;
background-image: url("menubg.png");
}
.poll .total em {
font-weight:bold;
font-style:normal;
}


/*** BOOK ***/

.book input, .book textarea{
width:100%;
}


.banner{
margin-top:1.5em;
clear:left;
float:left;
width:150px;
}

