h1 {
	color: maroon;
	font: italic bold 2em "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: left;
}

h2 {
	color: #ff3e2e;
	text-align: left;
	font: italic bold 1.3em "Lucida Grande", Lucida, Verdana, sans-serif;
}

.container {
	display: table;
	border-spacing: 1em;
	background-color: white;
	border: thin solid #020202;
	font: .9em "Lucida Grande", Lucida, Verdana, sans-serif; 
	color: black;
	width: 760px;
}

table {

}

.row {
	display: table-row;

}

.cell-right {
	display: table-cell;
	border: 2px solid white;
	width: 100%;
	float: right;
	vertical-align: top;
}

.cell-left {
	display: table-cell;
	border: 2px solid white;
	width:  30%;
	text-align: left;
	color: black;
	font-variant: normal;
	font-weight: normal;
	font-style: normal;
	line-height: 1.2em;
	white-space: normal;
	position: relative;
	font-size: 1em;
}

body {
	display: table;
	overflow: scroll;
	visibility: visible;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5%;
	background: url(images/marb067.gif) repeat fixed;
}

