body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
}
#main #footer #footerMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	position: absolute;
	width: 900px;
	left: 0px;
	top: 75px;
}

#main #content {
	background-color: #CCCCCC;
	height: 700px;
	width: 900px;
	position: absolute;
	top: 200px;
	left: 0px;
	visibility: visible;
	z-index: 1;
}

#main {
	height: 950px;
	width: 900px;
	margin-left:50%;
	left:-450px;
	overflow: visible;
	position: relative;
	visibility: visible;
	z-index: auto;
}
#main #header {
	height: 300px;
	width: 900px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index:10;
}
#main #footer {
	float: left;
	height: 110px;
	width: 900px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-image: url(../images/bottom.png);
	z-index: 3;
}
#main #footer #footerMenu a {
	color: #FFFFFF;
	text-decoration: none;
}

#main #footer #footerMenu a:hover {
	color: #AC7901;
	text-decoration: none;
}
.imageCaption {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #1566C8;
}
.tip {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	line-height: normal;
	text-align: center;
}
.captionText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
}
.bodyText a {
	color: #666666;
	text-decoration: none;
}
.bodyText a:hover {
	color: #0066FF;
}
.captionTextBig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.captionTextBig a {
	color: #CCCCCC;
	text-decoration: none;
}
.captionTextBig a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#imageHolder {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
#imageHolder td, #imageHolder tr, #imageHolder img {
	width:144px;
	height:144px;
}
