#home, #products, #purchase, #aboutus
{
	display: block;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 200px;
	height: 60px;
}
#home
{
	background-image: url(homebutton.png);
}
#products
{
	background-image: url(productbutton.png);
}
#purchase
{
	background-image: url(purchasebutton.png);
}
#aboutus
{
	background-image: url(aboutusbutton.png);
}
#home:hover, #products:hover, #purchase:hover, #aboutus:hover	
{
	background-position: 0 -60px;
}
#wholepage
{
	background-position: center top;
	background-repeat: no-repeat;
	margin-top: 65px;
}
#PageTitle
{
	position: relative;
	text-align: center;
	top: -95px;
	left: 5%;
}
#Cright
{
	position: relative;
	text-align: center;
	top: 120px;
}
#Logo
{
	position: relative;
	left: -340px;
	display: run-in;
}
#Navigation
{
	position: relative;
	left: -350px;
	top: -80px;
}
#PageBody
{
	text-align: left;
	position: relative;
	top: -425px;
	left: 115px;
	width: 660px;
	height: 155px;
}
#boldChar
{
	font-weight: bolder;
	font-size: larger;
}
#navButtons
{
	position: relative;
	text-align: center;
	top: 50px;
}