#tabs {
margin: 35px auto;
float: left;
}

#tabs2 {
margin: 35px auto;
float: left;
}

.ui-layout-west {
margin: 35px auto;
float: left;
}

#northContainer {
position:relative;
}

#jwsgif {
position:absolute;
top: 0;
left: 0;
}

#links {
position:absolute;
top: 0;
right: 0;
}

#timeBox {
position:relative;
}

#startT {
position:absolute;
top: 50;
left: 25;
width: 50px; 
height: 50px;
}

#endT {
position:absolute;
top: 50;
left: 175;
width: 50px; 
height: 50px;
}

#radioCatSel {
position:relative;
left:25; 
}

#simulationtabs {
position:relative;
left:25;
}

#loading {
 	width: 200px;
 	height: 100px;
 	background-color: #c0c0c0;
 	position: absolute;
 	left: 50%;
 	top: 50%;
 	margin-top: -50px;
 	margin-left: -100px;
 	text-align: center;
}


.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 12px; }