/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	background-color:#e3ded8;
}

img {
	border:none;
}

a {
	color:white;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#wrapper {
	position:relative;
	width:995px;
	height:100%;
	margin:0;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
}

#bigImage_1 {
	position:absolute;
	left:0;
	top:0;
	height:620px;
	width:995px;
	background-image:url(images/work-2.jpg);
        filter:alpha(opacity=0);
        -moz-opacity:0;
        opacity: 0;
}
#bigImage_2 {
	position:absolute;
	left:0;
	top:0;
	height:620px;
	width:995px;
	background-image:url(images/play-2.jpg);
        filter:alpha(opacity=0);
        -moz-opacity:0;
        opacity: 0;
}
#bigImage_3 {
	position:absolute;
	left:0;
	top:0;
	height:620px;
	width:995px;
	background-image:url(images/shop-2.jpg);
        filter:alpha(opacity=0);
        -moz-opacity:0;
        opacity: 0;
}
#bigImage_4 {
	position:absolute;
	left:0;
	top:0;
	height:620px;
	width:995px;
	background-image:url(images/dine-2.jpg);
        filter:alpha(opacity=0);
        -moz-opacity:0;
        opacity: 0;
}
#bigImage_5 {
	position:absolute;
	left:0;
	top:0;
	height:620px;
	width:995px;
	background-image:url(images/live-2.jpg);
        filter:alpha(opacity=0);
        -moz-opacity:0;
        opacity: 0;
}
#bigImage_6 {
	position:absolute;
	left:0;
	top:0;
	height:620px;
	width:995px;
	background-image:url(images/library.jpg);
        filter:alpha(opacity=0);
        -moz-opacity:0;
        opacity: 0;
}
#bigImage_7 {
	position:absolute;
	left:0;
	top:0;
	height:620px;
	width:995px;
	background-image:url(images/fountain.jpg);
        filter:alpha(opacity=0);
        -moz-opacity:0;
        opacity: 0;
}

#BarkleyVillageHeadline {
	z-index:100;
	height:20px;
	width:140px;
	position:absolute;
	left:432px;
	top:192px;
}

#BarkleyCompanyHeadline {
	z-index:100;
	height:20px;
	width:175px;
	position:absolute;
	left:672px;
	top:192px;
}

#villageLinks {
	position:absolute;
	left:435px;
	top:220px;
	z-index:10;
	line-height:120%;
}

#companyLinks {
	position:absolute;
	left:675px;
	top:220px;
	z-index:10;
	line-height:120%;
}

#newsBox {
	position:absolute;
	left:435px;
	top:428px;
	z-index:10;
}

#newsBox a {
	color:#666666;
	font-size:13px;
}

#footer {
	position:relative;
	width:995px;
	height:30px;
	margin:0;
	padding:0;
	margin-left:auto;
	margin-right:auto;
/*	margin-top:640px; */
	padding-top:640px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:right;
	color:#53534A;
}
#footer a {
	color:#53534A;
}