#container {
	position:relative;
	width:900px;
	top:0px;
	margin-left:-450px;
	left:50%;
	border:solid 1px #000000;
	background-color: #D7EAFF;
	overflow:hidden;
}
#copyright {
	position:relative;
	width:100%;
	text-align:center;
	bottom:0px;
	overflow:hidden;
	padding:10px;
}

#tagline {
	position:absolute;
	width:auto;
	top:20px;
	right:30px;
}
#subTagline {
	position:absolute;
	width:auto;
	top:80px;
	right:60px;
}
#headerHorizontaLine {
	position:absolute;
	width:675px;
	height:1px;
	background-color: #000000;
	top: 115px;
	left: 190px;
}
#headerVerticalLine {
	position:absolute;
	width:1px;
	height:100%;
	right:34px;
	top:115px;
	background-color:#000000;
}
#contentVerticalLine {
	position:absolute;
	width:1px;
	height:100%;
	right:34px;
	top:0px;
	background-color:#000000;
}

#bottomImage {
	position:absolute;
	left:0px;
	bottom:0px;
	width:900px;
	height:350px;
	background-image: url(../images/photo-golfcourse.jpg);
}

#fixedVerticalLine {
	position:absolute;
	width:1px;
	height:186px;
	background-color: #000000;
	top: 0px;
	right:34px;
}

#horizontalBar2 {
	position:absolute;
	width:32px;
	height:1px;
	background-color: #000000;
	top: 186px;
	right:34px;
}
#logo {
	position:absolute;
	width:212px;
	height:193px;
	background-image: url(../images/logo.gif);
	left: 5px;
	top: 80px;
}
#menu {
	position:absolute;
	top:135px;
	right:68px;
	width:auto;
	height:auto;
	text-align:right;
}
#menuItem {
	width:100%;
	padding-bottom:3px;
	padding-top:3px;
	text-align:right;
}
#header {
	position:relative;
	width:100%;
	height:320px;
}
#content {
	position:relative;
	width:100%;
	overflow:hidden;
}
#footer {
	position:relative;
	width:100%;
	overflow:hidden;
	height:350px;
	background-image: url(../images/photo-golfcourse.jpg);

}
#image {
	position:absolute;
	left:528px;
	top:158px;
	width:328px;
	height:163px;
	z-index:1;
	background-image: url(../images/photo-duo1.jpg);
}
#textArea {
	margin-bottom:3%;
	margin-top:3%;
	margin-left:3%;
	margin-right:6%;
	width:89%;
	height:auto;
}

#headingArea {
	position:absolute;
	left:220px;
	top:135px;
	height:auto;
	width:380px;
	text-align:center;

	
}

#footerVerticalLine {
	position:absolute;
	right:34px;
	top:0px;
	width:1px;
	height:200px;
	background-color: #000000;
}
#footerHorizontalLine {
	position:absolute;
	top:200px;
	right:34px;
	width:22px;
	height:1px;
	z-index:2;
	background-color:#000000;
}
