body {

		background:white;			
		}

#frameheader {
		width:690px;
		background:#cccccc;
		position:absolute;
		top:0px;
		left:100px;
		}
		
#header {
		background:red;		
    height:60px;
		}
		
		
#framecontent {
		width:690px;
		background:#cccccc;

		}		
		
#contentcenter {
   	width:685px;
		height:500px;
		border:1px  #333;
		background:#dddddd;
		}
		
#contentcenter p{
   	text-align:left;
		
		}

		
#menubar {
			margin-top:1px;
      background-color: #ffffff;
      color: #000;
      height: 1.4em;
      line-height: 1.2em;
			
    }

		  
.menu {
background-color: #00ccff;      
width: 96.5px;
      float: left;
      cursor: default;
			border:1px  solid blue;
			text-decoration:none;
		  
    }
		
.menuselect {
      width: 96.5px;
      float: left;
      cursor: default;
			border:1px;
			text-decoration:none;
			background-color:black;
			color:white;
    }
		
.menu a {
text-decoration:none;
color:black;
        }
	
.menu a:hover {
border: 1px solid #000000;
background: #333333;
color: #ffffff;				
}	




