/****** page structure ******/
#page{
	width:960px;
	margin: 0 auto;
}
/*.admin #page{width:1250px;}*/
#header{
	position:relative;
	background: url(../images/new-logo.png) no-repeat -68px 0;
	font-size:0.85em;
}
#logo-title{
	float:left;
	margin: 0 0 0 -1px;
	width:366px;
	height:71px;
}
#logo-title a{display:block;text-indent:-999em;}

#bookmark{
	position:absolute;
	right:2px;
	top:98px;
	z-index:100;
}

#header-top{
	position:absolute;
	right:10px;	
}
#header-region{
	margin: 0px 0 0 368px;
	padding: 39px 0 0px ;
}
#header-bottom{
	height:157px;
	clear:both;
	position:relative;
	}
div.tabs{margin-top:40px;}
div.tabs li{background:none;padding:0;}
#sidebar-right {
	width:204px;
	padding:0;
	float:right;
}
#sidebar-left {
	width:196px;
}
#container{padding-top:20px;}
#main{
	width:521px;
	padding: 0 22px 0 22px;
	float:left;
	position:relative;
	}
div.container.clear{clear:both;}
#footer{
	width:100%;
	clear:both;
	position:relative;
	height:28px;
	margin-top:-28px;
	}
#footer .inner{
	position:relative;
	width:960px;
	margin: 0 auto;
	}
/****** end structure - jdg******/

/** add some extras **/
.view-admin-frontpage td {
    border-top: 10px solid #fff;   
}