#content {
padding:0;
border-top: 0;
border-left:1px;
border-right:1px;
border-bottom: 1px;
border-style:solid;
border-color:#cccccc;
background-color:#b0c4de}

/* Sidebar */



#sidebar 	{
	text-align: center;
	width: 780px;
	margin: 0;
	padding: 0;
	font: 11px/40px verdana, helvetica, sans-serif;
	color: #666699;
	background:#b0c4de;
	white-space: nowrap
	}


#sidebar  a {
	
	font-weight: normal;
	padding: 2px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	background:#b0c4de;
	color: #ffffff;
	text-decoration: none;
	width: 120px; 	/* False value for IE4-5.x/Win. */
 	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: 118px;	/* You get it. Good value for compliant browers. */	
	}
	
html>#sidebar  a {
	width: 120px;	 /* Be nice to Opera */
	}
	
#sidebar  a:hover {
	font-weight: normal;
	background:#778899;
	color: #ffe;
	border-left: 1px solid #CC9966;
	border-right: 1px solid #CC9966;
	text-decoration: none;
	}

#sidebar  a:active {
	font-weight: normal;
	background: #778899;
	color: #ffe;
	border-left: 1px solid #99cc66;
	border-right: 1px solid #99cc66;
	text-decoration: none;
	}

