body {
	font-family: Verdana; 
	background-image:url(images/header.png), url(images/topborder.png), url(images/headerbg.png), url(images/background.jpg);
	background-position: 40% 90px, center top, center top, center top; /* Slightly off center the name logo */
	background-repeat: no-repeat, repeat-x, no-repeat, repeat;
}

/* Consolidating common declarations */
p, li, h4, td {
	color: #3c3c3c;
}

p, li, td {
	letter-spacing: -0.5px;
}

h1, h2, h3 {
	color: #444;
	letter-spacing: -1.5px;
}

p, li {
	font-size: 16px;
}

p, td {
	text-align: justify;
}

p {
	line-height: 24px;
}

a {
	color: #ff1a68;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Push lists towards the center of the screen for readability.
Ordered lists not used, added just in case. */
ul, ol {
	padding-left: 100px;
}

h1 {
	font-size: 26px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

/* Image caption text */
h4 {
	font-weight: normal;
	padding: 0px 100px 0px 100px;
	font-size: 14px;
	text-align: center;
}

td, th {
	padding: 0px 10px 0px 10px;
	font-size: 13px;
}

iframe {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.content, .welcome, .essay {
	padding: 1px 30px 100px 30px;
	background-color: #fff;
	border-bottom: solid 10px #4b4b4b;
	position: relative;
	top: 215px;
	margin-right: auto;
	margin-left: auto;
	max-width: 80%;
	width: 740px;
}

.content img, .essay img {
	display: block; /* Change to block type element so margin properties affect images */
	margin-right: auto;
	margin-left: auto;
	max-width: 100%; 
}

.content table, .welcome table, .essay table {
	margin-left: auto; 
	margin-right: auto;
	text-align: center;
}

.welcome table td {
	border-bottom: solid 1px #cdcdcd;
	padding: 10px;
}

.welcome td a {
	display: block; /* Change to block type element so links are affected by text-align */
	font-weight: bold;
	font-size: 18px;
	text-align: right;
}

.essay p {
	text-indent: 50px;
}

.menu {
	overflow: hidden;
	position: relative;
	top: 15px;
	margin-right: auto;
	margin-left: auto;
	max-width: 80%;
	width: 800px;
	text-align: center;
}

.menu a {
	padding: 0px 8px 0px 8px;
}
