.navigationtext {
				 COLOR: #4e365f;
				 font-family:"Trebuchet MS", Verdana, Arial, Tahoma;
				 FONT-SIZE: 20px;
                 background-color: #99b389;
                 text-decoration: none;
                 font-weight: bold; 
                 }

A.navigationtext:link { COLOR: #4e365f; background-color: #d7f8e0; text-decoration: none; font-weight: bold; }
A.navigationtext:visited { COLOR: #4e365f; background-color: #d7f8e0; text-decoration: none; font-weight: bold;}
A.navigationtext:active { COLOR: #3c0a48; background-color: #d7f8e0; text-decoration: underline; font-weight: bold;}
A.navigationtext:hover { COLOR: #3c0a48; background-color: #d7f8e0; text-decoration: underline; font-weight: bold;}

#top  { 
		width: 100%;
		height: 100px;
/*		background-image:url(images/skyline800.jpg);
		background-repeat:no-repeat;  
		border-bottom: 3px ridge #996633;*/  
		}

body {
		font-family: trebuchet ms, verdana, arial, tahoma;
		color: #4e365f; 
		line-height: 100%;
		margin-top: 0px;
		background-color:#99b389;
}
.first-header { font-size:26px;
                font-weight:bold;
				line-height:100%}

.second-header { font-size:20px;
                font-weight:bold;}

.third-header { font-size:18px;
                font-weight:bold;}
.normal-text { font-weight:normal;
				font-size:16px;}
.list-font {font-size:16px;
			font-weight:bold;}
#nav  { 
	   width: 220px;
	   height: 270px;
       padding: 4px; 
	   background-color:#d7f8e0;
 	   position:absolute;
	   top:100px;
	   left:10px;
	   }
#menu-pictures {
				/*width: 750px;*/
 				height: 495px;
        		padding: 6px;
        		/*border:3px ridge #3c0a48;*/
				background-color:#d7f8e0;
				/*position:absolute;
				top:100px;
				left: 250px;*/ 
				overflow:auto;
				/*margin-bottom: 10px;*/
				margin-left: 240px ;
				margin-top: 0px;
				}
#menu-pictures img {
					float:left;
					padding-right: 8px;
					}		
#ident  {		
		 width: 220px;
		 height: 210px;
         padding: 4px; 
         /*border: 3px ridge #3c0a48;*/
		 background-color:#d7f8e0;
		 position:absolute;
		 top:390px;
		 left:10px;
		 }
#bottom {
		/*width: 990px;*/
		height: 50px;
        padding: 4px; 
        /*border: 3px ridge #3c0a48;*/
		background-color:#99b389;
		margin-left:0px;
		margin-top: 10px;
		/*position:absolute;
		top: 620px;
		left:10px;*/
		
		}