/* CSS Style sheet links.css */

html{
    background-color: rgb(150,150,165);
    margin: 0;
}

/*html{
    background-color: rgb(255,255,255);
    background-image: url("../pics/Walnut01.jpg");
    background-repeat: repeat;
    margin: 0;
}*/

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: .7em;
 font-weight: bold;
 text-align: center;
}

#main {
 font-size: 1.2em;
 font-weight: bold;
 text-align: center; 
}

#titletext {
 font-size: 4em;
 font-family: Times New Roman, Times, Serif;
 font-style: italic;
 font-weight: bold;
 color: #ffffff;
 margin: -75px 0 0 0;
}
 
 

/* 1st Link Box */

#link1 {
 color: #ffffff;
 height: 200px;
 width: 700px;
 text-align: center;
 margin: 0 auto 0 auto;
 border: 2px solid #000000;
}

.textcentre1 {
 text-align: center;
 margin: 5px 0 0 0;
 color: #ffffff;
}

#link1 ul {
 padding: 0;
 margin: 0  0 ;
 list-style: none;
 float: left;
}

#link1 li {
  float: left;
  margin: 0 17px 0 17px;
}

#textlink1 {
 text-align: center;
 margin: 20px 10% 0 10%;
 color: #ffffff;
}

/* 2nd Link Box */

#link2 {
 color: #ffffff;
 height: 200px;
 width: 700px;
 margin: 20px auto 0 auto;
 border: 2px solid #000000;
}

#textleft2 {
 float: left;
 font-size: 1.2em;
 margin: 5px 0 20px 10px;
 color: #ffffff;
}

#textright2 {
 float: right;
 font-size: 1.2em;
 margin: 5px 20px 20px 0;
 color: #ffffff;
}

#textleft2low {
 float: left;
 font-size: 1.2em;
 margin: -60px 0 0 30px;
 color: #ffffff;
}

#textright2low {
 float: right;
 font-size: 1.2em;
 margin: -60px 30px 0 0;
 color: #ffffff;
}


#link2main {
 height: 180px;
 width: 700px;
 text-align: left;
 margin: 0 auto 0 auto;
}

#link2main.textcentre2 {
 text-align: left;
 margin: 5px 0 0 0;
 color: #ffffff;
}

#link2main ul {
 padding: 0;
 margin: 0 auto 0 auto;
 list-style: none;
 float: left;
}
#link2main li {
 float: left;
 margin: 0 10px 0 10px;
}

#link2main.link2right {
 float: right;
}

.link2right ul {
 padding: 0;
 margin: 0 auto 0 auto;
 list-style: none;
 float: right;
}

.link2right li {
  float: right;
  margin: 0 10px 0 10px;
}

#link2text {
  margin: -80px 10px 0px 130px;
  text-align: center;
  font-size: 1.4em; 
}

#link2small {
  margin: 0px 0px 0px 120px;
  text-align: center;
  font-size: 1.0em;
}

a.page:link {
 color: #ff0000;
 font-size: 1.2em;
}

a.page:visited {
 color: #ff0000;
 text-decoration: none;
 font-size: 1.2em;
}

a.page:hover {
    color: #00FF00;
}














/* choose a suitable font and center the #container div in Internet Explorer 
body {
   text-align:center; 
   font-family: tahoma; arial, sans-serif; 
   font-size:76%; 
   letter-spacing:0.05em;
   }


/* The containing box for the gallery.
#lounge {
    position:relative; 
    width:650px; 
    height:340px; 
    margin:0 auto 0 auto; 
    border:1px solid #aaa; 
    }

/* Removing the list bullets and indentation 
#lounge ul {
    padding:0; 
    margin:5px;
    width:198px;
    height:400px; 
    list-style-type:none;
    float:right; 
    }

/* Remove the images and text from sight 
#lounge a.gallery span {
    position:absolute; 
    width:1px; 
    height:1px; 
    top:5px; 
    left:5px; 
    overflow:hidden; 
    background:#CD9966;
    }

/* Adding the thumbnail images 
#lounge a.gallery, #container a.gallery:visited {
    display:block; 
    color:#000; 
    text-decoration:none; 
    border:1px solid #000; 
    margin:1px 2px 1px 2px; 
    text-align:left; 
    cursor:default;
    }
#lounge a.slidea {
    background:url(../images/Lounge/Lounge1Sml.jpg); 
    height: 60px; 
    width: 93px;
    }
#lounge a.slideb {
    background:url(../images/Lounge/Lounge2Sml.jpg); 
    height: 60px; 
    width: 93px;
    }
#lounge a.slidec {
    background:url(../images/Lounge/Lounge3Sml.jpg); 
    height: 60px; 
    width: 93px;
    }
#lounge a.slided {
    background:url(../images/Lounge/Lounge4Sml.jpg); 
    height: 60px; 
    width: 93px;
    }

#lounge li {
    float:left;
    }

/* change the thumbnail border color 
#lounge a.gallery:hover {
    border:1px solid #fff; 
    }

/* styling the :hover span 
#lounge a.gallery:hover span {
    position:absolute; 
    width:373px; 
    height:372px; 
    top:10px; 
    left:25px; 
    color:#000; 
    
    }

#lounge a.gallery:hover img {
    border:1px solid #fff; 
    float:left; 
    margin-right:5px;
    }

/*  background image when no image displayed 
#lounge {
    background: url(../images/Lounge/Lounge1.jpg) 26px 11px no-repeat;
    }

*/
