* {
	font-family: "Century Gothic", Calibri, sans-serif;
}

nav {
	background-image: url('prime.png');
	background-position: center;
	background-repeat: no-repeat;
	background-color: #222222;
	max-height: 60px;
}

p {
}

header {
	background-color: black;
}

a, a:active, a:visited {
	color: white;
}

h3 {
	text-align: center;
}

.addressHours {
	background-color: #222222;
	color: white;
	padding-top: 50px;
	padding-bottom: 12px;
}

.addressHours h3 {
	font-weight: bold;
	font-size: 80%;
}

/*
BUSINESS LUNCH SETTINGS
*/

.lunchBorder {
	border: solid 2px #222222;
	background-color: #fffddd;
	padding: 8px;
}

.lunchHeading {
	color: #fffddd;
	margin: none;
	vertical-align: center;
	background-color: #222222;
}

.lunchBold {
	font-weight: bold;
	color: #222222;
	text-align: center;
	font-size: 150%;
}

.lunchItems {
	font-weight: bold;
}

.lunchItemHeading {
	color: #222222;
	font-weight: bold;
	font-size: 150%;
}

/*
CHRISTMAS SETTINGS
*/

.christmasHeading {
	color: white;
	font-weight: bold;
}

.christmasBorder {
	margin-top: 25px;
	border: solid 8px darkgreen;
	background-color: darkred;
	padding: 8px;
	color: white;
	text-align: center;
}

.christmasBold {
	font-weight: bold;
	color: white;
	text-align: center;
	font-size: 150%;
}

.christmasTextColor {
	color: #FFF784;
	font-weight: bold;
}

.drawingList {
	text-align: center;
	list-style-type: none;
	color: #FFF784;
	font-weight: bold;
}

#dropdown {
	background-color: #222222;
	border: solid 1px #333333;
}

#dropdown a {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: solid 1px #333333;
	color: white;
}

#dropdown a:hover {
	background-color: #333333;
	color: white;
}

#mainContent {
}

#mainContent h1 {
	text-align: center;
	font-weight: bold;
}

#mainContent th {
	background-color: #fffddd;
	border-top: solid 1px #d7d28e;
	border-bottom: solid 1px #d7d28e;
}
