/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(http://coastallifestylesofsc.com/images/page_bkg.jpg);
	height:100%;
}
#wrapper1 {
	position:relative;
	top:0px;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
#wrapper2 {
	position:absolute;
	top:28px;
	left:32px;
	width:160px;
}
#topdivider {
	position:absolute;
	top:8px;
	width:1000px;
}
#company_info {
	position:absolute;
	background-color:#000000;
	top:6px;
	left:685px;
	width:315px;
	height:120px;
}
#header_pic {
	position:absolute;
	background-color:#000000;
	top:6px;
	left:0px;
	width:315px;
	height:120px;
}
#toplinks {
	position:absolute;
	top:0px;
	height:20px;
	left:360px;
	width:350px;
	z-index:10;
}
#logobar {
	position:relative;
	top:133px;
	height:50px;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
#toptabs {
	position:absolute;
	top:154px;
	height:25px;
	left:10px;
	width:950px;
	z-index:10;
}
#main_title {
	position:absolute;
	top:42px;
	height:100px;
	width:300px;
	left:350px;
}
#footer{
	position: fixed;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-attachment: scroll;
	background-x-position: 0%;
	background-y-position: 0%;
	width: 100%;
	left: 0px;
	bottom: 0px;
	color: #000000;
	font-size: 10px;
	z-index: 10000;
	opacity: 0.99;
}
#content {
	position:relative;
	top:131px;
	height:400px;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}