
/* For the Examples Page */

#homeImage {
	margin-top: -20px; 
	margin-left: 50px;
}

#mainBody {
	background: url(../graphics/bg_homePage.png) no-repeat;
	height: 650px;
}

#leftColumn {
	background: none;
}

#welcome {
	border: none;
}

#welcome h1 {
	margin-top: 15px;
	margin-bottom: 15px;
}

#content {
}

 #rightColumn #content p {
	font-size: 17px;
	margin-top: 15px;
	margin-left: 40px;
	width: 335px;

}