
/*	ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
	   Basic structure CSS File for http://www.dentistsouthshore.com/
	_______________________________________________________________	*/
	

/*	GLOBAL SETTINGS________________________________________________	*/

	body, html {
		width: 100%;
		height: 100%;
	}
	
	body {
		/* c5 hates "position: relative" on this element */
		background: #524836 url(http://www.dentistssouthshore.com/themes/dentists/img/bg_body-panel.png) repeat-x top center !important;
		background: #524836 url(http://www.dentistssouthshore.com/themes/dentists/img/bg_body-tile.png) repeat-x; /* no orange stripies for IE6 :( */
		text-align: center;
	}
	
	#wrapper { 
		display: block;
		margin: 0 auto;
		overflow: auto;
		position: relative;
		text-align: left;
		width: 960px;
	}
	
	.block {
		clear: both;
		display: block;
		width: 100%;
		overflow: auto;
	}
	
/*	BACKGROUND SETTINGS____________________________________________	*/



/*	HEADER SETTINGS________________________________________________	*/

	#header { 
		background: url(http://www.dentistssouthshore.com/themes/dentists/img/bg_header-24.png) no-repeat !important;
		background-image: url(http://www.dentistssouthshore.com/themes/dentists/img/bg_header-8.png); /* IE6 degradation (sans transparency) */
		border-bottom: 1px solid #6b5f39; 
		display: block;
		height: 123px;
		margin-top: 45px;
		overflow: auto;
		position: relative;
		width: 942px;
	}
		



/*	CONTENT AREA___________________________________________________	*/

	#content {
		background: #fff url(http://www.dentistssouthshore.com/themes/dentists/img/bg_content-tile.png) repeat-x; 
		clear: both;
		display: block;
		padding-top: 7px;
		overflow: auto;
		width: 942px;
	}
	
	.random-images {
		display: block;
		float: left;
		height: 271px;
		margin: 0 0 0 26px;
		width: 399px;
	}
	
	.welcome {
		background: url(http://www.dentistssouthshore.com/themes/dentists/img/bg_welcome.png) no-repeat;
		display: block;
		float: left;
		height: 216px;
		margin: 25px 0px 0 0;
		padding: 30px 25px 0px 35px;
		width: 433px;
	}
	
	.internal-block {
		clear: both;
		display: block;
		margin: 20px 35px 15px;
		width: 872px;
		overflow: auto;
	}
	
	.internal-column-a {
		display: block;
		float: left;
		margin-right: 35px;
		width: 530px;
	}
	
	.internal-column-b {
		display: block;
		float: left;
		width: 305px;
	}
	
	div.our-office {
		clear: both;
		display: block;
		margin-bottom: 1em;
		overflow: auto;
		width: 100%;
	}
	
	ul.smile-gallery li div span {
		display: block;
		font-style: italic;
		text-align: center;
		margin: 10px;
	}
	
	ul.smile-gallery li div span.first {
		margin-left: 75px;
	}
	
	div.placeholder { 
		background: transparent;
		display: block;
		float: left;
		height: 204px;
		margin: 1em 1em 0 0;
		width: 166px;
	}
		

	
/*	CALLOUTS_______________________________________________________	*/

	.callout-block {
		clear: both;
		display: block;
		margin: 15px 20px 5px;
		width: 902px;
		overflow: auto;
	}
		
	
/*	FOOTER_________________________________________________________	*/

	#footer {
		background: #fff url(http://www.dentistssouthshore.com/themes/dentists/img/bg_footer-bottom.png) no-repeat bottom center;
		clear: both;
		display: block;
		overflow: auto;
		width: 890px;
		padding: 5px 26px 0 26px;
	}

