div#main-container {
    width: 1000px;
    height: auto;
    margin: auto;
    background-image:url(images/fireheadman-wm.png);
    background-repeat:no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-attachment: fixed;}
div#header {
 /* background-color: blue; */
    width: 900px;
    height: 115px;
    margin-left: 50px;
    margin-top: 20px; }
div#header a.header {
    position: absolute;
    top: 25px;
    left: 85px; }
div#home {
    width: 900px;
    margin: auto;
    margin-top: 0px;
    text-align: center;
    font-weight: 500; }
div#sidebar-a {
/* background-color: orange; */
    width: 180px;
    height: 525px;
    overflow: auto;
    margin-left: 50px;
    margin-top: 20px;
    float: left;
    padding: 0 10px;}
div#content {
/* background-color: gray; */
    width: 700px;
    height: auto;
    margin-left: 230px;
    margin-top: 20px;
    padding: 0 10px; }
div#content-blog {
    /*background-color: blue;*/
    width: 900px;
    height: auto;
    margin-left: 20px;
    margin-top: 10px;
    padding: 0 20px; }
div#content-single {
    width: 550px;
    height: 535px;
    margin-left: 230px;
    margin-top: 10px;
    padding: 0 10px; }   
div#footer {
/* background-color: pink; */
    clear: both;
    width: 900px;
    height: 75px;
    margin-left: 50px;
    text-align: center; }
hidden {
    display: none; }
html,body {
    font-family: Verdana, Helvetica, Arial, san-serif;
    background: url('images/mainbg.jpg') repeat-y fixed center;
    background-color: #000000; } 
h1 {
    margin: 0;
    padding: 0;
    font-family: Palatino, Hevetica, Verdana, Arial;
    font-size: 300%;
    font-variant: small-caps;
    font-weight: lighter; }
h2 {
    margin: 0;
    padding: 0;
    font-family: Palatino, Hevetica, Verdana, Arial;
    font-size: 200%;
    font-variant: small-caps;
    font-weight: lighter; }
a:link {
    color: blue; }
a:visited {
    color: purple; }

/*    
div#content, div#content-blog, div#content-single p {
    font: 75% Verdana, Helvetica, Arial, san-serif;
    line-height: 150%;
    word-spacing: 2px; }
*/

h4 {
   margin: 0;
   padding: 0;
   font-family: Verdana, Helvetica, Arial, san-serif;
   font-size: 12pt;
   }
div#sidebar-a, div#home p  {
     font: 65% Verdana, Helvetica, Arial, san-serif;
     padding: 0px;}    
.top-table {
     text-align: left;
     width: 900px;
     padding: 2px;
     border-width: 0px; }
.side-table {
     width: 160px;
     padding: 2px;
     border-width: 0px;
     text-align: left; }
.footer-table {
     width: 900px;
     padding: 2px;
     border-width: 0px;} 
tr#footer td {
     vertical-align: middle;
     font-size: 60%;
     font-style: italic;
     background-image:url(images/footer_border.gif);
     background-repeat:repeat-x;
     background-position: top center;
     background-color: transparent;}
     /* border-top: 2px solid gray; } */   
tr#footer td#disclaimer {
     height: 60px; }  
div#header td#nav {
     font-size: 135%;
     word-spacing: 1em; }
p {
     text-indent: 20px;
     word-spacing: 2px;
     font: 100% Verdana, Helvetica, Arial, san-serif;
     line-height: 150%; }
ul#list { 
	list-style-type: none; 
	line-height: 150%; }

 
/* MCIS 4570 specific CSS */ 
div#container {
    width: 1000px;
    height: auto;
    margin: auto;
    background-image:url(images/fireheadman-wm.png);
    background-repeat:no-repeat;
    background-position: 50% 60%;
    background-color: transparent;
    background-attachment: fixed; }
input.text {
    background: #000000;
    color:#00ff00;
    text-align: right; }
img.img {
    height: 20px;
    width: 100%; }
