body {
    width: 800px;
    height: 600px;
    margin: auto auto auto auto;
    padding: 0px;
    background-repeat: no-repeat;
    font: 95% Century Gothic, Trebuchet MS, Helvetica, Sans-seri;	
}

#wrapper {
   width: 800px;
   height: 600px;
   margin: 10px auto 0px auto;
   background-image: url(images/back.gif);
}



/*
------------------------------------------------------------------
 Top Bar
------------------------------------------------------------------
*/

#top{
    width: 800px;
    height: 163px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-repeat: no-repeat;
    font: 130% Century Gothic, Trebuchet MS, Helvetica, Sans-seri;
}


/*
-----------------------------------------------------------------
 Main Border
------------------------------------------------------------------
*/

#base {
    width: 800px;
    margin: 0px 0px 0px 0px;
    text-align: center;
}

#info {
    margin: 0px auto 0px 130px;
    font: 80% Century Gothic, Trebuchet MS, Helvetica, Sans-seri;
}
#info a {
    text-decoration: underline;
    color: #515151;
}
#info a:hover {
    text-decoration: underline overline;
    color: #515151;
}


/*
------------------------------------------------------------------
 Main Border
------------------------------------------------------------------
*/
#menu {
    width: 140px;
    height: 340px;
    padding: 10px 0px 0px 0px;
    margin: 0px 10px 0px 23px;
    background-repeat: no-repeat;
}
#menu a {
    width: 140px;
    height: 30px;
    display: block;
    float: left;
    color: #515151;
    text-align: left;
    text-decoration: none;
    font: 130% Century Gothic, Trebuchet MS, Tahoma;
}
#menu a:hover {
    color: #2C2C2C;
    text-align: left;
    text-decoration: none;
    font: 130% Century Gothic, Trebuchet MS, Tahoma, Helvetica, Sans-seri;
    font-weight: bold;
    background-repeat: no-repeat;
}


/*
------------------------------------------------------------------
 Main Content Window
------------------------------------------------------------------
*/ 

#content {
    width: 629px;
    height: 390px;
    padding: 10px 10px 10px 20px;
    margin: -345px 20px -10px 150px;
    background-image: url(images/centre.png);
    background-repeat: no-repeat;
}


#title {
    font: 120% Century Gothic, Trebuchet MS, Helvetica, Sans-seri;
    font-weight: bold;
    padding: 0px 0px 0px 0px;
    margin: 10px 20px 10px 0px;
}


#service {
    font: 120% Century Gothic, Trebuchet MS, Helvetica, Sans-seri;
    text-align: center;
}
#service a {
    height: 30px;
    display: block;
    font: 120% Century Gothic, Trebuchet MS, Helvetica, Sans-seri;
    color: #000000;
    text-decoration: none;
    text-align: center;
}
#service a:hover {
    font: 150% Century Gothic, Trebuchet MS, Helvetica, Sans-seri;
    text-decoration: none;
    text-align: center;
    color: #000000;
}

#iservice {
    font: 105% Century Gothic, Trebuchet MS, Helvetica, Sans-seri;
    text-align: center;
}
#iservice a {
    height: 30px;
    display: block;
    font: 105% Century Gothic, Trebuchet MS, Helvetica, Sans-seri;
    color: #515151;
    text-decoration: none;
    text-align: center;
}
#iservice a:hover {
    font: 110% Century Gothic, Trebuchet MS, Helvetica, Sans-seri;
    text-decoration: none;
    text-align: center;
    color: #515151;
}


.stream {
    width: 605px;
    height: 381px;
    padding: 0px;
    overflow: auto;
    margin: -6px 0px 0px 0px;
}

#ftablel {
    width: 50px;
    height: auto;
    text-align: left;
    float: left;
}
#ftablec {
    width: 200px;
    height: auto;
    text-align: center;
    float: left;
}
#ftabler {
    width: 50px;
    height: auto;
    text-align: left;
    float: left;
}
#ftablee {
   height: 220px;
   padding: 10px;
}

#hold {
   width: 551px;
   height: 270px;
   margin: 100px auto auto auto;
   background-image: url(images/hold.gif);
   background-repeat: no-repeat;   
}

