body          {font-family     :  Verdana, Tahoma, Arial, Sans Serif;
		   	       background      :  #FFFFFF;
               margin          :  0;
               padding		     :  0;
		 	         font-size	     :  10px;
		 	         color	         :  black;
		      	  }
p	      {
		font-family     :  Verdana;
		font-size           :  14px;

	      }
		 	        
img           {border-style    : none;}

table         {font-family     : Tahoma;
               font-size	     : 10px;
              }

td            {font-size	     :	10px;
		 	         color	         :  black;
              }


a             {color           :  black;
               text-decoration :  none;
		           font-weight     :  bold;
               }

a:hover       {text-decoration :  underline;
               color           :  #7f6666;
              }
		      
a:active      {text-decoration :  underline;
		           color           :  red;
		          }

a:visited     {color          :  #775555;}

div#header     {height                 : 50px;
                border-style           : none none solid none;
                border-bottom-width    : 1px;
                border-color           : #000000;
                background-color       : 3d73ac;
		background-image       : URL(sky.jpg);
                background-repeat      : no-repeat;
               }
              
div#topmenu    {height                 : 15px;
                background-color       : F0F0F0;
               }

div#navbar     {background-color       : #EEEEFF;
                position               : absolute;
                border-width           : 1px;
                border-style           : solid;
                border-color           : #000077;
                left                   : 10px;
                top                    : 80px;
                width                  : 120px;
		height                 : 600px;
                padding                : 5px;
               }

div#tumblist   {position               : absolute;
                border-width           : 1px;
                border-style           : solid;
                border-color           : #000077;
                left                   : 170px;
                top                    : 80px;
                width                  : 626px;
		height                 : 550px;
                padding                : 5px;
               }

div#choosepage {position               : absolute;
                border-width           : 1px;
                border-style           : solid;
                border-color           : #000077;
                left                   : 170px;
		top                    : 670px;
		width                  : 632px;
                height                 : 15px;
                padding                : 2px;
                text-align             : center;
                color                  : #9999BB;
               }


div#choosepage a  {color                  :  #555588;}

div#imagearea  {height                 : 626px;
                padding-top            : 10px;
                padding-bottom         : 10px;
                text-align             : center;
                }

div#imagearea img {border-width           : 1px;
                   border-style           : solid;
                   border-color           : #000000;
                  }

div#chooseimg  {height                 : 15px;
                padding                : 2px;
                text-align             : center;
                color                  : #9999BB;
               }

div#footer     {position               : absolute;
                bottom                 : 0px;
                right                  : 0px;
                height                 : 25px;
                width                  : 225px;
                text-align             : right;
                font-size              : 9px;
               }

div#footer a       {color                  :  #DDDDDD;}
div#footer a:hover {color                  :  #9999BB;}



ul#nav {                                                                                                                                    
    margin: 0;                                                                                                                              
        padding: 0;                                                                                                                             
	    list-style: none;                                                                                                                       
	        width: 120px; /* Width of Menu Items */                                                                                                 
		/*    border-bottom: 1px solid #ccc; */                                                                                                     
		}                                                                                                                                           
		                                                                                                                                            
		ul#mav li{                                                                                                                                  
		    position: relative;                                                                                                                     
		    }                                                                                                                                           
		                                                                                                                                                
		    li ul {                                                                                                                                     
		        position: absolute;                                                                                                                     
			    left: 149px; /* Set 1px less than menu width */                                                                                         
			        top: 0;                                                                                                                                 
				    display: none;                                                                                                                          
				    }                                                                                                                                           
				                                                                                                                                                
				    /* Styles for Menu Items */                                                                                                                 
				    ul#nav li a {                                                                                                                               
				        display: block;                                                                                                                         
					    text-decoration: none;                                                                                                                  
					        color: #777;                                                                                                                            
						    background: #EEEEFF; /* IE6 Bug */                                                                                                         
						        padding: 5px;                                                                                                                           
							/*    border: 1px solid #ccc; */                                                                                                            
							    border-bottom: 0;                                                                                                                       
							    }                                                                                                                                           
							                                                                                                                                                
							    /* Fix IE. Hide from IE Mac \*/                                                                                                             
							    * html ul li { float: left; height: 1%; }                                                                                                   
							    * html ul li a { height: 1%; }                                                                                                              
							    /* End */                                                                                                                                   
							                                                                                                                                                
							    ul#nav li a:hover { color: #E2144A; background: #f9f9f9; } /* Hover Styles */ 