/***************************************************************
Style Sheet for Lava Lake Lamb.com

Copyright 2007 by Sebo Marketing, All Rights Reserved
***************************************************************/

body {
	margin:0;
	padding:0;
	padding-bottom:40px;
	min-width:966px;
	
	text-align:center;
}

#container {
	position:relative;
	
	margin-right:auto;
	margin-left:auto;
	
	padding-top:106px; /* set to 151px to enable ad-banner... */
	
	text-align:left;
}

#content {
	position:relative;
}

#columnWrapper {
	position:relative;
}

#adBanner {
	display:none; /* remove to enable ad-banner... */
	position:absolute;
	top:106px;
	left:47px;
	height:45px;
	width:801px;
}
	#adBanner a {
		display:block;
		height:45px;
		width:801px;
	}


/*--------------- Floating --------------------*/
.clear {
	clear:both;
}

.float {
	float:left;
}
.floatOpposite {
	float:right;
}



/*--------------- Site Name -------------------*/
#siteName {
	position:absolute;
	left:-999em;
}