body{
	background: #622262; 
	text-align: center;
	font-family: Verdana, sans-serif;
	font-size: small;
	color: #000000;
	}
	
* {
margin: 0;
}	

#main {
	width:1034px;
	margin: 0 auto;
	padding: 0px;
	text-align: left;	
	}
	
#content {
	float: left;
	width: 790px;
	background-image:url(images/xBGsolid.gif);
	background-repeat: no-repeat;
	}
	
#filmstrip {
	float: right;
	width: 234px;
	}
	
#colA {
	float: left;
	width: 250px;
	margin: 2px;
	padding: 0;
	}

#colB {
	float: right;
	width: 530px;
	background-position: center;
	background-repeat: no-repeat;
	}
	
	
#colC {
	clear: both;
	width: 725px;
	margin-top: 10px;
	margin-left: 55px;
	}
	
#nota {
	}
		
.empM {
	margin: 2px;
	font-weight: bold;
	}
	
.empL {
	margin: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
	
.quote {
	font-size: x-small;
	margin-right: 20px;
	}
	
.toRight {
	margin-left: 62px;
	margin-right: 20px;
	}
	
p {
	margin: 5px;
	}
	
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
	color: #933394;
	}
	
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
	color: #735E7B; 
	}
	
a:hover {
	text-decoration: underline;
	color: #933394;
	}

	