@charset "UTF-8";
/* CSS Document */
#copy  {
	color: #353100;
	font-size: 90%;
	line-height: 150%;
}
#container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width:1000px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	visibility: visible;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	height: 800px;
	background-color: #AC9D4F;
	z-index: 1;
}
#main {
	position:absolute;
	left:0px;
	top:229px;
	width:1000px;
	background-color: #AC9D4F;
	z-index:3;
	visibility: visible;
	height: 600px;
}
#foot {
	width:1000px;
	background-color: #567CC3;
	left: 0px;
	top: 828px;
	position: absolute;
	visibility: visible;
}
/**************************************** COLRIGHT */

#colRight {
	position:absolute;
	width:680px;
	float: right;
	visibility: visible;
	right: 0px;
	top: 20px;
	padding-right: 10px;
}
/**************************************** MAIN  LEFT */
#mainLeft {
	height: auto;
	margin-left: 0px;
	position: relative;
	top: 20px;
	z-index: 20;
	visibility: visible;
	width: 290px;
}
#mainLeft h1 {
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
} 
#mainLeft h2 {
	color: #353100;
	font-size: 90%;
	line-height: 150%;
	padding-left: 10px;
	font-weight: normal;
}
#mainLeft h3 {
	font-size: 100%;
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 10px;
}
#mainLeft p {
	color: #353100;
	font-size: 90%;
	line-height: 150%;
	padding-left: 10px;
}
#mainLeft #footnote {
	font-size: 80%;
	color: #353100;
	padding-right: 5px;
	padding-left: 10px;
	padding-top: 50px;
}
#mainLeft #footnote a {
	color: #990000;
}

#mainLeft a {
	text-decoration: none;
	color: #990000;
}
#mainLeft a:hover, {
	color: #FDFEBD;
	text-decoration: none;
	font-weight: normal;
}

#mainLeft #BigLinkVillas{
	height: 111px;
	width: 250px;
	margin-left: 10px;
	margin-top: 10px;
}
#mainLeft #BigLinkVillas {
	background-image: url(../imagesIndex/SpritesMaster.png);
	background-position: -355px 0px;
}
#mainLeft   #BigLinkVillas:hover   {
	background-image: url(../imagesIndex/SpritesMaster.png);
	background-position: -355px -115px;
}
