@charset "utf-8";
/* CSS Document */

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

body
{
	background-color: #EBFDE8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.bodyText
{
	font-size: 12px;
	color: #8b8c8b;
	font-weight:bold;
}

.bodyTextPrice
{
	font-size: 12px;
	color: #1d9508;
	font-weight:bold;
}

.bodyTextHighlight
{
	color: #434443;
	font-size: 14px;
	font-weight:bold;
}

.bodyTextExtra
{
	color: #1d9508;
	font-size: 14px;
	text-align: center;
	font-weight:bold;
}
.SubHead
{
	color: #1d9508;
	font-size: 16px;
	text-align: left;
	font-weight:bold;

}

.Title
{
	color: #1d9508;
	font-size: 24px;
	font-weight: bolder;
	font-style: italic;
}

#villaBody
{
	width: 768px;
	margin: 5px auto 5px auto;
}

.images
{
	float: right;
	height: 310px;
	width: 245px;

}

.bigPic
{
	height: 180px;
	width: 240px;
	border:2px solid #32B519;

}

.pic
{
	border:2px solid #32B519;

}

.ourHomeRoom
{
	height: 240px;
}

.smallPic
{
	height: 53px;
	width: 70px;
	border: 2px solid #32B519;
}

#footerDiv
{
	width:100%;
	height:20px;
	background-color:#36c31d;

}

.padder
{
	height:5px;
}

img
{
	border:none;
}

table.prices {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
		border-collapse: collapse;
	margin-left:auto;
	margin-right:auto;
}
table.prices th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;

	-moz-border-radius: 0px 0px 0px 0px;
}
table.prices td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;

	-moz-border-radius: 0px 0px 0px 0px;
}