@charset "utf-8";
/* Styles for the whole website*/
.smallerTextInfo {
	font-size: 12px;
	font-weight: lighter;
}
.interestingFont {
	font-size: 26px;
	font-family: "Curlz MT", "Lucida Handwriting", "Brush Script Std", "Bradley Hand ITC", sans-serif;
	font-weight: bold;
}
body {
/*	font: 20px "Maiandra GD", Leelawadee, "Segoe Print", Arial, sans-serif;
*//*	Verdana, Arial, Helvetica, sans-serif;*/
/*	background: url(../images/background.gif) repeat top;
*/	/*margin: 0;*/ /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
/*	padding-top: 5px;
	text-align: center; *//* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
/*	color: #000000;
*/}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #E3C59B;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #771E1E;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background-image: url(../images/pasha_title_original.png);
/*	background-image: url(../images/pasha_title.png);
*/	background-position: center;
	background-repeat: no-repeat;
	height: 90px;
	padding: 0px;
}
.oneColFixCtrHdr #navigation {
	background-color: #771E1E;
	background-image: url(../images/navigation.jpg);
	background-position: center;
	background-repeat: no-repeat;
	padding: 0px;
	height: 35px;
}
.oneColFixCtrHdr #mainContent {
	margin: 0px;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtrHdr #footer {
	padding-top: 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#771E1E;
	height: 25px;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
}
.oneColFixCtrHdr #footer p {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #footer a {
	color: #FFFFFF;
}

/*Styles specific to pages within the website*/
/*
** Home Page Styles
*/
#homePage {
	width: 300px;
	border-collapse: collapse;
	margin: 5 auto;
	text-align: center;
/*	height: 520px;
*/}
#homePage a {
	color: #771E1E;
}
#homePage td.contactInfo {
	text-align: center;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#homePage td.specialInfo {
	background: url(../images/specials_bkgrd.png) center no-repeat;
	color: #FFFFFF;
	text-align: center;
	font-size: 26px;
	font-stretch: extra-expanded;
	font-weight: bolder;
	height: 175px;
}
#homePage td.specialInfo a{
	color: #FFFFFF;
}
#homePage td.signUp {
	background: url(../images/signup_bkgrd.gif) center no-repeat;
	color: #FFFFFF;
	text-align: center;
	font-stretch: ultra-condensed;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	height: 200px;
}