#mainholder {
	background-color: #FFF;
	width: 750px;
	z-index: 1;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 960px;
}
	
#banner {
	width:750px;
	height:230px;
	margin: 0px;
	background-repeat: no-repeat;
	z-index: 2;
	float: left;
}
#pic {
	margin-top: 0px;
	width: 580px;
	z-index: 6;
	float: left;
	height: 220px;
}

#logo {
	width:170px;
	height:120px;
	position: relative;
	float: right;
	z-index: 3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #6A357B;
}

#content {
	z-index: 3;
	margin: 5px;
	padding: 5px;
	position: absolute;
	width: 550px;
	height: 532px;
	top: 229px;
	left: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #6A357B;
}
#content2 {
	z-index: 3;
	margin: 5px;
	padding: 5px;
	position: absolute;
	width: 264px;
	height: 532px;
	top: 230px;
	left: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #6A357B;
}
#content3 {
	z-index: 3;
	margin: 5px;
	padding: 5px;
	position: absolute;
	width: 270px;
	height: 532px;
	top: 229px;
	left: 294px;
	font-family: Arial, Helvetica, sans-serif;
	color: #6A357B;
}
#newsheading {
	z-index: 2;
	margin: 5px;
	padding: 5px;
	background-color: #FFFFFF;
	position: absolute;
	width: 610px;
	height: auto;
	top: 230px;
	left: 0px;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: ridge;
	border-bottom-style: ridge;
	border-top-color: #660099;
	border-bottom-color: #660099;
	color: #F6FFF8;
}

#newscontent {
	z-index: 2;
	margin: 5px;
	padding: 5px;
	background-color: #FFFFFF;
	overflow: auto;
	position: absolute;
	width: 610px;
	height: 570px;
	top: 328px;
	left: 1px;
}
#navigation {
	z-index: 2;
	position: absolute;
	text-align: center;
	top: 145px;
	right: 3px;
	height: 630px;
	p + p { margin-top: 0.1em; 	
}
}
body {
	background-color: #FFF;
	margin-top: 0px;
}
#content2 {
}

