/*Post-it note script- by javascriptkit.com
Visit JavaScript Kit (http://javascriptkit.com) for script
Credit must stay intact for use*/

#postit{
	position:absolute;
	width:244px;
	padding:5px;
	background-color:#8C0000;
	border:1px solid black;
	visibility:hidden;
	z-index:100;
	cursor:hand;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-align: justify;
	height: 141px;
	font-weight: bold;
	background-image: url(../images/splashBG.jpg);
}
/*----- ©Tony's Place, Ivyland -----*/
/*----- ©Burbank Graphics -----*/
/*----- JS 060608 -----*/


/* Body Tags */

body {
	display: block;
	margin-top: 0px;
	background-image: url(../images/bg.gif);
}

/* Div Tags */

#wrapper {
	height: auto;
	width: 753px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#content {
	display: block;
	height: auto;
	width: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#welcome {
	display: block;
	width: auto;
	height: 75px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 10px;
}

#text {
	width: 256px;
	float: left;
	padding-left: 10px;
	text-align: justify;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #C7A069;
	font-style: italic;
}

#graphic {
	float: left;
	width: 155px;
	padding-left: 7px;
}

#specials {
	background-color: #C7A069;
	display: block;
	margin-top: 20px;
	margin-right: 7px;
	margin-bottom: 5px;
	margin-left: 5px;
	background-image: url(../images/leftFlorish_img.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
	color: #550000;
}

#entertainment {
	background-color: #EDCB9A;
	display: block;
	margin-right: 10px;
	margin-left: 7px;
	margin-top: 20px;
	background-image: url(../images/rightFlorish_img.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 10px;
}

#entertainment #img01 {
	margin-top: -10px;
	margin-left: -7px;
}
#pictures img {
	margin-top: 20px;
	margin-left: 15px;
}
#history {
	height: auto;
	width: auto;
	background-color: #C7A069;
	background-image: url(../images/leftFlorish_img.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 25px;
	margin-right: 5px;
	margin-left: 5px;
}

#legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}
#addy {
	text-align: right;
	display: block;
	height: auto;
	width: auto;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 25px;
}
#map {
	display: block;
	margin-top: 10px;
	padding-left: 15px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #C7A069;
	padding-top: 10px;
	margin-bottom: 5px;
	padding-bottom: 20px;
}

#content iframe {
	margin-right: auto;
	margin-left: auto;
}

#title {
	text-align: left;
	margin-top: 15px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #C7A069;
	margin-right: 10px;
	margin-left: 10px;
}
#days {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}


#legal a {
	color: #333333;
	text-decoration: none;
}


/* Style Tags */

.special1 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.special2 {
	font-size: 14px;
	font-weight: bold;
}

.special4 {
	font-size: 10px;
}

.special3 {
	font-size: 24px;
	font-weight: bold;
}

.microbrew {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.history {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	text-align: justify;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.addy1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.addy2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.addy1 a {
	color: #660000;
	text-decoration: none;
}
.days {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	text-align: justify;
}
.ce_h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #550000;
}
.ce_h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.ce_h1_BOLD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #950000;
	font-style: italic;
}
