.maincontent{
	background-position: 100% 0%;
	background-image: url(baby.gif);
	background-repeat: no-repeat;
	
	margin-left: 25%;
	margin-top: 0;
	position: absolute;
	width: 74%
}

.topbar{
	background-image: url(bluegradient.gif);
	background-repeat: repeat-y;
	margin-top: -72;
	height: 72;
	margin-left: 35%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: right;
	padding-right: 5%;
	
	
}

.leftcontent{
	margin-right: 75%;
	border-bottom: thin;
	border-right: thin dashed Gray;
	border-top: thin solid;
	border-left: thin;
	position: absolute;
	width: 25%;
	height: 100%;
}