

        body       {
                  margin: 0px ; border: 0px ; padding: 0px ;
                  color: white; font-family: arial;
                  background-color: #360b4f ; 
        }
        #header {
                  position: absolute;
                  margin: 0px ; border: 0px ; padding: 0px ; width: 100%; height: 120px ;
                  z-index: 1;
        }
        #banner    {
                  position: absolute;
                  top: 0px; left: 0px; width: 100%; height: 100%;
                  z-index: 2;
        }
        #globe {
                  position: relative;
                  top: -28px; left : 670px ; width: 60px; height: 60px;
                  z-index: 3;
        }
        #globering {
                  position: relative;
                  top: 2px; left : 575px ; width: 120px; height: 120px;
                  z-index: 4;
        }
        #oldheader {
                  position: absolute;
                  top  : 30px ;
                  left :  2%;
                  z-index: 5;
        }
        #main {
                  position: absolute;
                  z-index: 6;
                  width:95%; margin:120px 10px; 
                  padding: 0px 10px ;
                  border:1px solid #000;
                  voice-family: "\"}\"";
                  voice-family: inherit;
                  }
                  html>body #maincontent {
                  width:95%; margin:120px 10px;
                  padding: 0px 10px ;
        }


        #leftside { 
                  padding: 10px; 
        }

        #rightside { 
                  width: 170px; float:right;
                  padding: 10px; border-left:1px dashed #eee; margin-left:10px;
        }

        a:link    { color:#FDEDC0 ; }
        a:visited { color:#FADD96 ; }
        a:active  { color:#E9DAB2 ; }
        a:hover   { color:#E9DAB2 ; }
        img       { border: 0px   ; }


/*	this is for thumbnail display
	http://css.maxdesign.com.au/floatutorial/       */

	.container
	{
		width: 96%; 
		margin-left: auto; 
		margin-right: auto; 
		text-align: center; 
	}
	.thumbnail
	{
		float: left;
		margin: 0 2px 2px 0;
		padding: 8px;
		text-align:center;
	}
	.clearboth
	{
		clear: both; 
	}

