@charset "utf-8";
/* CSS Document */

#rightContentBg {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0px;
	left: -4px;
	z-index: 102;
	background-image: url(../_images/backgrounds/gelcoat.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	}
#rightContentMain {
	z-index: 199;
	position: relative;
	}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
	text-transform: lowercase;
	color: grey;
	margin: 0px 0px 0px 3px;
	}
ol {
	margin: 5px;
	list-style-type: lower-greek;
	list-style-position: outside;
	}
ol li {
	text-indent: 30px;
	}