/*******************************************************
TITLE: Fixed Box Layout  V1.0
DATE: 20060809
AUTHOR: The CSS Tinderbox - http://www.csstinderbox.com
:: with some modifications by Thomas Elder Design ::
*******************************************************/

body {
margin:0em;
padding:2px;
height:100%;
background-color:#000;
color:#fff;  
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:.9em;
cursor:default;
}

a {
color:#fff;
text-decoration:none;
letter-spacing:.13em;
cursor:pointer;
}

a:visited  {
color: #960; 
text-decoration: none
cursor:pointer;
}

a:hover {
color:#f60;
text-decoration:none;
letter-spacing:.13em;
cursor:pointer;
}

#block {
padding:.3em 0 0 2em;
font-weight:100;
color:#000;  
font-family:Tahoma, Arial, Helvetica, sans-serif;
font-size:.8em;
letter-spacing:.1em;
}

#centerColumn { 	
margin:1em auto;
padding:0;
width:600px;
text-align:left;
vertical-align: middle;	
background-color:#a89180;
border:0px solid #555;
border-left:0px solid #111;
border-right:0px solid #111;
border-bottom:0px solid #f60;
}

#centerColumn h2 {
margin:0 0 2px 0;
padding:.75em 0 0 0;
font-size:1em;
letter-spacing:.11em;
}

#header {
margin:-1em -1em 0em -1em;
padding:.3em 0 0 0;
height:6em;
background-color:#311f09;
border-bottom:0px solid #000;
border-left:1em solid #000;
border-right:1em solid #000;
}

#header h1 {
margin:0 0 -.6em 0;
padding:.5em 0 0 1em;
font-size:1.2em;
letter-spacing:.12em;
}

#header h2 {
margin:0 0 0 0;
padding:1em 0 0 1.75em;
font-size:.75em;
font-weight:200;
letter-spacing:.12em;

}

#nav {
margin:0 0 1em 0;
padding:.4em 0 0 0;
}

#nav ul {
margin:0;
padding:0;
list-style:none;
}

#nav li {
margin:0;
padding:.25em;
display:inline;
}


#instructions {
color:#000;  
margin:.0em;
padding:.3em 0 0 .5em;
border-top:0px solid #555;
border-bottom:0px solid #555;
font-size:.8em;
font-family:Tahoma, Arial, Helvetica, sans-serif;
letter-spacing:.12em;
}

#instructions p {
margin:.2em;
font-family:Helvetica, sans-serif;
font-size:.9em;
letter-spacing:.12em;
}

span {
cursor:default;
color:#f60;
text-decoration:none;
letter-spacing:.13em;
}

#footer {
position:relative;
bottom:0;
margin:.5em 0 0 0;
padding:0;
height:4em;
line-height:4em;
text-align:center;
font-size:.75em;
background-color:#311f09;
border-top:0px solid #555;
border-bottom:2px solid #f60;
}


