@import url("novPage.css");

#slideShow {
	width: 400px;
	height: 270px;
	padding: 0;
	margin: 0;
	position: relative;
	top: 15px;
	left: 335px;
}

#contentBox1 {
	position: absolute;
	padding: 0;
	top: 120px;
	left: 50%;
	width: 750px; 
	height: 300px;
	margin-left: -375px; /*set to a negative number 1/2 of your width*/
	border: 1px solid #CCC;
	background-color: #F0F0F0;
}
#contentBox2 {
	position: absolute;
	padding: 0;
	top: 425px;
	left: 50%;
	width: 750px;
	height: 195px;
	margin-left: -375px; 
	border: 1px solid #CCC;
	background-color: #F0F0F0;
}
#contentBox3 {
	position: absolute;
	padding: 0;
	top: 626px;
	left: 50%;
	width: 750px;
	height: 130px;
	margin-left: -375px; 
	border: 1px solid #CCC;
	background-color: #F0F0F0;
}
#contentBox1 .novText {
	padding: 0;
	margin: 0;
	font-size: 110%;
	height: 285px;
	width: 315px;
	position: relative;
	top: -265px;
	left: 10px;
	text-align: left;
}
#contentBox2 .novText {
	padding: 0;
	margin: 0;
	font-size: 110%;
	height: 185px;
	width: 500px;
	position: relative;
	top: 5px;
	left: 10px;
	text-align: left;
}
#contentBox3 .novText {
	padding: 0;
	margin: 0;
	font-size: 110%;
	height: 120px;
	width: 730px;
	position: relative;
	top: 5px;
	left: 10px;
	text-align: left;
}

#contentBox2 img {
	border: 1px solid #F0F0F0;
	padding: 2px;
	margin: 0;
	position: relative;
	left: 525px;
	top: -135px;
}
#contentBox2 a:hover img{
	padding: 2px;

	border: 1px solid #999;
}
.novText h1 {
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 165%;
	font-weight: bold;
}
