	.contentGroup, .hideContent, .showContent {
		width: 600px;
		height: 300px;
	}	

	.hideContent, .showContent {
		border: 1px solid #999999;
		position: absolute;
		background-color: #fffbd3;
	}

	.hideContent {
		visibility: hidden;
	}

	.contentGroup{
		position: relative;
	}
	
	.showTab, .hideTab{
		width: 110px;
		height: 30px;
		position: relative;
	}
	
	.tabGroup{
		position: relative;
	}
	
	.showTab a, .hideTab a{
		position: relative;
		top: 9px;
		left: 12px;
	}
	
	.showTab a{
		color: white;
	}
	
	.showTab{
		background-image: url("../img/tabSelect.png");
	}
	
	.hideTab{
		background-image: url("../img/tab.png");
	}
	
