body
{
	background: black;
	font-family: sans-serif;
	text-align: center;
}

#content
{
	background: white;
	color: black;
	width: 755px;
	height: 700px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	border: 3px #1F1F86 solid;
}

#innercontent
{
	width: 750px;
	height: 695px;
	border: 3px black solid;
}

#title
{
	width: 745px;
	height: 100px;
	background: url(images/titlebg.jpg);
}

#names
{
	font-size: 22pt;
	font-family: "Californian FB", Arial, "Times New Roman";
	color: white;
	text-align: left;
	padding-left: 110px;
	padding-top: 20px;
}

#menu
{
	width: 115px;
	height: 585px;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 10px;
	font-size: 10pt;
}

#footer
{
	width: 115px;
	font-size: 7pt;
	font-weight: bold;
	color: #102b69;
	padding-top: 10px
}

#contentbox
{
	width: 590px;
	height: 595px;
	text-align: left;
	font-size: 10pt;
	overflow: auto;
	padding-left: 5px;
	padding-right: 15px;
}

#poem
{
	font-size: 8pt;
	text-align: center;
}

#receptiondetails
{
	font-size: 9pt;
}

p
{
	font-size: 10pt;
}

img
{
	text-align: center;
}

h1
{
	font-size: 14pt;
}

h2
{
	font-size: 10pt;
}

a, a:link, a:visited, a:active, a:hover
{
	text-decoration: none;
	font-weight: bold;
	color: #049cf3;
}