/*Page Layout*/body {		font-family: arial,helvetica,sans-serif;		font-size: 13px;		color: #FFFFFF;		link: #FFFFFF;		height: 100%; /*required for IE page length bug*/		margin: 0;		padding: 0;		background-image: url('http://www.finalcutproduction.com/images/fcp_back.png');	}/*Link Styles*/a { color: #FFFFFF; text-decoration: none; }a:active { color: #FFFFFF; }a:visited { color: #FFFFFF; }a:hover { color: #003399; }/*Page Container-holds all contents*/div.container {		background-image: url('http://www.finalcutproduction.com/images/fcp_back.png');		width: 800px;		margin: 0 auto;	}/* menu styles *//*main menu*/div.header {		margin: 0 auto;		width: 800px;		height: 95px;		background-image: url('http://www.finalcutproduction.com/images/fcp_header.png');	}div.nav {		margin: 0 auto;		width: 800px;		height: 50px;	}	/*Body Container-holds content after header*/div.cell1 {		background-image: url('http://www.finalcutproduction.com/images/fcp_cell1.png');		/* width and height -some px for padding (original is 510x418) */		width: 490px;		height: 368px;		/* float for cell 2 to align next to cell 1*/		float: left;		margin-left: 0px;		padding-left: 20px;		padding-top: 50px;	}/*cell1b is only used in resume to shift content in more*/div.cell1b {		background-image: url('http://www.finalcutproduction.com/images/fcp_cell1.png');		/* width and height -some px for padding (original is 510x418) */		width: 475px;		height: 388px;		/* float for cell 2 to align next to cell 1*/		float: left;		margin-left: 0px;		padding-left: 35px;		padding-top: 30px;	}div.cell2 {		background-image: url('http://www.finalcutproduction.com/images/fcp_cell2.png');		margin: 0 auto;		/* margin-left moves it across cell 1*/		margin-left: 510px;		/* width and height -30 px for padding (original is 290x418) */		width: 260px;		height: 388px;		Padding: 15px;		line-height: 1.7em ;		font-weight: bold;	}/* Header for the navigation (ie - Shorts, Spins, News, Promos) */div.content_type {		font-size: 20px;		font-weight: bold;	}div.media {		width: 480px;		height: 335px;	}div.footer {		width: 800px;		height: 37px;		background-image: url('http://www.finalcutproduction.com/images/fcp_footer.png');	}