/* CSS Document */
#wrapper #mainLanding	{
	display: block;
	width: 900px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	padding: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #21180E;
	background-color: #FFFFFF;
	border-width: 10px;
	border-style: solid;
	border-top-color: #5D5D5D;
	border-right-color: #8D8D8D;
	border-bottom-color: #8D8D8D;
	border-left-color: #5D5D5D;
	background-image: url(../../images/bg1.png);
	background-repeat: repeat-x;
	background-position: top;
}
#wrapper #mainLanding li	{
	line-height: 10px;
}
#wrapper #mainLanding #calcHeading	{
	display: block;
	width: 880px;
	height: 28px;
	margin-top: 35px;
	margin-bottom: 15px;
	padding-left: 15px;
	line-height: 24px;
	background-color: #DFDBCE;
	border-radius: 5px;
}
#wrapper #mainLanding form	{
	display: block;
	width: 420px;
	font-size: 14px;
}
#wrapper #mainLanding form table	{
	display: block;
	width: 420px;
}
#wrapper #mainLanding form td 	{
	width: 260px;
	height: 27px;
	font-size: 13px;
	line-height: 24px;
}
#wrapper #mainLanding form td.row2	{
	width: 140px;
}
#wrapper #mainLanding form input	{
	width: 140px;
	height: 26px;
	font-size: 13px;
}
#wrapper #mainLanding form #submit	{
	width: 100px;
}
#wrapper #footer	{
	display: block;
	width: 1050px;
	height: 55px;
	margin-top: 5px;
	background-image: url(../../images/footer/footer.png);
	background-repeat: no-repeat;
	border-radius: 7px;
	font-size: 12px;
	color: #595959;
}
#wrapper #footer #txt1	{
	display: block;
	width: 560px;
	height: 20px;
	margin-left: 25px;
	margin-top: 10px;
	float: left;
}
#wrapper #footer #txt3	{
	display: block;
	width: 270px;
	height: 20px;
	margin-left: 55px;
	margin-top: 10px;
	float: left;
}
#wrapper #footer #txt2	{
	display: block;
	width: 70px;
	height: 20px;
	margin-left: 40px;
	margin-top: 10px;
	float: left;
}
