/* CSS Document */

/* Layout */

body {
	text-align:center;
	margin:0 auto;
	background-image:url(../images/layout/bkg.jpg);
	background-repeat:repeat;
}

#wrapper {
	text-align:center;
	margin:0 auto;
	width:750px;
	border:none;
}

#header {
	margin:0 auto;
	width:706px;
	height:253px;
	background-image:url(../images/layout/top.jpg);
	background-repeat:no-repeat;
	border:none;
	}

#content {
	margin:0 auto;
	width:706px;
	background-image:url(../images/layout/content.jpg);
	background-repeat:repeat-y;
	text-align:center;
	border:none;
}

#menuwrapper {
	margin:0 auto;
	padding:0;
	width:698px;
	background:#FFFFFF;
	border-bottom:#000000 1px solid;
	}

#menu {
	margin:0 auto;
	text-align:left;
	background:#FFFFFF;
	}

#main {
	margin:0 auto;
	text-align:center;
	padding:0;
	width:684px;

	}

#main::after {
	display: block;
	content: "";
	clear: both;
}
.billboard {
	margin: 0 -8px;
	border: 1px solid #000;
	border-width: 0 1px 1px;
}
.billboard img {
	display: block;
	max-width: 100%;
	width: 100%;
}

#bottomwrapper {
	clear:both;
	margin:0 auto;
	text-align:center;
	width:706px;
	background-image:url(../images/layout/bottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	}

#bottom {
	text-align:center;
	width:700px;
	margin-left:3px;
	border-top:#000 1px solid;
	}

#left {
	float:left;
	text-align:left;
	width:420px;
	margin-left:5px;
	padding:25px;
	border-right:#000 1px solid;
	}

#right {
	float:right;
	text-align:center;
	width:160px;
	padding:25px;
	}

#one {
	float:left;
	text-align:center;
	margin-left:5px;
	}

#two {
	float:right;
	text-align:left;
	}

.nav {
  float: left;
  padding:0.5em;
  }

.book {
	width:90px;
	padding:0px;
	margin:0 auto;
	border:#000 1px solid;
	}

.rick {
	padding:25px;
	margin:0px;
	text-align:left;
	}

.purchase {
	text-align:center;
	padding:0.5em;
	padding-bottom:0px;
	margin:0px;
	}

p {
	padding:0px;
	margin:auto 0px;
	}

.sum {
	padding:25px;
	margin:0px;
	text-align:justify;
	}

.other {
	padding:25px;
	margin:0px;
	text-align:center;
	}

.rules {
	font-size:12px;
	text-align:left;
	}

/* Fonts */

.nav a:link{
	border:none;
	text-decoration:none;
	}

.nav a:visited{
	border:none;
	text-decoration:none;
	}

.nav a:hover{
	border:none;
	text-decoration:none;
	}

img {
	border:none;
}

.other a:link {
	color:#000;
	text-decoration:none;
	}

.other a:visited {
	color:#000;
	text-decoration:none;
	}

.other a:active {
	color:#000;
	text-decoration:none;
	}

.other a:hover {
	color:#000;
	text-decoration:none;
	border-bottom:#000 1px dotted;
	}

#menu {
	margin:0 auto;
	padding:0.5em;
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	background-color:#FFF;
	color:#000;
	}

#menu a:link {
	background-color:#FFF;
	color:#000;
	text-decoration:none;
	}

#menu a:visited {
	background-color:#FFF;
	color:#000;
	text-decoration:none;
	}

#menu a:active {
	background-color:#FFF;
	color:#000;
	text-decoration:none;
	}

#menu a:hover {
	background-color:#FFF;
	color:#000;
	text-decoration:none;
	border-bottom:#000 1px dotted;
	}

#right a:link {
	color:#000;
	text-decoration:none;
	}

#right a:visited {
	color:#000;
	text-decoration:none;
	}

#right a:active {
	color:#000;
	text-decoration:none;
	}

#right a:hover {
	color:#000;
	text-decoration:none;
	border-bottom:#000 1px dotted;
	}

#bottom {
	height:40px;
	padding-top:0.5em;
	font-family:Helvetica, Arial, sans-serif;
	font-size:10px;
	color:#666666;
	}

#bottom a:link {
	color:#666666;
	text-decoration:none;
	border:none;
	}

#bottom a:visited {
	color:#666666;
	text-decoration:none;
	border:none;
	}

#bottom a:active {
	color:#666666;
	text-decoration:none;
	border:none;
	}

#bottom a:hover {
	color:#666666;
	text-decoration:none;
	border-bottom:#666666 1px dotted;
	}

.h1 {
	color:#000;
	font-family:Helvetica, Arial, sans-serif;
	font-size:24px;
	width:350px;
	border-bottom:#000 10px solid;
	}

p {
	color:#000;
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	}

.h2 {
	color:#990000;
	margin:0px;
	margin-top:0.5em;
	padding:0px;
	text-align:left;
	}

.side {
	margin:0px;
	padding-left:0.5em;
	padding-top:0px;
	text-align:left;
	}
.poem .h1 {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.poem p {
	line-height: 1.5;
}
.poem p + p {
	margin-top: 20px;
}
.poem * + h1 {
	margin-top: 40px;
}
.byline {
	color: #909090;
}
.h1 + .byline {
	margin-top: 2px;
}
#main.poem {
	padding-bottom: 40px;
}
.mb-0 {
	margin-bottom: 0;
}