
/* Jim Stay's css file */

body {
font-family: Bookman Old Style, Courier, Times New Roman;
text-align:center;
background-color:#7F0037;
}

.bord
{margin-left:10px;
}
li {
list-style-type: disc;
line-height: 150%;
}

h1 {
font-family: Bookman Old Style, Courier, Times New Roman;
font-size: 32px;
font-weight: bold;
text-align:center;
color: #ffffff;
}

h2 {
font-family: tahoma, arial,times, sans-serif;
font-size: 14px;
font-weight: bold;
color: #000000;
}
h3 {
font-family: tahoma, arial, times,sans-serif;
font-size: 18px;
font-weight: bold;
color: #ffffff;
text-align:center;
background-color:#6c1724;
}

h4 {
font-family: Bookman Old Style, Courier, Times New Roman;
font-size:24px;
font-weight: bold;
color: #ffffff;
text-align:center;
}

/**************** Pseudo classes ****************/

a:link {
color: #0000ff;
text-decoration: underline;
font-weight: normal;
}

a:visited {
color: #800080;
text-decoration: underline;
font-weight: bold;
}

a:active {
color:#8CBECC;
font-weight: bold;
}

/************************* ID's *************************/ 
#container {
width: 800px;
margin-left:auto;
margin-right:auto;
}

        
#decor1 {
   position:absolute;
   width:180px;
   height:160px;
   margin-top:3px;
   margin-left:3px;
 }

#menu {
   position:absolute;
   width:800px;
   height:155px;
   font-size:18px;
   margin-top:0px;
   margin-left:10px; 
   background-image:url('images/bg2.jpg');
   background-repeat:repeat;  
   }

 
#navigation {
position: absolute;
width: 130px;
height: 1150px;
margin-left: 10px;
margin-top: 155px;
padding: 0 0 0 0;
border-right: 1px solid #7f0037;
font-weight: normal;
text-align:center;
background-image:url('images/bg1.jpg');
background-repeat:repeat;
}

#centerdoc {
position: absolute;
padding: 0 10px 0 10px; /*top right bottom left*/
margin-top: 155px;
margin-left: 141px;
width: 648px;
height: 1150px;
background-color:#F7F5E4;
text-align:justify;
}

#2cols{
position: absolute;
padding: 0 10px 0 10px; /*top right bottom left*/
margin-top: 155px;
margin-left: 141px;
width: 648px;
height: 1150px;
background-color:#F7F5E4;
text-align:justify;
}

#col1{
position: absolute;
padding: 0 10px 0 10px; /*top right bottom left*/
margin-top: 240px;
margin-left: 151px;
width: 300px;
height: 350px;
background-color:#F7F5E4;
text-align:center;
}
#col2{
position: absolute;
padding: 0 10px 0 10px; /*top right bottom left*/
margin-top: 240px;
margin-left: 475px;
width: 300px;
height: 350px;
background-color:#F7F5E4;
text-align:center;
}
#center2 {
position: absolute;
padding: 0 10px 0 10px; /*top right bottom left*/
margin-top: 500px;
margin-left: 141px;
width: 648px;
height: 350px;
background-color:#F7F5E4;
text-align:center;
}


#rightcol {
position:absolute;
padding: 0 10px 0 10px; /*top right bottom left*/
margin-left:670px;
border-left: 1px solid #7f0037;
margin-top: 155px;
width: 119px;
height: 850px;
text-align:center;
background-color:#F7F5E4;
}
   
#credits {
position: absolute;
padding: 0 0 20px 20px; /*top right bottom left*/
margin-top: 1300px;
margin-left: 10px;
width:780px;
height:60px;
background-color:#E6f6f6;
background-image:url('images/img11.gif');
background-repeat:repeat-x;
}
     
