/* Page Elements */
	body {
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			66%;
	margin:				0;
	padding:			0;
	}
	#container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(../images/texture_stone.png);
} 
	#contentright {
	float:right;
	position:			relative;
	width:				808px;
	
	margin:				0;
	padding:			0;
	}
	#contentleft {
	float: left; /* since this element is floated, a width must be given */
	width: 216px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	
	padding: 0px 0px 0px 0px;
	margin:      0;
}
	#footer {
	clear:both;
	margin:				0 auto;
	padding:			0;
	line-height:		30px;
	height:				50px;
	text-align:			center;
	font-size:			1;
	color:#9C733B;
	background-color:#2B1811;
	}	
	
	h1 {
		padding:			0;
		margin:				0;
		position:			relative;
		height:				134px;
		line-height:		134px;
		text-indent:		30px;
		background:			transparent no-repeat bottom left;
		font-size:			2.5em;
		font-weight:		300;
	}
	
	p {
	color: #401B15;
	font-size:12px;
	padding:10px 20px 10px 0px;
	line-height:150%;
	}
	
	#navigation {
	margin-top: 20px;
	}
	
	#navigation ul {
	list-style:none;
	margin:0;
	padding:0;
	}
	/* remove all default spacing */
	
	li {
	margin: 30px 40px;
	padding: 2px 10px;
	background:url(../images/button_bgimage.gif);
	}
	
	li:hover {
	background:url(../images/button_hover2.png);
	}
	
	a:link {
	color:#FFFFFF;
	text-decoration:none;
	font-size:12px;
    }
	
	.nav li a {
	display:block;
	}
	
	#mailto {
	color:#9C733B;
	text-decoration:none;
	}
	
    ul a:hover {
	text-decoration: none;
	font-weight:normal;
    }
	
	a:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-size:12px;
	}
	
	.highlight {
	color: #FF0000;
	font-weight: bold;
	background-color: #596F7C;
	background-color: #596F7C;
	}	
	
	#header {
	margin: 0;
	height: 130px;
	}
	
	.statement {
	margin-top: 50px;
	}
	
	#missiontable {
	margin: 20px 50px 10px 50px;
	}
	
	#forpatients {
	margin: 10px 10px 10px 10px;
	padding:10px;
	} 
	
	#forphysicians {
	margin: 10px 10px 10px 10px;
	padding:10px;
	} 
	
	#photo_building {
	margin: 50px 150px 50px 150px;
	}
	
	td {
	vertical-align:top;
	}
	
	.images {
	vertical-align:middle;
	}
		
/* End Page Elements */



	

	
