html {
	background-image: url('../images/Background2.png');
	background-repeat: repeat-x;
	background-color: #163613;
}
body, th, td, input, textarea, select, option {
	font-family: Calibri, "Trebuchet MS", "Times New Roman", Arial, Times, serif;
	color: #404040;
}
body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	text-align: justify;
}
h1, h2, h3 {
	font-family: Calibri, Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #7d857a;
}
h1 {
	letter-spacing: -2px;
	font-size: 3em;
}
h2 {
	letter-spacing: -1px;
	padding: 0px 5px 5px 0px;
	font-size: 26px;
	border-bottom: 2px #656a63 solid;
	margin-right: 20px;
}	
}
h3 {
	font-size: 1em;
}
p, ul, ol {
	line-height: 150%;
}
img {
	margin:0;
	padding:0;
	border:0;
}
blockquote {
	margin: 15px 0px;
	padding: 5px 7px 5px 10px;
	font-weight: normal;
	font-size: 17px;
	line-height: 1.6em;
	font-style: italic;
	font-family: Calibri, Georgia, 'Times New Roman', Times, serif;
	color: #404040;
	border: 1px solid #E3D1BA;
	background: #F5EFE9;
}
blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}
a {
	color: #404040;
}
a:hover {
	color: #808060;
}
hr {
	display: none;
}
#wrapper {
	width: 100%;
	margin: auto;
	padding: 0;
}
/* Page Header*/

#pageHeader {
	width: 1200px;
	margin: auto;
	overflow: auto;
}
#headerImage {
	background: url('../images/LunaBackground.png');
	background-repeat: no-repeat;
	background-position: left left;
	margin: 0;
	overflow: auto;
	height: 175px;
	float: left;
	width: 650px;
}
#headerSidebar {
	background-image: url('../images/MenuBar.png');
	background-repeat: no-repeat;
	background-position: right right;
	margin: 0;
	height: 250px;
	float: right;
	width: 290px;
}
/* Page Content*/
#pageContentHeader {
	background-image: url(../images/PageContentHeader.png);
	width: 800px;
	margin: auto;
	height: 35px;
}
#page {
	width: 800px;
	height: 1%;
	margin: auto;
	overflow: auto;
	background-image: url(../images/PageContent.png);
}
#pageContentFooter {
	width: 800px;
	height: 35px;
	margin: auto;
	background-image: url(../images/PageContentFooter.png);
}
/* Content */
#content {
	float: left;
	width: 540px;
	margin: 0;
	margin-left: 10px;
	color: #404040;
}
#sidebar {
	float: right;
	width: 225px;
	margin: 0;
	margin-right: 18px;
	color: #2f312f;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar li {
	margin: 0;
	padding: 0;
	font-weight: bolder;
}
#sidebar li ul {
	margin: 0 0 20px 0px;
	padding: 0;
}
#sidebar li li {
	margin: 0 0 15px 0;
	border-bottom: 1px #cbc3c3 solid;
}
#sidebar a {
	text-decoration: none;
	font-weight: normal;
	color: #727c6d;
}
#sidebar a:hover {
	text-decoration: underline;
}
/* Footer */

#footer {
	width: 800px;
	margin: 0 auto;
	height: 30px;
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-bottom: 20px;
}
#footer p {
	padding-top: 7px;
}
#footer p a {
	color: #CFBAA1;
}
.colDescription {
	padding-right: 50px;
	width: 150px;
}
.colDescription div {
	font-size: smaller;
}
.colPizzaHeader {
	width: 70px;
	font-weight: bold;
}
.tableHeaderRow {
	border-top: 0px;
}
.menuTable {
	width: 100%;
	border-spacing: 0;
	border-collapse:collapse;
}

table.menuTable tr td{
	padding-top: 4px;
	padding-bottom: 4px;
}

.menuTable tr.alternateColour {
	background-color: #c7c7a5;
}
.colPizzaPrice {
	width: 40px;
}

.title a {
	text-decoration: none;
	color: #B29269;
}
.pagetitle {
}
.byline {
	margin: -25px 20px 0 0px;
	color: #808060;
}
.meta {
	text-align: left;
	color: #808060;
	padding: 5px 20px 5px 20px;
	font-family: Calibri, Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin-right: 20px;
	border: 1px solid #E3D1BA;
	background: #F5EFE9;
}
.meta .more {
}
.meta .comments {
}
.meta a {
	color: #B29269;
}
.navigation {
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.posts {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}
.posts li {
}
.posts h3 {
	margin: 0;
	font-weight: bold;
}
.posts p {
	margin: 0;
	line-height: normal;
}
.posts a {
}
.entry {
	margin: 0;
	padding: 5px 20px 5px 0px;
}
.last {
	border: none;
}

