
#practical .tab{
		background-image:url(Images/tab.jpg);
		background-repeat:repeat-x;
		width:152px;
		height:34px;		
		float:left;
		font-weight:bold;	
}
#practical .tab a, .selectedTab div a{
	text-decoration:none;
}
#practical .tab div, .selectedTab div{
	margin:5px 0px 0px 5px;
	width:120px;
}

#practical #nav{
		height:34px;
}
#practical #homeBorderBottom{
		background-image:url(Images/bottomBorder.gif);
		background-repeat:repeat-x;
		height:9px;
		
}
#practical #content{
		padding: 10px 10px 10px 10px;
}
#practical #header{
				background-image:url(Images/headerBackground.gif);
				background-repeat:repeat-x;
				background-position:left bottom;
				padding:10px 10px 15px 10px;
		
}
.selectedTab{
		background-image:url(Images/tabSelected.jpg);
		background-repeat:no-repeat;
		width:152px;
		height:34px;		
		float:left;
		font-weight:bold;		

}
#headerLeftBorder{
		background-image:url(Images/headerBorderLeft.gif);
		background-position:right bottom;background-repeat:no-repeat;
}
#headerRightBorder{
		background-image:url(Images/headerBorderRight.gif);
		background-position:left bottom;background-repeat:no-repeat;
}
.contentLeftBorder{
		background-image:url(Images/contentBorderLeft.gif);
		background-position:right;
		background-repeat:repeat-y;
}
.cornerLeft{
		background-image:url(Images/bottomCornerLeft.gif);
		background-position:right top;
		background-repeat:no-repeat;
}
.contentRightBorder{
		background-image:url(Images/contentBorderRight.gif);
		background-position:left;
		background-repeat:repeat-y;
}
.cornerRight{
		background-image:url(Images/bottomCornerRight.gif);
		background-position:left top;
		background-repeat:no-repeat;
}
#sectionContent{
		background-image:url(Images/sectionBottomBorder.gif);
		background-position:bottom;
		background-repeat:repeat-x;
}
#headerBottomBorder{
		background-image:url(Images/headerBorderBottom.gif);
		background-position:bottom;
		background-repeat:repeat-x;
}
#headerCornerLeft{
		background-image:url(Images/headerCornerLeft.gif);
		background-position:right;
		background-repeat:no-repeat;
}
#headerCornerRight{
		background-image:url(Images/headerCornerRight.gif);
		background-position:left;
		background-repeat:no-repeat;
}

