@charset "utf-8";
/* Core CSS document for Kyela Resort Website */

body {
	color: #000000;
	background-color: #FFFFFF;
	font-size: x-small;
	font-weight: normal;
	background: url(images/bodyback.gif) top repeat-x;
}
#wrapper {
	margin: 0 auto;
	width: 760px;
	height: auto;
}
#brand {
	width: 665px;
	height: 140px;
	margin-left: 95px;
	text-align: right;
	background-image: url(images/brandback.jpg);
}
#mainNav {
	width: 660px;
	height: 35px;
	margin-bottom: 2px;
	margin-left: 95px;
	text-align: center;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #99CC00;
}
#sideBar {
	width: 95px;
	height: 400px;
	float: left;
	background: url(images/sideback.gif) no-repeat;
}
#contents {
	width: 421px;
	height: 382px;
	float: left;
	padding: 8px;
	text-align: justify;
	background-color: #E0F0D0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #99CC00;
}
#contents img {
	float: left;
}
#photos {
	overflow: auto;
	clear: both;
}
#photos img {
	float: left;
	padding: 4px;
}
#inner {
	width: 421px;
	height: 242px;
}
#animation {
	width: 421px;
	height: 140px;
	float: left;
	text-align: center;
	border: 1px solid #999999;
}
#pics {
	width: 217px;
	height: 400px;
	float: right;
	text-align: center;
	background-color: #E0F0D0;
	border: 1px solid #99CC00;
}
#lowerBar {
	width: 645px;
	height: 40px;
	clear: both;
	color: #B7B7B7;
	margin-left: 95px;
	background: url(images/lowerback.gif) no-repeat;
	padding-left: 20px;
	padding-top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#lowerBar a:link,a:activated {
	color: #99CC66;
	text-decoration: none;
}
#lowerBar a:hover,a:active {
	color: #FF0000;
	text-decoration: underline;
}