@charset "UTF-8";
body  {
	font: 9pt Arial, Helvetica, sans-serif;
	background: #e5e4df;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #7a6e67;
}
.logo {
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	border-top-style: 5 pixels;
	border-right-style: 8;
	border-bottom-style: 5;
	border-left-style: 8;
	padding-left: 5px;
}
.Boldtext {
	font-size: 9pt;
}
.button {
	float: left;
	padding-top: 5px;
	padding-right: 5px;
}
.twoColFixLtHdr #container {
	width: 830px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #e5e4df;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	padding: 0 7px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 120px;
} 
.twoColFixLtHdr #mainContent {
	padding: 0 0px;
} 
.twoColFixLtHdr #footer {
	padding: 10 0px 0;
	height: 70px;
} 
.twoColFixLtHdr #footer p {
	font-size: 8pt;
}
.footerinfo1 {
	float: left;
	margin-right: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-size: 7pt;
	color: #7a6e67;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.address {
	width: 600px;
	height: 90px;
}
.gallery {
	float: right;
}
.projectbox {
	background-color: #ffffff;
	margin: 0px;
	padding: 15px;
	width: 225px;
	height: 470px;
}
.menu_line {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #7a6e67;
}
.footeraddress {
	width: 120px;
	font-size: 7pt;
	padding: 0px 0px 0px 5px;
	margin-top: 20px;
}
.a1 {
	color:#FFFFFF;
}
                    
.a1:visited {
	color:#FFFFFF;
}

.a1:hover {
	color:#FFFFFF;
	text-decoration: underline;
}
.gallerytext {
	float: right;
	width: 545px;
	padding: 10px;
	background-color: #FFFFFF;
	height: 100%;
}
.projectbox100 {
	background-color: #ffffff;
	margin: 0px;
	padding: 15px;
	width: 225px;
	height: 100%;
}
.gallerytext2 {
	float: right;
	width: 545px;
	padding: 10px;
	background-color: #FFFFFF;
	height: 480px;
}

