
@font-face { font-family: "Brush Script MT"; src: url("BrushCI.ttf"); }

BODY {
	background: #ffffff url(background.jpg) no-repeat center center fixed;
	width: 100%;
	height: 100%;
	background-size: cover;
	}

A:link {color:#660000; text-decoration:underline;}
A:visited {color:#660000; text-decoration:underline;}
A:hover {color:#000000; text-decoration:underline;}
A:active {color:#000000; text-decoration:underline;}

A.nav:link { color:#ffffff; text-decoration:none;}
A.nav:visited { color:#ffffff; text-decoration:none;}
A.nav:hover { color:#ccc3a2; text-decoration:underline;}
A.nav:active { color:#ccc3a2; text-decoration:none;}

.mainText {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	color: #452016;
	text-decoration: none;
	letter-spacing: 1px;
}

.mainText2 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	color: #ff0000;
	text-decoration: none;
	letter-spacing: 1px;
}

.scriptText {
	font-family: Brush Script MT, Monotype Corsiva, Comic Sans MS, Bradley Hand ITC TT-Bold;
	font-size: 36px;
	line-height: 36px;
	font-weight: normal;
	color: #452016;
	text-decoration: none;
}

.headerText {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	letter-spacing: 1px;
}

h1 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height: 36px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	letter-spacing: 1px;
}

.footerText {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 16px;
	font-weight: normal;
	color: #846538;
	text-decoration: none;
	letter-spacing: 1px;
}

.addressText {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	color: #FC9;
	text-decoration: none;
}

.frame
{
padding: 0px;
border: 1px solid #CCC;
box-shadow:1px 1px 2px #ccc;
border-radius:12px;
max-width: 100%;
}

a.bigbutton {
	margin: 0.25em;
	margin-bottom: 3px;
	margin-top: 3px;
	display: inline-block;
	background: #FFAF4E;
	border: 0px solid #cdcdcd;
	text-align: center;
	text-decoration: none;
	color: #000000;
	padding: 5px;
	font: bold 20px/100%  "Lucida Grande", Arial, Helvetica, sans-serif;
	border-radius:6px;
	box-shadow:
		3px 3px 12px #000000,
		0px 0px 3px #000000,
		inset 0px 5px 12px #FFAF4E,
		inset 0px 15px 2px #ffffff,
		inset 0px 25px 25px #FFAF4E;
	}