/***************************************************************
Style Sheet for Crawford Leishman Dental Group

Copyright 2008 by Crawford Leishman Dental Group, All Rights Reserved
***************************************************************/



body {
	margin:0;
	padding:0;
	min-width:100%;

}



#container {
	position:relative;
	top:0;
	
	padding-top:191px;
	width:100%;
	text-align:center;
	
}

#content {
	margin:0 auto;
	position:relative;
	text-align:left;
	width:960px;
}

#columnWrapper {
	position:relative;
	background:#FFF;
	width:960px;
}



/*--------------- Floating --------------------*/
.clear {
	clear:both;
}

.float {
	float:left;
}
.floatOpposite {
	float:right;
}



/*--------------- Site Name -------------------*/
#siteName {
	position:absolute;
	left:-999em;
}
