@charset "utf-8";
#content {
	float: left;
	width: 450px;
	height: auto;
	background-image: url(../fill.png);
	background-repeat: repeat;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
	padding-right: 10px;
	margin-left: 0px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FFFFFF;
}


#mainContent  {
	height: 2000px;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #D8D8D8;
	border-left-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	text-align: left;
	background-image: url(../Newfooter.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#content img {
	float: right;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	background-position: top;
}

