#OrangeLeft {
	margin: 10px;
	float: left;
	width: 200px;
}
#OTop {
	background-image: url(../images/AboutTop.png);
	background-repeat: no-repeat;
	height: 36px;
	width: 200px;
}
#OText {
	background-image: url(../images/OBoxSlice.png);
	background-repeat: repeat-y;
	width: 200px;
}
#OText p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	margin-left: 15px;
}

#OText a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #039;
	padding-left: 5px;
	text-align: left;
	width: 80px;
	line-height: 20px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FFF;
	margin-left: 20px;
}
#OText a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	padding-left: 5px;
	text-align: left;
	width: 80px;
	line-height: 20px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FFF;
	margin-left: 20px;
	text-decoration: underline;
}


#OBot {
	background-image: url(../images/OBoxBot.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 200px;
}
#MainCol {
	width: 670px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: right;
}
#MainTop {
	background-image: url(../images/CaglieroTextBoxTop.png);
	background-repeat: no-repeat;
	width: 670px;
	height: 67px;
}
#MainText {
	background-image: url(../images/MainTextBoxSlice.png);
	background-repeat: repeat-y;
	width: 670px;
}
#MainBot {
	background-image: url(../images/MainTextBoxBot.png);
	height: 40px;
	width: 670px;
	background-repeat: no-repeat;
}
#MainText p {
	font-family: Verdana, Geneva, sans-serif;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	text-align: left;
}
#MainText ul li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	padding-left: 0px;
	list-style-type: disc;
	list-style-position: inside;
	line-height: 130%;
	text-align: left;
	margin-left: 50px;
	list-style-image: url(../images/bullet.png);
	font-weight: bold;
	color: #06C;
}
#MainText ol li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	padding-left: 0px;
	list-style-type: decimal;
	list-style-position: inside;
	line-height: 130%;
	text-align: left;
	margin-left: 50px;
	font-weight: bold;
	color: #06C;
}
