body {
	text-align: center;
	margin: 0;
}
body, td {
	font-family: Arial;
	font-size: 12px;
}
td, .content {
	text-align: left;
}
a {
	color: 000;
	text-decoration: none;
}

#links a {
	color: #000;
	text-decoration: none;
}
#links a:hover {
	color: #ed1b24;
}
#container {
	text-align: center;
}

#container {
	width: 1000px;
	margin: 0 auto;
	
}
#splash {
	width: 805px;
	margin: 122px auto;
	
}

.header {
	height: 122px;
}
.content {
	padding: 0px 0 0 367px;
	width: 438px;
	height: 476px;
	border: 1px solid #ed1b24;
	margin: 0 auto;
}
.content p, .priceTable {
	padding: 0 122px 0 0;
	margin: 0 0 5px;
}
.priceTable td {
	padding: 0;
	margin: 0;
}

.home p {
	font-size: 12px;
}

#priceHieght {
	height: 270px;
	padding: 0 0 0 42px;
}
#innerContent {
	padding: 0 0 0 42px;
}

#intNav {
	height: 48px;
}

/*----------------------  Changing images on pages  ----------------------*/
.home {
	background: url(images/home_image.jpg) no-repeat left top;
}
.price {
	background: url(images/price_image.jpg) no-repeat left top;
}
.products {
	background: url(images/products_image.jpg) no-repeat left top;
}
.location {
	background: url(images/location_image.jpg) no-repeat left top;
}