@charset "utf-8";
/* ---------------------------- Palm and Pawn CSS mainfile ----- */
body {
	text-align: center;
	background-image: url(../images/bg_1.gif);
	background-repeat: repeat;
	background-position: center center;
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;

}

/* #horizon {				 used to centre site vertically 
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -375px;  half of wrapper hieght 
	text-align: center;
	min-width: 958px;
	background-image: url(../images/bg_1.gif);
	background-repeat: repeat;
	background-position: center center;
	background-attachment: scroll;
} */

#wrapper {
	width: 958px;
	height: 751px;
	text-align: justify;
	color: #333333;
	font-family: "Century Gothic", Arial, Verdana;
	font-size: 8pt;
	margin: 0 auto;
	line-height: 15pt;
}
#logo {
	height: 135px;
	background-image: url(../images/logo.png);
	padding: 0px;
}
#navbar {
	height: 51px;
	clear: both;
	margin: 0px;
	padding: 0px;
}
#contentmain {
	background-image: url(../images/content_1.gif);
	height: 532px;
	width: 958px;
	margin: 0px;
	padding: 0px;
}
#footer {
	background-image: url(../images/footer_1.gif);
	clear: both;
	height: 33px;
	margin: 0px;
	padding: 0px;
}
#right {
	float: left;
	width: 440px;
	margin-left: 20px;
	margin-top: 50px;
}
#left {
	float: left;
	width: 360px;
	margin-left: 70px;
	margin-top: 65px;
}

/* ---------------------------- Paragraph ----- */
#right p {
	padding-left: 15px;
}
p {
	margin-top: 0px;
	margin-bottom: 7px;
}
#left p {
	padding-right: 25px;
}

/* ---------------------------- textstyles ----- */
.bolder {
	font-weight: bolder;
}
.bolder2 {
	font-weight: bolder;
	font-size: 10pt;
}
.bolderpink {
	font-weight: bolder;
	color: #E86837;
}
.bolderpink2 {
	font-weight: bolder;
	color: #ED008D;
	font-size: 10pt;
}
/* ---------------------------- links ----- */
a:link, a:visited {
	color: #E86837;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* ---------------------------- Navigation ----- */
#navbar li {
	display: inline;
	height: 51px;
	list-style-type: none;
	float: left;
	margin: 0;
}
#navbar ul {
	margin-right: 48px;
	display: inline;
	list-style-type: none;
	float: right;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#navbar a {
	margin-right: 0px;
}
#logo li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#footer li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: right;
}

/* ---------------------------- Buttons ----- */
#home{
	background-image: url(../images/navbar_home_1.gif);
	margin: 0px;
	height: 130px;
	width: 330px;
	text-indent: -10000px;
	overflow: hidden;
	display: block;
	background-repeat: no-repeat;
	background-position: center top;
}
#home:hover{
	background-position: center bottom;
}
#motel{
	background-image: url(../images/button_motel_1.gif);
	margin: 0px;
	height: 51px;
	width: 147px;
	text-indent: -10000px;
	overflow: hidden;
	display: block;
	background-repeat: no-repeat;
	background-position: center top;
}
#motel:hover {
	background-position: center bottom;
}
#restaurant {
	background-image: url(../images/button_rest_1.gif);
	margin: 0px;
	height: 51px;
	width: 106px;
	text-indent: -10000px;
	overflow: hidden;
	display: block;
	background-repeat: no-repeat;
	background-position: center top;
}
#restaurant:hover {
	background-position: center bottom;
}
#tavern{
	background-image: url(../images/button_tavern_1.gif);
	margin: 0px;
	height: 51px;
	width: 107px;
	text-indent: -10000px;
	overflow: hidden;
	display: block;
	background-repeat: no-repeat;
	background-position: center top;
}
#tavern:hover{
	background-position: center bottom;
}
#contact{
	background-image: url(../images/button_contact_1.gif);
	margin: 0px;
	height: 51px;
	width: 108px;
	text-indent: -10000px;
	overflow: hidden;
	display: block;
	background-repeat: no-repeat;
	background-position: center top;
}
#contact:hover{
	background-position: center bottom;
}
#jam {
	background-image: url(../images/footer_2.gif);
	margin: 0px;
	height: 33px;
	width: 229px;
	text-indent: -10000px;
	overflow: hidden;
	display: block;
	background-repeat: no-repeat;
	background-position: center top;
}
#jam:hover {
	background-position: center bottom;
}
#left ul {
	margin-top: 0px;
}
h2 {
	color: #ec008c;
	font-size: 11pt;
	text-transform: lowercase;
	margin: 0px;
}
h3 {
	font-size: 10pt;
	text-transform: lowercase;
	margin: 0px;
}
h4 {
	font-size: 11pt;
	text-transform: lowercase;
	margin-top: 0px;
	margin-bottom: 0px;
}
h5 {
	color: #ec008c;
	font-size: 11pt;
	text-transform: lowercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
