p, .errorMessage, .successMessage, .headerText, .aboutLink, a:link, a:visited {
	margin: 0px;
}

h1 {
	font-family: Verdana, sans-serif;
	color: white;
}

a:link, a:visited {
	color: #4fc9ff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

html {
	margin-left: 5%;
	margin-right: 5%;
}

body {
	position: relative;
	background-color: #404040;
	color: white;
	font-family: Verdana, sans-serif;
	font-size: 10px;
}

.errorMessage {
	color: red;
}

.successMessage {
	color: green;
}

.thumb {
	width: 198px;
	height: 140px;
}

.aboutLink {
	color: #888888;
	cursor: pointer;
	font-size: 12px;
	margin-left: 10px;
}

.header {
	position: relative;
	margin-left: 12px;
	margin-top: 32px;
	height: 124px;
	width: 100%;
	z-index: 0;
}

.headerText {
	color: #f1f1f1;
	text-transform: uppercase;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 20px;
}

#quoteMark {
	text-align: left;
	top: -28px;
	left: -64px;
	position: absolute;
	font-weight: bold;
	font-size: 112px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#quoteAuthor {
	left: 0px;
	bottom: 0px;
	position: absolute;
}

#headerTag {
	bottom: 0px;
	right: 0px;
	position: absolute;
}

.booklets {
	padding-top: 12px;
}

.bookletTable {
	padding: 5px;
}

.bookletDiv {
	margin: 6px;
	height: 200px;
	width: 210px;
	position: relative;
	float: left;
}

.absContainer {
	padding: 6px;
	position: absolute;
}


.bookletInfo {
	padding-top: 12px;
	position: relative;
	display: none;
	background-color: #111;
		
}

input {
	border-style: solid;
	border-color: #666666;
	background-color: #aaaaaa;
	border-width: 2px;
}

