body {
	margin:0;
	padding:0;
	background-color: #F7F5DD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:focus {
	outline: none;
}
#main {
	width: 752px;
	margin-right: auto;
	margin-left: auto;
}
#home-left {
	background-image: url(imgs/home-left.jpg);
	height: 437px;
	width: 332px;
	float: left;
	background-repeat: no-repeat;
}
#home-left img {
	margin-left: 45px;
	margin-top: 20px;
}
#home-right {
	float: left;
	height: 437px;
	width: 420px;
}
#wrap {
	background-image: url(imgs/content-bg.jpg);
	width: 752px;
	float: left;
}
#bottom {
	background-image: url(imgs/bottom.jpg);
	height: 29px;
	width: 752px;
	float: left;
	background-repeat: no-repeat;
}
#side {
	float: left;
	width: 230px;
	padding-left: 9px;
}
.side-blue p {
	font-size: 11px;
	display: block;
	float: left;
	width: 200px;
	margin-left: 15px;
	margin-top: 8px;
	color: #D0E8F0;
}

#side .side-blue {
	height: 445px;
	width: 233px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BDA485;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BDA485;
	background-repeat: no-repeat;
	overflow: hidden;
}
.side-blue a {
	color: #D0E8F0;
	text-decoration: underline;
}

.side-blue img {
	float: right;
	padding-right: 12px;
}

#content {
	float: left;
	width: 435px;
	font-size: 11px;
	color: #75604F;
	padding-right: 30px;
	padding-left: 35px;
	padding-top: 30px;
	line-height: 17px;
}
#content p {
	margin-top: 5px;
	margin-bottom: 15px;
}

.right-img {
	float: right;
	padding-left: 15px;
}
.left-img {
	float: left;
	padding-right: 15px;
	padding-bottom: 10px;
}

#top {
	background-image: url(imgs/top.jpg);
	height: 28px;
	width: 477px;
	padding-left: 275px;
	padding-top: 17px;
	background-repeat: no-repeat;
}
#menu {
	width: 759px;
	float: left;
	text-align: center;
	padding-top: 35px;
	padding-bottom: 15px;
}
#footer-sub {
	background-image: url(imgs/footer.jpg);
	width: 752px;
	background-repeat: no-repeat;
	background-position: center -28px;
	text-align: center;
	padding-bottom: 15px;
	height: 70px;
	float: left;
}
#footer {
	background-image: url(imgs/footer.jpg);
	width: 752px;
	background-repeat: no-repeat;
	background-position: center 15px;
	text-align: center;
	padding-bottom: 15px;
	height: 80px;
	float: left;
}
#footer .foot {
	display: block;
	padding-top: 75px;
	color: #B29E7A;
	font-size: 11px;
}
#footer-sub .foot {
	display: block;
	padding-top: 30px;
	color: #B29E7A;
	font-size: 11px;
	padding-bottom: 20px;
}
#footer .foot a, #footer-sub .foot a {
	text-decoration: none;
	color: #B29E7A;
	padding-right: 10px;
	padding-left: 10px;
}
#footer .foot a:hover, #footer-sub .foot a:hover {
	color: #756444;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
.business-card {
	background-image: url(imgs/business-card.jpg);
	height: 248px;
	width: 440px;
	background-repeat: no-repeat;
}
.card-info {
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	position: relative;
	left: 20px;
	top: 130px;
	width: 388px;
	height: 83px;
	color: #948530;
}
.card-name {
	font-size: 18px;
	line-height: 20px;
	text-align: right;
	width: 220px;
	position: relative;
	left: 200px;
	top: 10px;
	height: 40px;
	font-weight: normal;
	color: #948530;
}
.card-info a {
	text-decoration: underline;
	color: #948530;
}
.clear {
	clear: both;
}
