@CHARSET "UTF-8";

body {
	margin: 0 auto;
	text-align: justify;
	background-color: #fff2cc; 
}

body, table, input  {
	font-size: 13px;
	font-family: Tahoma, Lucida, Bitstream Vera Sans, Sans Serif;
}

body, div, p, td, th {
	text-align: justify;
}

table {
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

td {
	vertical-align: top;
	padding: 0;
}

form {
	margin: 0;
}

img {
	border: 0 none;
}

a, .a {
	text-decoration: none;
	color: #495a76;
}

p a:hover, .a:hover {
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Trebuchet MS, Bitstream Vera Serif, Sans Serif;
	font-weight: bold;
}

div.text p {
	text-indent: 50px;
	line-height: 140%;
}

.center {
	margin-left: auto;
	margin-right: auto;
}



/* Layout */

#lay_top {
	background-image: url('/img/bonadea/lay_top_side.jpg');
	height: 155px;
	width: 100%;
}

#lay_top_logo {
	text-align: center; /* IE6 */
}

#lay_top_navigation {
	height: 100px;
	width: 930px;
	margin: 0 auto;
}

#lay_top_navigation div {
	margin: 10px;
}

#lay_top_home {
	float: left;
}

#lay_top_jameswellington, #lay_top_martinandmoore {
	float: right;
}

/* Top menu links */

#lay_top_links {
	margin: 0 auto;
	text-align: center;
	width: 582px;
	padding-top: 30px;
}

#lay_top_links li {
	display: block;
	float: left;
	width: 90px;
	height: 20px;
	padding-bottom: 2px;
}

#lay_top_links li.small {
	background-image: url('/img/jameswellington/lay_top_link.png');
	width: 22px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: 0px 6px;
}

#lay_top_links li a {
	color: #968369;
	font-size: 15px;
	font-weight: bold;
}

#lay_top_links li a:hover {
	border: 0;
}

#lay_top_links li a:hover {
	color: #bd3838;
}

/* Middle */

#lay_middle {
	background-image: url('/img/bonadea/lay_middle_side.jpg');
	background-repeat: repeat-x;
	text-align: center; /* IE6 */
}

#lay_header {
	margin-bottom: 30px;
}

#lay_header_dot {
	float: left;
	margin-right: 21px;
	margin-top: 5px;
}

#lay_header h1 {
	font-size: 18px;
	text-align: left;
	color: #968369;
	padding-top: 10px;
}

.lay_content {
	width: 930px;
	margin: 0 auto;
	background-color: #fcf3d9;
	padding: 0 20px;
}

#lay_gallery_header {
	height: 70px;
}

#lay_content_line {
	width: 135px;
	height: 9px;
	background-image: url('/img/bonadea/lay_content_line.png');
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding-bottom: 30px;
}

#lay_gallery {
	height: 185px;
	background-image: url('/img/bonadea/lay_bottom_side.jpg');
	text-align: center; /* IE6 */
	clear: both;
}

#lay_gallery_box {
	/*width: 783px;*/
	width: 789px;
	margin: 0 auto;
	padding-top: 20px;
}

#lay_gallery_box_left {
	width: 11px;
	height: 48px;
	background-image: url('/img/bonadea/lay_gallery_box_left.png');
	background-repeat: no-repeat;
	margin-top: 63px;
	float: left;
}

#lay_gallery_box_right {
	width: 11px;
	height: 48px;
	background-image: url('/img/bonadea/lay_gallery_box_right.png');
	background-repeat: no-repeat;
	margin-top: 63px;
	float: right;
}

#lay_gallery_box_left:hover {
	background-image: url('/img/bonadea/lay_gallery_box_left_hover.png');
}

#lay_gallery_box_right:hover {
	background-image: url('/img/bonadea/lay_gallery_box_right_hover.png');
}

/* Footer */

#lay_footer {
	background-color: #f5dfb4;
	text-align: center;
	color: #968369;
	padding-top: 5px;
	padding-bottom: 5px;
}

#lay_footer a {
	color: #968369;
}

/* Content */

div#text {
	font-size: 14px;
	/*color: #545353;*/
	color: #62594d;
}

div#text p {
	line-height: 140%;
	text-indent: 50px;
	padding-bottom: 15px;
}

div#text h1 {
	font-size: 18px;
	text-align: left;
	color: #968369;
	padding-top: 10px;
	padding-bottom: 10px;
}

div#text ul {
	margin-top: 5px;
}

div#text li {
	list-style-type: disc;
	padding-left: 5px;
	margin-left: 45px;
	line-height: 140%;
}