@charset "utf-8";
/* Arturo's Pizza Kitchen */

body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	background-image: url(images/page_background.jpg);
	background-repeat: repeat-y;
	background-position: 50% 50%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
}

a {
	color: #4fb414;
	text-decoration: none;
}

a img {
	border-style: none;
}

h1 {
	font-size: 18pt;
	font-weight: normal;
}

h2 {
	font-size: 14pt;
	font-weight: normal;
	font-style: italic;
}

#page_wrapper {
	width: 820px;
	margin: 0px auto;
}

#page_header {
}

#page_body {
	background-image: url(images/body_background.jpg);
	background-repeat: repeat-y;
}

#page_body_top {
	width: 820px;
	height: 25px;
	clear: both;
	background-image: url(images/body_top.jpg);
	background-repeat: no-repeat;
}

#page_body_bottom {
	width: 820px;
	height: 30px;
	clear: both;
	background-image: url(images/body_bottom.jpg);
	background-repeat: no-repeat;
}

#page_navigation {
	width: 173px;
	float: left;
	margin-left: 25px;
	border-collapse: collapse;
	table-layout: fixed;
}

#page_navigation td {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}

#page_contents {
	width: 560px;
	float: right;
	margin-right: 30px;
}

#page_footer {
	text-align: center;
	color: white;
	width: 820px;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}
