#container {
	text-align:left;
	width:760px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

#header {
	height: 140px;
	width: 760px;
	background-color: #B7A99A;
	font-family: "Copperplate Gothic Light";
}

#footer {
	height: auto;
	width: 760px;
	background-color: #B7A99A;
	font-family: "CopprplGoth BT";
	font-size: 17px;
	text-align: center;
	color: #FFFFFF;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 40px;
	border-top-style: inset;
}

#navbar {
	height: 30px;
	width: 760px;
	background-color: #B32316;
	text-align: center;
	word-spacing: 100px;
	line-height: 30px;
	border-top-style: inset;
	border-bottom-style: outset;
}

#body {
	height: 470px;
	width: 760px;
	background-color: #FFFFFF;
	
}

body {
	background-image: url(../images/background.jpg);
	text-align:center;
	width:100%;
	margin:auto;
	padding-top: 35px;
	padding-bottom: 35px;
	
}

#homebody {
	background-image: url(../images/homebodyimg1.png);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	height:470px;
	width: 760px;
	background-position: center center;
}

#contactbody {
	height: 470px;
	width: 760px;
	background-color: #FFFFFF;
	
}
a:link img {
	border-style: none;
}
a:visited img {
	border-style: none;
}

a.navlink {
	font-size: 18px;
	color: #FFFFFF;
	font-family: "CopprplGoth BT", "Trebuchet MS";
}

a.navlink:link {
	text-decoration: none;
}

a.navlink:visited {
	text-decoration: none;
}

a.navlink:hover {
	text-decoration: underline;
}

a.navlink:active {
	text-decoration: none;
}
p {
	font-family: "Copperplate Gothic Bold", "Trebuchet MS";
	font-size: 18px;
	color: #b7a99a;
}

a.email {
	font-family: Copperplate Gothic Bold;
	font-size: 18px;
	color: #b32316;
}

a.email:link {
	text-decoration: none;
}

a.email:visited {
	text-decoration: none;
}

a.email:hover {
	text-decoration: underline;
}

a.email:active {
	text-decoration: none;
}

#aboutbody {
	height: 470px;
	width: 760px;
	background-color: #FFFFFF;
	
}

#aboutbodyleft {
	height: 470px;
	width: 40%;
	background-color: #FFFFFF;
	position: relative;
	float: left;
	
}

#aboutbodyright {
	height: 388px;
	width: 60%;
	background-color: #FFFFFF;
	position: relative;
	float: right;
	top: 82px;
	
}

p.about {
	font-family: "Copperplate Gothic Bold", "Trebuchet MS";
	font-size: 14px;
	color: #b7a99a;
}

#homebody a {
display: none;
}
