body {	
	/*background-repeat: repeat-y;  */
	text-align: left;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#main {
	position: relative;
	left: 0px;
	top: 0px;
	width: 1000px;
	z-index: 5;
	/* the line for centering */
	margin: 0px auto;
	padding: 0px;
	/* over-ride the text-align centering */
	text-align: left;
}

/*Header Defintions for all the differnet Pages for the site.*/
#indexHead{  /* Header for index and Trains */
	position: absolute;
	z-index: 10;
	width: 1000px;
	height: 137px;
	left: 0px;
	top: 0px;
	background: url(../images/trainHead.JPG)
}

#modelHead{  /* Header for Model Kits */
	position: absolute;
	z-index: 10;
	width: 800px;
	height: 137px;
	left: 0px;
	top: 0px;
	background: url(../images/modelHead.JPG)
}

#airHead{  /* Header for R/C Air */
	position: absolute;
	z-index: 10;
	width: 800px;
	height: 137px;
	left: 0px;
	top: 0px;
	background: url(../images/rcAirHead.JPG)
}

#groundHead{  /* Header for R/C Vehicles */
	position: absolute;
	z-index: 10;
	width: 800px;
	height: 137px;
	left: 0px;
	top: 0px;
	background: url(../images/rcGroundHead.JPG)
}

#dollHead{  /* Header for dollHouse */
	position: absolute;
	z-index: 10;
	width: 800px;
	height: 137px;
	left: 0px;
	top: 0px;
	background: url(../images/dollHead.JPG)
}

#slotHead{  /* Header for slot Cars */
	position: absolute;
	z-index: 10;
	width: 800px;
	height: 137px;
	left: 0px;
	top: 0px;
	background: url(../images/slotHead.JPG)
}

#edgeHead{  /* Header for edge Connectors */
	position: absolute;
	z-index: 10;
	width: 1000px;
	height: 137px;
	left: 0px;
	top: 0px;
	background: url(../images/edgeHead.JPG)
}

#plainHead{  /* Header for edge Connectors */
	position: absolute;
	z-index: 10;
	width: 800px;
	height: 137px;
	left: 0px;
	top: 0px;
	background: url(../images/plainHead.JPG)
}

/* Definitions of spaces on all pages for site */
#subHead{
	position: absolute;
	z-index: 10;
	width: 1000px;
	height: 64px;
	left: 0px;
	top: 137px;
	background: url(../images/shade.JPG)
}

#textBodyArea{
	position: absolute;
	z-index: 10;
	width: 1000px;
	height: 500px;
	left: 0px;
	top: 201px;
	background: url(../images/whiteBack.JPG)
}

#mainTitle{
	position:  absolute;
	z-index: 15;
	left: 185px;
	top: 1px;
}

#subTitle{
	position: absolute;
	z-index: 15;
	left: 185px;
	top: 55px;
}

#tagline{
	position: absolute;
	z-index: 15;
	left: 205px;
	top: 90px;
}

#addressLine{
	position: absolute;
	z-index: 15;
	left: 5px;
	top: 140px;
	width: 470px;
	height: 17px;
}

#phoneLine{
	position: absolute;
	z-index: 15;
	left: 483px;
	top: 140px;
	width: 200px;
	height: 17px;
}

#hoursLine{
	position: absolute;
	z-index: 1;
	left: 628px;
	top: 140px;
	width: 200px;
	height: 17px;
}

#homeLink{
	position: absolute;
	text-align: left;
	z-index: 15;
	left: 10px;
	top: 114px;
}

#railroadLink{
	position: absolute;
	text-align: left;
	z-index: 15;
	left: 80px;
	top: 114px;
}

#rcAirLink{
	position: absolute;
	text-align: left;
	z-index: 15;
	left: 240px;
	top: 114px;
}

#rcGroundLink{
	position: absolute;
	text-align: left;
	z-index: 15;
	left: 360px;
	top: 114px;
}

#modelLink{
	position: absolute;
	text-align: left;
	z-index: 15;
	left: 494px;
	top: 114px;
}

#dollLink{
	position: absolute;
	text-align: left;
	z-index: 15;
	left: 606px;
	top: 114px;
}

#slotLink{
	position: absolute;
	text-align: left;
	z-index: 15;
	left: 705px;
	top: 114px;
}

#shoppingLink{
	position: absolute;
	text-align: left;
	z-index: 15;
	left: 245px;
	top: 162px;
}

#edgeConnectLink{
	position: absolute;
	text-align: left;
	z-index: 15;
	left: 352px;
	top: 162px;
}

#clubsLink{
	position: absolute;
	text-align: left;
	z-index: 15;
	left: 542px;
	top: 162px;
}

#contactLink{
	position: absolute;
	text-align: left;
	z-index: 15;
	left: 650px;
	top: 162px;
}

#searchBar{
	position: absolute;
	text-align: left;
	z-index: 15;
	left: 60px;
	top: 160px;
}

#mainPageContent{
	position: absolute;
	text-align: justify;
	z-index: 15;
	width: 540px;
	height: 400px;
	left: 5px;
	top: 210px;
	margin-right: 5px;
	overflow: auto;
}

#contactPageContent{
	position: absolute;
	text-align: justify;
	z-index: 15;
	width: 995px;
	left: 5px;
	top: 210px;
	margin-right: 5px;
}

#blogContent{
	position: absolute;
	z-index: 15;
	text-align: justify;
	width: 450px;
	height: 350px;
	left: 550px;
	top: 210px;
	margin-right: 5px;
	overflow: auto;
}

#copyLeft-Banners{
	position: absolute; 
	z-index: 15;
	height: 31px;
	left: 10px;
	top: 610px;
	width: 1000px;
}