body {
	margin: 0 auto;
	background-image: url(images/homepage_background.jpg);
	background-position: 50% 0;
	background-repeat: no-repeat;
	text-align: center;
}
#body_wrap {
	width: 100%;
	position: absolute;
	bottom: 2em;
	left: 0px;
}
#body_layout {
	display: block;
	position: relative;
}
#body_video {
	background: none;
	background-color: #F7F6A2;
}
#body_contacts {
	background: none;
	background-color: #93D5F3;
}
a.links:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.links:visited {
	color: #FFFFFF;
    text-decoration: none;
}
a.links:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.links:active {
	color: #FFFFFF;
    text-decoration: underline;
}
#navVideo a.links:link {
	color: black;
}
#navVideo a.links:visited {
	color: black;
}
.link_active {
	color: #FF0000;
}
#masthead {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
#company_logo {
	position: relative;
	width: 350px;
	float: right;
	top: 2em;
	right: 2em;
}
#company_logo_home {
	position: relative;
	width: 350px;
	float: right;
	top: 2em;
	right: 3em;
}
.navlinks {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-weight: bold;
	white-space: nowrap;
	float: left;
	left: 0em;
	position: relative;
	top: 2em;
	width: 45%;
}
#navVideo {
	color: #000;
}
#main_display {
	position: absolute;
	width: 100%;
}
#owners_container {
	margin: 0 auto;
	bottom: 2em;
	left: 0em;
}
#owners_pic {
	width: 400px;
	left: 0px;
	height: 325px;
	position: relative;
	float: left;
	padding-right: 50px;
	z-index: 15;
}
#copy_homepage {
	color: #FFFF00;
	font-weight: bold;
	font-size: 1.35em;
	display: inline;
	z-index: 20;
}
#copy_homepage a:link, #copy_homepage a:visited {
	text-decoration:none;
}
#leftcol {
		float:left;
		width:50%;
		margin-right:15px;
		padding-bottom:20px;
}
#leftcol p {
	font-size: 1.5em;
}
#rightcol p {
	font-size: 1.5em;
	margin-left:0em;
	padding-right: 1em;
}
#contact_info_box {
	text-align: left;
	font-size: 0.85em;
	border: solid pink 1px;
}
.gallery-listing {
	display: block;
	font-size: 2.25em;
}
.gallery-listing-left {
	display: block;
	float: left;
	clear: left;
	font-size: 1.85em;
	white-space: nowrap;
	margin-bottom: .5em;
}
.gallery-listing-right {
	display: block;
	float: right;
	clear: right;
	font-size: 1.85em;
	white-space: nowrap;
	margin-bottom: .5em;
}
