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: auto;
	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: 527px;
	height: 17px;
}

#phoneLine{
	position: absolute;
	z-index: 15;
	left: 797px;
	top: 125px;
	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: 99px;
	top: 113px;
}

#railroadLink{
	position: absolute;
	text-align: left;
	z-index: 15;
	left: 167px;
	top: 114px;
}

#rcAirLink{
	position: absolute;
	text-align: left;
	z-index: 15;
	left: 214px;
	top: 114px;
}

#rcGroundLink{
	position: absolute;
	text-align: left;
	z-index: 15;
	left: 245px;
	top: 114px;
}

#modelLink{
	position: absolute;
	text-align: left;
	z-index: 15;
	left: 484px;
	top: 114px;
}

#dollLink{
	position: absolute;
	text-align: left;
	z-index: 15;
	left: 574px;
	top: 114px;
}

#slotLink{
	position: absolute;
	text-align: left;
	z-index: 15;
	left: 734px;
	top: 113px;
}

#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: 797px;
	top: 178px;
	width: 200px;
}

#contactLink{
	position: absolute;
	text-align: left;
	z-index: 15;
	left: 797px;
	top: 158px;
	width: 200px;
}

#searchBar{
	position: absolute;
	text-align: left;
	z-index: 15;
	left: 5px;
	top: 161px;
	width: 232px;
	height: 18px;
}

#mainPageContent{
	position: absolute;
	text-align: justify;
	z-index: 15;
	width: 984px;
	height: 400px;
	left: 16px;
	top: 204px;
	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: 548px;
	top: 204px;
	margin-right: 5px;
	overflow: auto;
}

#copyLeft-Banners{
	position: absolute; 
	z-index: 15;
	height: 31px;
	left: 10px;
	top: 610px;
	width: 1000px;
}

