html{
	height: 100%;
}
body {
	padding: 0;
	margin: 0;
	background: #fff;
	font: 84.5% Georgia, serif;
	font-size: 14px;
	color: #000;

    }

 a {
	color: #004276;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}


h1{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
}
h2,h3{
	text-align: left;
	margin-top:5px;
	margin-bottom: 5px;
}
p
{
	text-indent: 20px;
	margin: 5px;
	font-size: 90%;
}
.newspaper{
	width: 800px;
	height:100%;
	left: 50%;
	margin-left: -400px;
	margin-top: 20px;
	z-index:15;
	position: absolute;
	overflow: hidden:
	padding: 0px;
	spacing: 0px;
}
.borderLeft{
	background-image:url("http://www.ericnewhouse.com/borderleft.png");

	width: 48px;
	height: 100%;
}
.borderRight{
	background-image:url("http://www.ericnewhouse.com/borderright.png");

	width: 23px;
	height: 100%;


}
.borderTop{

	background-image:url("http://www.ericnewhouse.com/bordertop.png");
	height: 23px;
	width: 720px;
}
.borderBottom{

	background-image:url("http://www.ericnewhouse.com/borderbottom.png");
	height: 25px;
	width: 720px;
}
.topRight{

	width: 23px;
	height: 24px;
	background-image:url("http://www.ericnewhouse.com/topright.png");
}
.topLeft{

	width: 47px;
	height: 24px;
	background-image:url("http://www.ericnewhouse.com/topleft.png");
}
.bottomRight{

	width: 23px;
	height: 24px;
	background-image:url("http://www.ericnewhouse.com/bottomright.png");
}
.bottomLeft{

	width: 47px;
	height: 24px;
	background-image:url("http://www.ericnewhouse.com/bottomleft.png");

}


.centerContent{
	background: #F3F3F3;
	float: left;
	width: 730px;
}
div.section{
	margin: 20px;
	margin-top: 15px;
	width: 700px;
	overflow-x: hidden;
}
.blogHeadline{
	width: 235px;
	font-size: 120%;
	font-variant: small-caps;
	letter-spacing: 1px;
	border-right: thin solid rgb(0,0,0);
	border-left: thin solid rgb(0,0,0);
	float: left;
	text-align: center;
	margin-top: 10px;
}
div.locationBox{
	float: left;
}
div.contactBox{
	float: center;
}
div.dateBox{
	margin-left: 20px;
	float: right;
	margin-right: 40px;
}
div.mainTitle{
	text-align: center;
	font-size:500%;
	margin-top: 30px;
	margin-bottom: 30px;
}
div.tab{
	background-image:url("http://www.ericnewhouse.com/tab.png");
	height: 225px;
	width: 100px;
	position: absolute;


}
div.tab1{
	left: 50%;
	margin-left: 385px;
	margin-top: 50px;
	z-index: 1;

}
div.tab2{
	left: 50%;
	margin-left: 385px;
	margin-top: 150px;
	z-index: 2;

}
div.tab3{
	left: 50%;
	margin-left: 385px;
	margin-top: 250px;
	z-index: 2;

}
div.tab4{
	left: 50%;
	margin-left: 385px;
	margin-top: 350px;
	z-index: 2;

}
div.tab5{
	left: 50%;
	margin-left: 385px;
	margin-top: 450px;
	z-index: 2;

}
img{
	border: 0;
}
img.tabImg{
	margin-top: 5px;
	width: 100px;
	height: 100px;
}

div.bookinfo{
	float: right;
	margin: 5px;

}
img.highlight{
	background: #ddd;
	padding: 5px;
	margin: 3px;
}

div.boxes{
	margin: 1%;
	font-size: 80%;
	padding: 5px;
	border-style: solid;
	border-width: thin;
	border-color: #ccc;
	float: left !important;
}
.boxes:nth-child(odd){
	clear:left;
}
div.longBox{
	width: 65%;
}
div.shortBox{
	width: 25%;
}
div.fullBox{
	width: 97%;
}
div.right{
	float: right;
}
div.left{
	float: left;
}