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

img { border: 0; }

p
{
	margin: 0 0 0 0;
	padding: 0 0 7px 0;
}

.boldRed
{
	font-weight: bold;
	color: #e1134f;
}

a, a:link, a:visited, a:active, a:hover
{
	text-decoration: none;
	font-style: italic;
	color: #e1134f;
}

#mainContainer
{
	position: relative;
	display: block;
	background-image: url(../images/homeBackground.jpg);
	background-position: center center;
	width: 850px;
	height: 850px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}

#intro
{
	position: absolute;
	top: 540px;
	left: 70px;
	display: block;
	width: 310px;
    font-family: Georgia, "Times New Roman", Times, Sans-Serif;
    font-size: 11px;	
	line-height: 16px;
	text-align: justify;
	color: #333333;
}

#hours
{
	position: absolute;
	top: 585px;
	left: 290px;
	display: block;
	width: 265px;
	font-family: Georgia, "Times New Roman", Times, Sans-Serif;
	;
	font-size: 11px;
	line-height: 17px;
	color: #666666;
	text-align: center;
}

#hours h1
{
	margin: 0 0 0 0;
	padding: 0 0 7px 0;
    font-family: Georgia, "Times New Roman", Times, Sans-Serif;
    font-size: 14px;
	color: #e1134f;
}

#footer
{
	position: absolute;
	top: 745px;
	left: 55px;
	display: block;
    font-family: Georgia, "Times New Roman", Times, Sans-Serif;
    font-size: 10px;		
	color: #333333;
}

