/* Do a full CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    margin:0;
    padding:0;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img {
    border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-style:normal;
    font-weight:normal;
}
ol,ul {
    list-style:none;
}
caption,th {
    text-align:left;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border:0;
}

/* Start the Icculus website stylesheet */

body {
   min-width:900px; /* Prevent content from becoming unreachable in Gecko */
   background: #333;
   font-family:"Trebuchet MS", Georgia, Verdana, serif;
   font-size: 14px;
   color:#fff;
}

table#page{
   margin:0 auto;
   height: 850px;
   vertical-align: middle;
}

div#page{
   border: 3px solid #666;
}

div#header {
   position:relative;
   top:0;
   left:0;
   height:150px;
   width:900px;
   margin:0 auto;
   /*background-image: url(/icculus/new/images/header.png);*/
}

div#content {
   position:relative;
   top:0;
   left:0;
   height:550px;
   width:872px;
   margin:0 auto;
   /*background-image: url(/HeaderImages/HeaderBkgd.jpg);*/
   background: #000;
   color: #fff;
   border: 4px solid #000;
   padding: 10px; 
}

div#content p {
   padding: 10px;
   font-weight: normal;
}

div#content a {
   color: #77f;
   text-decoration: none;
}

div#content a:hover {
   background: #77f;
   color: #fff;
   text-decoration: none;
}


h1 {
   font-family: "Times", "courier", serif;
   font-size:1.4em;
   text-align:center;
   padding-top:5px;
   margin-bottom: 10px;
}

div#content ul li {
   margin-left: 20px;
   display: inline;
}

div#content ol li {
   margin-left: 20px;
}

h2 {
        font-family: "Times", "courier", serif;
        font-size:1.2em;
        padding-top:1em;
        padding: 0;
        margin: 0;
}

h3 {
        font-family: "Times", "courier", serif;
        font-size:1.0em;
        text-align:center;
        padding: 0;
        margin: 0;
}

div#footer {
   position:relative;
   top:0;
   left:0;
   height:22px;
   width:900px;
   margin:0 auto;
   /*background-image: url(/HeaderImages/HeaderBkgd.jpg);*/
   background: #555;
   letter-spacing: 3px; 
   text-align: center;
   padding-top: 8px;
}
