/* This is the main style sheet - it only styles the content on the main pages Intertech Progressive Software Solutions CC website */


/* ############################ LEFT CELL ############################ */
/* This contains the left cell of the website                          */
/* ################################################################### */

#content-table{
	border-collapse:collapse;
	width:581px;
}

td#content-table-middle{
	background-image:url(../images/content_img/main_center.jpg);
}

div#content-table-txt{
	width:540px;
	margin:20px auto 20px auto;
}

td#content-table-bottom{
	background-image:url(../images/content_img/main_btm.jpg);
	height:14px;
}

/* ################################################################### */





/* ############################ RIGHT CELL ############################ */
/* This contains the right cell of the website						    */
/* #################################################################### */

table#right-table{
	width:334px;
	border-collapse:collapse;
}

td#right-table-middle{
	background-image:url(../images/content_img/right_center.jpg);
}

div#right-table-txt{
	width:300px;
	margin:20px auto 20px auto;
}

td#right-table-bottom{
	background-image:url(../images/content_img/right_btm.jpg);
	height:14px;
}


/* ################################################################### */