/*layout styles for spindrift homepage*/		
	body 	{
		margin:0px;
		padding:0px;
		text-align:center;
		background-color:#CCCCCC;
		}
	
	#leftcontent {
		position: absolute;
		left:0px;
		top:0px;
		width:160px;
		border-right:0px;
		border-right-style : solid;
		border-color : #660033;
		}

	#rightcontent {
		position: absolute;
		right:5px;
		top:0px;
		width:230px;
		border-left:0px;
		border-left-style : solid;
		border-color : #660033;
		height:555px;
		}

	#centercontent	{
		margin-left: 160px;
		margin-right:229px;
		margin-bottom:0px;
		margin-top:0px;
		padding-bottom:0px;
		}
	
	#logobar 	{
		margin-left: 160px;
		height:80px;
		}

	#contactbar 	{
		position: absolute;
		top:443px;
		left:0px;
		border-top:1px;
		border-top-style : solid;
		border-color : #660033;
		width : 100%;
		}
	#copyrightbar	{
		position: absolute;
		top:562px;
		left:0px;
		border-top:1px;
		border-top-style : solid;
		border-color : #660033;
		padding-top:3px;
		height:30px;
		width : 100%;
		background-color: #FFFFFF;
		}
	#w3bar	{
		position: absolute;
		top:531px;
			left:0px;
		border-top:1px;
		border-top-style : solid;
		border-color : #660033;
		padding-top:3px;
		height:30px;
		width : 100%;
		}
