/* description of the combined content area (tabs + content) */
div#container {
	width:900px;
}
/*table setting for the tabs */
div#container td {
	vertical-align: top;
	clear:		both;
	margin:		35px 35px 100px 20px;	
}

/*setting for the links to the right of the tabs */
#links {
	width: 			100%;
	height:			100%;
	text-align:		left;
	vertical-align:		top;
	background-color:	#cccccc;
}

/* setting for the main tabs */
.tabs {	
	margin-right:	0px;
	padding:	0px;
	text-align:	center;
	vertical-align: top;
	cursor:		pointer;
	border:		1px solid #ccc;
	border-bottom:	0;	
}

/* content */
#content {
	min-height:	250px;
	clear:		both;
	border:		1px solid #ccc;
}

