html {
	height: 100%;
	}

body {
	background-color: #311304;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin-top: 0px;
	height: 100%;
}

#container {
	background-image: url(../images/footer-bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	position: relative;
	min-height: 100%;
	}

#contentCell {
	background-image: url(../images/container-bg.jpg);
	background-repeat: repeat-y;
}

#content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #311304;
	background-color: #B1A6A2;
	line-height: 23px;
	padding-right: 20px;
}

* html #container {
	height: 100%;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
/*	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	background-position: center;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	border-left-color: #000000;
	border-left-style: none;
	border-left-width: 1px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-top: 10px;  */
	padding-right: 0px;
	padding-bottom: 0px;  
	position: relative;
	margin: -2.5em auto 0 auto;
}

#footerBottomRow {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	}
	
#footer a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	}

#footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9F8475;
	font-weight: bold;
	text-decoration: none;
	}

#footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9F8475;
	font-weight: bold;
	text-decoration: underline;
	}

#footer a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	}

.addressCompanyName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #311304;
	font-weight: bold;
	}
	
.addressDetails {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #311304;
	}

.name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #311304;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 3px;
	text-transform: uppercase;
	}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: normal;
	color: #301504;
}

.speakingYear {
	background-color: #645045;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	}

#disclaimer {
	font-size: 11px;
	text-align: right;
	font-style: italic;
	}
	
#iframeContainer {
	width: 520px;
	height: 825px;
	border: #311304 1px solid;
	background-color: #FFFFFF;
	text-align: center;
	}
	
.regularText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #311304;
	background-color: #B1A6A2;
	line-height: 23px;
}