* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #669933 url(./common-img/body-bgi.gif) repeat-x scroll left top;
	text-align: center;
	padding: 20px 0px;
}

a {
	color: #669933;
}

a:hover {
	color: #996633;
}

a.infoRoomLink0 {
	color: #339933;
}

a.infoRoomLink0:hover {
	color: #66cc66;
}

a.infoRoomLink1 {
	color: #996633;
}

a.infoRoomLink1:hover {
	color: #cc9966;
}

a.infoRoomLink2 {
	color: #336699;
}

a.infoRoomLink2:hover {
	color: #6699cc;
}

a.infoRoomLink3 {
	color: #666666;
}

a.infoRoomLink3:hover {
	color: #999999;
}

a.infoRoomLink4 {
	color: #cc3333;
}

a.infoRoomLink4:hover {
	color: #ff6666;
}

img {
	border: 0px;
}

.reMove {
	display: block;
	position: absolute;
	left: -9999px;
	text-align: left;
	top: -9999px;
}

.clear {
	clear: both;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
}

.textCenter {
	text-align: center;
}

.textLeft {
	text-align: left;
}

.textRight {
	text-align: right;
}

.goTop {
	color: #669933;
	font-size: 70%;
	line-height: 100%;
	padding: 5px 0px;
	text-align: right;
}

div#pageTop {
	display: block;
	left: -9999px;
	position: absolute;
	text-align: left;
	top: -9999px;
}

div#wrapper {
	background: transparent url(./common-img/wrapper-bgi.gif) repeat-y scroll left top;
	margin: 0px auto;
	text-align: left;
	width: 950px;
}

div#footer {
	background: transparent url(./common-img/footer-bgi.gif) no-repeat scroll left top;
	height: 70px;
	position: relative;
	width: 950px;
}

div#footerNavigation {
	left: 20px;
	position: absolute;
	top: 10px;
}

div#footerNavigation ul li {
	float: left;
	height: 30px;
	list-style-type: none;
	width: 145px;
}

div#footerNavigation ul li#footerNavigationLinks a {
	background: transparent url(./common-img/footer-nav-links.gif) no-repeat scroll 0px 0px;
	display: block;
	height: 30px;
	text-indent: -99999px;
	width: 140px;
}

div#footerNavigation ul li#footerNavigationLinks a:hover {
	background: transparent url(./common-img/footer-nav-links.gif) no-repeat scroll 0px -30px;
}

div#footerNavigation ul li#footerNavigationContact a {
	background: transparent url(./common-img/footer-nav-contact.gif) no-repeat scroll 0px 0px;
	display: block;
	height: 30px;
	text-indent: -99999px;
	width: 140px;
}

div#footerNavigation ul li#footerNavigationContact a:hover {
	background: transparent url(./common-img/footer-nav-contact.gif) no-repeat scroll 0px -30px;
}

div#footerNavigation ul li#footerNavigationAbout a {
	background: transparent url(./common-img/footer-nav-about.gif) no-repeat scroll 0px 0px;
	display: block;
	height: 30px;
	text-indent: -99999px;
	width: 140px;
}

div#footerNavigation ul li#footerNavigationAbout a:hover {
	background: transparent url(./common-img/footer-nav-about.gif) no-repeat scroll 0px -30px;
}

/*--ClearFIX--*/
.clearFix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

.clearFix {
	display: inline-table;
	min-height: 1%;
}

/* Hides from IE-mac \*/
* html .clearFix {
	height: 1%;
}

.clearFix {
	display: block;
}
/* End hide from IE-mac */
