body {
	background-color: #999;
	margin: 0;
	padding: 0;
}
.main {
	width: 600px; 
	height: 400px; 
	border: 2px solid #B5872D;
	font-family: Georgia, "Times New Roman", serif;
	background: url('./images/bottom.png') bottom repeat-x #FFF;
}
	.top {
		line-height: 63px;
		height: 63px;
		background: url('./images/topBG.png') top repeat-x #FFF;
		vertical-align: middle;
		border-bottom: 1px solid #C93;
		color: #C93;
		text-align: left;
		padding: 0 20px;
		font-size: 16pt;
	}
	.contable,
	.notorial {
		height: 135px;
		border-bottom: 1px solid #C93;
		-moz-box-sizing: padding-box;
	}
		.contable {
			background: url('./images/contable.jpg') top left no-repeat #F0F0F0;
			text-align: left;
			padding: 30px 20px 5px 230px;
		}
		.notorial {
			background: url('./images/notorial.jpg') top right no-repeat #FDFAE7;
			text-align: right;
			padding: 30px 230px 5px 20px;
		}
			.contable h1,
			.notorial h1 {
				font-size: 13pt;
				font-weight: normal;
				margin: 0 0 2px;
			}
			.contable span,
			.notorial span {
				font-size: 8pt;
				font-family: verdana, tahoma, helvetica, arial, sans-serif;
				display: block;
				margin: 0 0 25px;
			}
			.contable b,
			.notorial b {
				font-weight: normal;
				font-size: 9px;
				font-family: verdana, tahoma, helvetica, arial, sans-serif;
				display: block;
			}
			.contable b img {margin: 0 5px 0 0;}
			.notorial b img {margin: 0 0 0 5px;}
	.bottom {
		padding: 15px;
		line-height: 16px;
		-moz-box-sizing: padding-box;
		font-size: 10px;
		font-family: verdana, tahoma, helvetica, arial, sans-serif;
	}
		.bottom b {
			color: #B5872D;
		}
		.bottom span {
			color: #666;
		}
		.bottom a,
		.bottom a:link,
		.bottom a:visited {
			color: #000;
			text-decoration: none;
		}
		.bottom a:hover,
		.bottom a:active {
			color: #B5872D;
			text-decoration: none;
		}	