#divHomeWrapper {
	padding: 0px;
	width: 750px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: center;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	line-height: 17px;
}
#divHomeLeft {
	padding: 0px;
	float: left;
	height: 450px;
	width: 430px;
}
#divHomeRight {
	background-color: #FFFFFF;
	margin: 0px;
	float: right;
	width: 312px;
	padding: 0px;
}
.border_blue {
	border: 1px solid #0D6DCF;
}
.border_orange {
	border: 1px solid #FF962E;
}
