body
{
	font-family:Arial, Helvetica, sans-serif;
	color:#322d33;
	background-color:#963f6a;
	font-size:12px;
	background-image:url(../images/site-bg-tile.jpg);
	background-repeat:repeat-x;
	margin:0px;
	text-align:justify;
	letter-spacing:1px;
	line-height:24px;
	word-spacing:2px;
	
}


a
{
	color:#7a2473;
	font-weight:bold;
}

a:hover
{
	color:#963f6a;
}

div#site-wrapper
{
	margin-left:auto;
	margin-right:auto;
	width:800px;
	text-align:left;
}

div#menu-wrapper
{
	position:relative;
	top:22px;
	float:right;
}

div#content-wrapper
{
	width:100%;
	background-color:#FFFFFF;
	background-image:url(../images/content-bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

div#content
{
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:5px;
}

div#header-bar
{
	background-image:url(../images/header-bar-tile.jpg);
	background-repeat:repeat-x;
	height:20px;
	width:100%;
}

div#logo
{
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	height:46px;
	width:115px;
	float:left;
}

div#main-image
{
	background-image:url(../images/main.jpg);
	background-repeat:no-repeat;
	height:232px;
	width:800px;
	margin-top:1px;
	margin-bottom:2px;
}

div#twin-bedroom-image
{
	background-image:url(../images/twin-bedroom.jpg);
	background-repeat:no-repeat;
	height:188px;
	width:233px;
}

div#living-room-image
{
	background-image:url(../images/living-room.jpg);
	background-repeat:no-repeat;
	height:188px;
	width:233px;
}

div#building-front-image
{
	background-image:url(../images/building-front.jpg);
	background-repeat:no-repeat;
	height:188px;
	width:233px;
}

div#pool-image
{
	background-image:url(../images/pool.jpg);
	background-repeat:no-repeat;
	height:188px;
	width:233px;
}

div#pool-view-image
{
	background-image:url(../images/pool-view.jpg);
	background-repeat:no-repeat;
	height:188px;
	width:233px;
}

input.button
{
	background-image:url(../images/button-bg-tile.jpg);
	background-repeat:repeat-x;
	height:40px;
	width:100%;
	color:#FFFFFF;
	border-color:#322d33;
	border-style:solid;
	border-width:1px;
}

div#menu
{
	font-size:11px;
	text-align:center;
	font-weight:bold;
}

div#menu A 
{
	color:#FFFFFF;
	text-decoration:none;
}

div#menu A:hover 
{
	color:#694966;
	text-decoration:none;
}

/* TEXT */
div.content-title
{
	background-image:url(../images/content-title-bg-tile.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	font-size:18px;
	width:100%;
	height:30px;
	position:relative;
	top:5px;
	letter-spacing:2px;
	margin-bottom:20px
}

div.content-sub-title
{
	color:#7a2473;
	font-size:14px;
	font-weight:bold;
	letter-spacing:2px;
}

span.asterisk
{
	color:#FF0000;
	font-weight:bold;
	font-size:22px;
}

div#copyright
{
	width:100%;
	color:#d9b0a5;
	font-size:11px;
	text-align:center;
}

span.menu-item-separator
{
	color:#322d33;
	margin-left:15px;
	margin-right:15px;
	font-size:14px;
}

div.spacer
{
	padding:2.5px;
}

div.break
{
	clear:both;
}

.text-format
{
	text-align:justify;
}

