#content {    margin-left:2px;    margin-right:2px;}
#tabs {	width:100%;		}
#tabs ul {   font: normal 14px tahoma;	list-style-type:none;	margin-left:-40px;}
#tabs ul li  {
    display: inline;
    float: left;
    height: 30px;
    min-width:50px;
    text-align:center;
	margin-left:0 0 0 2px;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
}

#tabs ul li.selected  {    background-color: #0072C6;}
#tabs ul li a  {
    float: left;
    color: #666;
    text-decoration: none;
	height: 30px;
    padding: 3px;
	margin:2px;
    text-align:center;
    background-color:#eee;
    min-width:50px;
	border-top-left-radius:4px;
	border-top-right-radius:4px;	
}

#tabs ul li a.selected  {
    color: #FFD700;
    font-weight:bold;
	text-shadow: 2px 2px 2px  #333333;
    background-color: #0072C6;
}

#tabs ul li a:hover {	color: #FFD700;    background-color: #0072C6;    }
#container  {
    background: white;
	min-height:4000px;
	height:100%;
    width:100%;
    padding:0;
    margin:0;
    left:0;
    top:0;	
}
iframe  {    border:none;    margin:0;    padding:0;}
