/* Reset it all */

*
{
margin: 0;
padding: 0;
}

/* Let's get Stf's background to work in a standards-compliant way */

html 
{
background: #000000 url(left.gif) top left repeat-y;
height: 100%; /* so that the body can be 100% to get this to work OK */
}

body
{
background: url(right.gif) top right repeat-y; 
margin: 0; 
padding: 0; 
min-height: 100%; /* so that it fills 100% of html, hence the entire vertical */  
} 


/* OK back to normal page stuff now. */

/* Universals, mostly colors and the body tag because FORGET moving each of 
those values to another heading. */

body
{
font-family: Arial, "sans serif";
color: #ffcc00;
}

a
{
color: #ff4d00;
}

a img
{
border: none;
}

a.title
{
color: #ffcc00;
text-decoration: none;
}


/* Layout. NO GRID FOR YOU! */

#container
{
width: 70%;
margin: auto;
}

#footer
{
margin-top: 5em;
}

#navilist
{
line-height: 1.5;
}

#navilist li

{
display: inline;
list-style-type: none;
padding-right: 20px;
padding-left: 27px;
padding-top: 2px;
padding-bottom: 2px;
font-size: 115%;
background: url(bullet.gif) no-repeat;
}

#navilist li#here
{
display: inline;
list-style-type: none;
padding-right: 20px;
padding-left: 27px;
font-size: 115%;
background: url(bullet-here.gif) no-repeat;
}


blockquote
{
margin-left: 2.5em;
width: 75%;
}

.image_left
{
float: left;
margin-top: 5em;
padding: 10px;
font-size: 70%;
}

.image_left_small
{
float: left;
padding: 10px;
}

/* Typography */

p
{
margin-top: 2em;
line-height: 1.5;
}

h1
{
font-size: 250%;
}

h2
{
font-size: 175%;
padding-top: 2em;
}

.subheader
{
font-size: 150%;
font-weight: bold;
}

#footer
{
font-size: 50%;
font-color: d3c17a;
clear: both;
}

/* Just making things easier for me w/r/t the logo*/

.center
{
width: 624px;
margin: auto;
}

/* Oh sweet a legitimate use of tables let me style this one up */

table
{
border-collapse: collapse;
margin-top: 3em;
}

td
{
border-bottom: 1px solid #cbb458;
padding-left: 15px;
padding-right: 5px;
}


caption
{
font-weight: bold;
}

.headers
{
font-weight: bold;
}

/* Some finicky logoy things. */

.img-box-rdi
{
background: #f7f5ec;
padding: 10px;
margin: 2em;
}

/*I feel like I'm a glorified FTP program here.*/

.showtitle
{
font-size: 130%;
}

dl
{
margin-left: 2em;
}

dd
{
margin-left: 2em;
}