<STYLE>
     
   #titleBar {position: absolute; 
	left: 0px; 
	top: 0px; 
	width: 770px; 
	height: 139px; 
	background-color: white}

   #menuBar {position: absolute; 
	left: 0px; 
	top: 140px; 
	width: 770px; 
	height: 20px; 
	background-color: #30308F;
	}
   
   .DivMenu {position:absolute;
	left:200px;
    top:200px;
    width:210px;
    z-index:100;
    background-color:black;
    border: 3px groove grey;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	
   	}

   .TDMenu {
    color: white;
    font-family: verdana;
    font-size: 70%;
    font-weight: bold;
    width: 100%;
    cursor: default;
   	}

   .stGallery {
	position:absolute;
	left:50px;
	top:140px;
	width: 100px;
	height: 20px;
	padding-left: 8px;
	padding-top: 3px;
    color: white;
    font-family: verdana;
    font-size: 70%;
    font-weight: bold;
    cursor: default;
	background-color: #30308F;
	}	

   .stMeetups {
	position:absolute;
	left:190px;
	top:140px;
	width: 100px;
	height: 20px;
	padding-left: 8px;
	padding-top: 3px;
    color: white;
    font-family: verdana;
    font-size: 70%;
    font-weight: bold;
    cursor: default;
	background-color: #30308F;
	}	

   .stHowTo {
	position:absolute;
	left: 330px;
	top:140px;
	width: 100px;
	height: 20px;
	padding-left: 8px;
	padding-top: 3px;
    color: white;
    font-family: verdana;
    font-size: 70%;
    font-weight: bold;
    cursor: default;
	background-color: #30308F;
	}	

   .stLinks {
	position:absolute;
	left: 470px;
	top:140px;
	width: 100px;
	height: 20px;
	padding-left: 8px;
	padding-top: 3px;
    color: white;
    font-family: verdana;
    font-size: 70%;
    font-weight: bold;
    cursor: default;
	background-color: #30308F;
	}	

   .stOther {
	position:absolute;
	left: 610px;
	top:140px;
	width: 100px;
	height: 20px;
	padding-left: 8px;
	padding-top: 3px;
    color: white;
    font-family: verdana;
    font-size: 70%;
    font-weight: bold;
    cursor: default;
	background-color: #30308F;
	}	

    .mainArea {
	position: absolute;
	left: 0px;
	top: 162px;
	width: 770px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
   	color: white;
   	font-family: verdana;
   	font-size: 60%;
   	font-weight: normal;
	}
	
  	body {
    position: absolute;
	left: 0px; 
	top: 0px; 
	width: 770px; 
	height: 1000px; 
	background-color: #30308F;
	z-index: 1
	}

	A:ACTIVE {color: white; font-weight: bold}
	A:HOVER {color: red; font-weight: bold}
	A:LINK {color: white; font-weight: bold}
	A:VISITED {color: white; font-weight: bold}
	td {color: white;font-family: verdana; font-size: 60%; font-weight: normal}

</STYLE>