/* OVERALL ------------------------------------------------> */
body {
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #adb1a4;
}

.clear {
	clear: both;
}

a img {
	border: 0;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 1.3em;
	font-weight: bold;
	color: #6e7e5e;
}

h2 {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: bold;
	color: #5a6774;
}

p {
	margin: 0;
	padding: 10px 0 10px 0;
}

div#wrapper {
	width: 773px;
	margin: 0px auto;
	text-align: left;
}

.note {
	font-size: .95em;
	font-style: italic;
}
/* END OVERALL ------------------------------------------------> */




/* HEADER ------------------------------------------------> */
div#header {
	width: 773px;
	height: 98px;
	margin: 10px 0 0 0;
	background: url(../img/header.jpg) no-repeat;
}
/* END HEADER ------------------------------------------------> */




/* CONTENT AREA ------------------------------------------------> */
div#contentArea {
	margin: 0;
	padding: 10px 0 0 0;
	background: url(../img/background_tile.jpg) repeat-y;
}

.backgroundHouse {
	background-image: url(../img/background_photo.jpg);
	background-repeat:  no-repeat;
	background-position: 4px 0px;
}


/* LEFT CONTENT */
div#leftContent {
	float: left;
	width: 230px;
	margin: 0;
	padding: 335px 0 0 18px;
	font-size: .9em;
}

div#leftContent p {
	margin: 0;
	padding: 4px 0 4px 0;
}
/* END LEFT CONTENT */


/* MAIN MENU LIST */
ul.mainMenu {
	width: 484px;
	margin: 0;
	padding: 0 0 0 7px;
	list-style: none;
}

ul.mainMenu a {
	text-decoration: none;
}

li.menuItemSelect {
	display: inline;
	margin: 0 3px 0 3px;
	padding: 0 0 0 15px;
	background: #986f58 url(../img/menuSelect_leftcorner.gif) top left no-repeat;
}

li.menuItemSelect a {
	margin: 0;
	padding: 0 15px 0 0;
	color: #fff;
	background: url(../img/menuSelect_rightcorner.gif) top right no-repeat;
}

li.menuItem {
	display: inline;
	margin: 0 3px 0 3px;
	padding: 0 0 0 15px;
	background: #a9b1a0 url(../img/menu_leftcorner.gif) top left no-repeat;
}

li.menuItem a {
	margin: 0;
	padding: 0 15px 0 0;
	color: #fff;
	background: url(../img/menu_rightcorner.gif) top right no-repeat;
}
/* END MAIN MENU LIST*/


/* MAIN CONTENT */
div#mainContent {
	float: right;
	width: 484px;
	margin: 0 24px 0 0;
	padding: 0;
}

.mainContentTop {
	height: 13px;
	background: url(../img/content_top.gif) no-repeat;
}

.mainContentArea {
	padding: 0 20px 0 20px;
	background: #ffffff;
}

.mainContentBottom {
	height: 12px;
	background: url(../img/content_bottom.gif) no-repeat;
}

/* END MAIN CONTENT */


/* CONTENT CURVE */
div#contentCurve {
	clear: both;
	width: 773px;
	height: 18px;
	background: url(../img/footercurve.jpg) no-repeat;
}
/* END CONTENT CURVE */
/* END CONTENT AREA ------------------------------------------------> */




/* FOOTER ------------------------------------------------> */
div#footer {
	margin: 0;
	padding: 5px 0 0 0;
	color: #5e4535;
	font-size: .9em;
	text-align: center;
}

div#footer a {
	text-decoration: none;
	color: #5e4535;
}

div#footer a:hover {
	text-decoration: underline;
}

.copyright {
	display: block;
	margin: 0;
	padding: 4px 0 0 0;
	font-size: .9em;
}
/* END FOOTER ------------------------------------------------> */
