* {
	/*margin: 0px;
	padding: 0px; */
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
html{
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #660000;
}
.holder {
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.holderTable {
	height: 100%;
	width: 760px;
	margin: 0px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}
.holderTableShadowleft {
	width: 20px;
	background-image: url(images/holderTableShadowLeft.jpg);
	background-repeat: repeat-y;
}
.holderTableContentarea {
	width: 720px;
	height: 100%;
	background-image: url(images/holderTableContentArea.gif);
	background-repeat: repeat-y;
}
.holderTableShadowright {
	width: 20px;
	background-image: url(images/holderTableShadowRight.jpg);
	background-repeat: repeat-y;
}
.headerTable {
	height: 155px;
	width: 720px;
}
.headerTableSpacer {
	height: 35px;
}
.headerTableLogo {
	height: 100px;
	background-color: #F4E4C2;
}
.headerTableLogoLine {
	height: 20px;
	background-color: #CE773E;
}

.contentTable {
	width: 720px;
}
.contentTableLeft {
	background-color: #847764;
	width: 180px;
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
	padding-left:0px;
	font-size: 2px;
}
.contentTableRight {
	background-color: #685C4C;
	width: 540px;
	text-align: center;
	vertical-align: top;
	font-weight: bold;
	color: #FFFFFF;
}
.contentTableRightTextArea {
	border: 1px solid #574D3F;
	background-color: #FFFFFF;
	width: 530px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-align: center;
	vertical-align: top;
}
.contentTableRightSlogan {
	background-color: #2D2D2D;
	width: 540px;
	text-align: center;
	vertical-align: top;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
}
.contentTableRightTextAreaText {
	background-color: #FFFFFF;
	width: 520px;
	text-align: left;
	vertical-align: top;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.contentTableRightTextAreaText p{
	margin: 0px;
	padding: 0px;
}
.currentlyAvailableImage{
	margin-right: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}