
/* Global page settings */
a {
color: rgb(229,235,243);
}

body {
color: rgb(243, 227, 169); 
background-color: rgb(16, 39, 45);
text-align: center;
font-family: helvetica,arial,sans-serif;
min-width: 750px;
}


/* Page Layout stuff */
div.header img {
border: 3px solid black;
}

div.bigbox {
margin: 0 0 0 0;
}

div.leftpane {
display: none;
}

div#contentpane {
width: auto;
text-align: left;
border: 0;
padding: 0 5px 5px 5px;
}

div.footer {
clear:both;
padding: 10px 0 0 0;
text-align: center;
font-style: italic;
font-size: 75%;
}

/* Content Area Stuff */

h1, h2 {
border: 0;
text-decoration: underline;
text-align: left;
color: black;
vertical-align: top;
font-size: 130%;
margin: 3px 10px 10px 0;
}
