        body{
        margin:0px;
        padding:0px;
        font-family:verdana;
        text-align:center;
        
        }
        #homecontent{
        position:relative;
        width:750px;
        height:600px;
        margin-left:auto;
        margin-right:auto;
        text-align:left;
		top:0px;
        background-image:url(img/home/HomeBaseAll.jpg);
        }
        .menuitem{
        position:absolute; 
		text-transform:uppercase;		 
		font-size:15px;
		font-weight:bold;		
        }

        #menuitem1, #menuitem3{
        width:149px;
        height:149px;
        }
        #menuitem2, #menuitem4{
        width:149px;
        height:149px;
        }
        #menuitem5, #menuitem6{
        width:149px;
        height:149px;
        }

        #menuitem1{
        left:151px;
        top:151px;
        background-color:#999900;
        }    

        #menuitem2{
        left:301px;
        top:151px;
        background-color:#CC6600;        
        }
        #menuitem3{
        left:301px;
        top:301px;
        background-color:#3399CC;        
        }
        #menuitem4{
        left:151px;
        top:301px;
        background-color:#660000;        
        }
        #menuitem5{
        left:601px;
        top:301px;
        background-color:#DDD;        
        } 
		#menuitem6{
        left:601px;
        top:451px;
        background-color:#AAA;
        } 		 

        /* blocks with link*/
        .linktable{
        display:table;
        position:absolute;
        width:149px;
        height:149px;
        overflow:hidden;
        }
        * html .linktable{
        position:relative;
        width:150px;
        height:150px;        
        }
        .linkcell{
        display:table-cell;
        text-align:center;
        vertical-align:middle;
        padding:10px;     
        width:148px;
        }
   
        * html .linkcell{
        position:absolute;
        top:50%;
        }
        * html .linkcell .links{
        position:relative;
        top:-50%;
        }
		/* Links and hover*/
        div#menuitem1:hover{
        background-color:#D6D699;
        }
        div#menuitem2:hover{
        background-color:#EBC299;
        }
        div#menuitem3:hover{
        background-color:#CBE5F2;
        }
        div#menuitem4:hover{
        background-color:#C29999;
        }   
        
        div.menuitem:hover a{
		color:#000;
		}        
        
       .links a:link,
	   .links a:visited{
        display:block;
        text-decoration:none;
        color:#FFF;
        }
        .links a:hover{  
		color:#000;
		}      
        #menuitem5 .links a {
		font-size:14px; 
		color:#000;
        text-transform:none;
        font-style:italic;
		padding-bottom:5px;
		padding-top:5px
		}  
        #menuitem5 .links a:hover {	
		color:#FFF;
		}
		
		/* Flash Buttons */
		#menumain2
		{
		 left:600px;
		 top:300px;   
		}
		#menumain3
		{
		 left:600px;
		 top:450px;   
		}		
