body
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

img
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#containerDiv
{
	width: 100%;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#mainDiv
{
	position: relative;
	background-image: url('/images/Background.png');
	width: 850px;
	height: 810px;
	border: 0px solid black;
	margin-left: auto;
	margin-right: auto;
}

#hours
{
	position: absolute;
	top: 70px;
	left: 380px;
	width: 260px;
	height: 70px;
	text-align: center;
	color: #000033;
	font-size: 10pt;
	font-family: Times New Roman, serif;
	border: 0px solid black;
}

#storeInfo
{
	position: absolute;
	top: 197px;
	left: 73px;
	width: 230px;
	text-align: center;
	color: #000033;
	font-size: 13pt;
	font-weight: bold;
	font-family: Times New Roman, serif;
	border: 0px solid black;
}

#storeInfo a:link
{
	color: #000033;
	text-decoration: none;
}

#storeInfo a:hover
{
	color: #000033;
	text-decoration: underline;
}

#specials
{
	position: absolute;
	top: 210px;
	left: 350px;
	width: 350px;
	height: 65px;
	border: 0px solid purple;
	text-align: center;
	font-weight: bold;
	color: #CC0033;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
}

#prescriptionButtons
{
	position: absolute;
	top: 305px;
	left: 289px;
	width: 470px;
	border: 0px solid green;
	text-align: center;
}

#bottomMessage
{
	position: absolute;
	top: 578px;
	left: 325px;
	width: 408px;
	border: 0px solid blue;
	text-align: center;
	font-family: Times, serif;
	font-size: 18px;
	color: #333366;
}

#contactInfo_wrapper
{
	position: absolute;
	top: 648px;
	left: 325px;
	width: 408px;
	text-align: center;
	border: 0px solid orange;
}

#contactInfo
{
	width: 290px;
	text-align: center;
	border: 0px solid red;
	font-family: Times, serif;
	font-size: 16px;
	color: #333366;
	margin-left: auto;
	margin-right: auto;
}

#name_position
{
	width: 50%;
	float: left;
	border: 0px solid yellow;
	padding-right: 10px;
}

#phone_number
{
	border: 0px solid yellow;
	padding-left: 10px;
}