/*
Weill Cornell Physicians and Researchers Profiles
Foundation v.1
Author: Brian Tobin & Noah Miller
Date: 6.25.08
-------------------------------------*/


	*, html, body {
		margin: 0;
		padding: 0;
	}
	
	html { height: 100%; }
	
	body { color: #544842; }
	
	div, p, a, h1, h2, h3, h4, h5, ul, li, lh, ol, dl, dt, dd, form, label, fieldset, img, table, th, tr, td, img, iframe {
		margin: 0;
		padding: 0;
		text-decoration: none;
		border: none;
		background: none;
	}
	
	input, select,textarea {
		margin: 0;
		padding: 0;
		text-decoration: none;
	}
	
	a {
		color: #0e5d86;
		text-decoration: none;
	}
	
	a:hover {
		color: #0e5d86;
		text-decoration: underline;
	}
	
	div#wrapper {
		width: 100%;
		float: left;
	}
	
	div.content_container {
		width: 970px;
		margin: 0 auto;
	}
	
	div.content {
		width: 970px;
		float: left;
	}
		
	div#header {
		width: 100%;
		float: left;
	}
	
	div#banner {
		width: 970px;
		height: 87px;
		float: left;
	}
	
	div#menu_main {
		width: 970px;
		float: left;
	}
		
	div#sub_header {
		width: 100%;
		float: left;
		background: #992800; 
	}
	
		div#menu_sub {
			float: left;
		}
	
	div#body {
		width: 100%;
		float: left;
	}
	
		/* PHYSICIANS  SITE MAIN NAVIGATION PAGES BODY CONTENT */
		
		div#breadcrumb,
		div#breadcrumb_combo 
		{
			float: left;
			padding: 20px 0 15px 0;
			width: 970px;
		}
	
		div#col_1 {
			width: 165px;
			float: left;
			padding: 3px 0 45px 0;
		}
	
		div#col_2 {
			width: 540px;
			float: left;
			padding: 0 10px 45px 25px;
		}
		
		div#combo_col {
			width: 725px;
			float: left;
			padding: 0 15px 45px 0;
		}
	
		div#col_3 {
			width: 215px;
			float: left;
			padding: 0 0 45px 15px;
		}
	
	
		/* PHYSICIANS PROFILE BODY CONTENT */
	
		div#main_col {
			width: 522px;
			float: left;
			padding: 30px 45px 10px 0;
		}
		
		div#sidebar_left {
			width: 185px;
			float: left;
			padding: 32px 15px 25px 0;
		}
		
		div#sidebar_right {
			width: 185px;
			float: left;
			padding: 32px 0 25px 15px;
		}
		
	div#footer { 
		width: 100%;
		float: left;
		background: #b8b2a7;
		color: #67645e;
		padding-bottom: 20px;
	}
	
		
			
	
	
	
	
	
	
	
	
	
	

	
	
	
	