html,body{
	height:100%;
	background: white;
}
.pageLayout{
	border: none;
	font-size:15pt;
	font-weight: 100;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#4D4D4D;	
}
.pageLayout *{
	padding-bottom:5px;	
}
#pageMain{
	width: 100%;
	height:80%;
	position: absolute;
	top: 0px;
	bottom:0px;	
	margin: auto;
}
#pageDividerTop {
	height:7px;
	width: 100%;
	background: -webkit-linear-gradient(#4D4D4D, white); /* For Safari */
	background: -o-linear-gradient(#4D4D4D, white); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#4D4D4D, white); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#4D4D4D, white); /* Standard syntax (must be last) */
}
#pageDividerBottom {
	height:7px;
	width: 100%;
	background: -webkit-linear-gradient(white, #4D4D4D); /* For Safari */
	background: -o-linear-gradient(white, #4D4D4D); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(white, #4D4D4D); /* For Firefox 3.6 to 15 */
	background: linear-gradient(white, #4D4D4D); /* Standard syntax (must be last) */
}
#socialMedia {
	position: fixed;
	right: 15px;
}
#mainTitle {
	height: auto;
	width: 60%;
}
#mainPhone{
	font-size: 20pt;
	
}
#hours{
	font-weight: 120;
}
#mainAddress {}
#spicyPlease{}
#mainEmail{
	font-size:12pt;
}
a:link,a:visited {
	color:#4D4D40;
	text-decoration:none;
	font-weight: 120;
}      /* unvisited link */
a:hover {
	color:#800000;
	text-decoration:underline;
}  /* mouse over link */


