﻿/*Dinner template*/

body {
					background-image: url('../images/pinkchecks.jpg');
					background-attachment: fixed;
					scrollbar-arrow-color: #ffffff;
					scrollbar-base-color: #9f85a0;
					text-align: center;
}
p {
					background-color: transparent;
					font-family: Arial;
					font-size: 90%;
					font-weight: bold;
					text-align: center;
}
a {
					font-family: arial;
					font-size: 100%;
					font-weight: bold;
					color: #000000;
					text-align: center;
}
a:visited {
					font-weight: bold;
					color: #640064;
}
a:hover {
					color: #800000;
					font-weight: bold;
}
td {
					text-align: center;
					border: 1px solid #C0C0C0;
}
img {
					border-width: 0px;
}
.style1 {
					font-family: georgia;
					font-size: 120%;
					font-weight: bold;
					font-style: italic;
					color: #000000;
					text-align: center;
}
.style3 {
					font-family: arial;
					font-size: 130%;
					font-weight: bold;
					font-style: italic;
					color: #000000;
					text-align: center;
}
.style4 {
					font-family: arial;
					font-size: 90%;
					font-weight: bold;
					font-style: italic;
					color: #000000;
					text-align: center;
}
.tab {
					font-family: arial;
					font-size: 90%;
					font-weight: bold;
					font-style: italic;
					color: #000000;
					text-align: center;
					background-image: url('../images/ltpurplebar.jpg');
					background-repeat: no-repeat;
					width: 250px;
					height: 30px;
}
.table50 {
					width: 50%;
					margin-right: auto;
					margin-left: auto;
					border: 1px solid #C0C0C0;
}
#masthead {
					background-image: url('../images/ltpurplebnr.jpg');
					height: 60px;
					background-repeat: repeat-x;
					width: 900px;
}
#masthead h1 {
					font-family: georgia;
					font-size: 200%;
					font-weight: bold;
					font-style: italic;
					color: #000000;
					text-align: center;
					margin-top: 10px;
					float: left;
					margin-left: 75px;
}
#top_nav {
					margin-top: 2px;
}
#top_nav ul {
					padding: 0px;
					margin: 0px;
					list-style-type: none;
					text-align: center;
					width: 900px;
}
#top_nav li {
					float: right;
					padding-right: 4px;
					padding-left: 4px;
}
#top_nav a {
					color: #000000;
					text-decoration: none;
					display: block;
					padding-right: 1px;
					padding-left: 1px;
					background-repeat: no-repeat;
					margin-right: 1px;
					font-family: arial;
					font-size: 80%;
					font-weight: bold;
					width: 75px;
					height: 25px;
					background-image: url('../images/ltpurplebtn.jpg');
					margin-top: 2px;
					padding-top: 4px;
}
#top_nav a:hover {
					background-image: url('../images/ltpurplebtnhover.jpg');
					background-repeat: no-repeat;
					width: 75px;
					height: 25px;
					padding-right: 1px;
					padding-left: 1px;
					margin-top: 1px;
					margin-right: 1px;
}
#footer {
					font-family: arial;
					font-size: 60%;
					font-weight: bold;
					color: #000000;
					text-align: center;
					background-image: url('../images/ltpurpletile.jpg');
					background-repeat: repeat-x;
					margin-top: 20px;
					width: 900px;
}
#page_content {
					width: 900px;
					margin-top: 25px;
}
#masthead h2 {
					font-family: arial;
					font-size: 120%;
					font-weight: bold;
					font-style: italic;
					color: #000000;
					margin-top: 25px;
					margin-right: 200px;
					float: right;
}
