body {
	background-image: url(../images/lines.gif);
	background-repeat: repeat;
	margin: 0px;
	background-position: center center;
}
.header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.navbar {
	background-image: url(../images/navbar.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.contentarea {
	background-image: url(../images/contentarea.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.napkin_text {
	font-family: "Lucida Grande", Helvetica, Arial;
	font-size: 12px;
	color: #4A7212;
	text-decoration: none;
	text-transform: capitalize;
}
.nav {
	font-family: "Lucida Grande", Helvetica, Arial;
	font-size: 10px;
	font-weight: bold;
	text-transform: capitalize;
	color: #E20A16;
	text-decoration: none;
}
a.nav:link {
	font-family: "Lucida Grande", Helvetica, Arial;
	font-size: 10px;
	font-weight: bold;
	text-transform: capitalize;
	color: #E20A16;
	text-decoration: none;
}
a.nav:visited {
	font-family: "Lucida Grande", Helvetica, Arial;
	font-size: 10px;
	font-weight: bold;
	text-transform: capitalize;
	color: #E20A16;
	text-decoration: none;
}
a.nav:hover {
	font-family: "Lucida Grande", Helvetica, Arial;
	font-size: 10px;
	font-weight: bold;
	text-transform: capitalize;
	color: #E20A16;
	text-decoration: underline;
}
