/* SITE SHELL */
/* ----------------------------------------- */

body 			{ background: url(../images/bg.jpg) top center repeat-x #EDEDED; }
div#mn-wrapper 	{ width: 998px; }


/* HEADER - header.php */
/* ----------------------------------------- */

div#mn-banner {
	float: left;
	width: 998px;
	overflow: hidden;
	height: 144px;
	}
div#logo { 
	background-image: url("http://www.paultfingermd.com/images/banner2.jpg");
	background-repeat: no-repeat;
	cursor: pointer;
	float:left;
	width: 686px;
	height: 145px;
	overflow: hidden;
	}
.goog-te-gadget { float:right; 
	overflow: hidden;}
div#mn-topnav {
	float:left;
	width: 998px;
	height: 42px;
	overflow: hidden;
	}	

div#mn-graphic {
	float:left;
	width: 998px;
	height: 293px;
	overflow: hidden;
	/*background: url(../images/graphic.jpg) top center repeat-x #EEE;	*/
	}	
 
div#mn-main {
	float: left;
	width: 998px;
	overflow: hidden;
	padding: 0 0 35px;
	}


/* SITE CONTENT - index.php */
/* ----------------------------------------- */

div#mn-content {
	float: left;
	width: 611px;
	overflow: hidden;
	padding:0 30px 0 35px;
	}
	div#home div#mn-content {
		width: 280px; 
		}

div#mn-sidebar {
	float: left;
	width: 281px;
	overflow: hidden;
	padding:0 20px 0 20px;
	margin: 81px 0 0 0;
	border-left: 1px solid #C2B3A0;
	}

div#mn-nybestdoc {
	float: left;
	clear: right;
	width: 281px;
	overflow: hidden;
	padding:41px 20px 0 20px;
	border-left: 1px solid #C2B3A0;
	}
	div#home div#mn-nybestdoc {
		clear: none;
		padding: 0 20px;
		margin: 81px 0 0 0;
		}

div#home div#mn-nybestdoc,
div#home div#mn-sidebar {
	height: auto;
	}
div#home div#mn-content {
	height: auto;
	}
	

/* BOTTOM - footer.php */
/* ----------------------------------------- */

div#mn-bottom-wrapper {
	clear: both;
	float: left;
	width: 100%;
	background: #1F578A;
	border-top: 4px solid #4F7BA2;
	border-bottom: 4px solid #0E4375;
	padding: 0 0 10px;
	}
div#mn-bottom {
	width: 928px;
	padding:0 25px;
	margin: 0 auto;
	}
	
div#mn-footer-wrapper {
	clear: both;
	float: left;
	width: 100%;
	background: #0E4375;
	padding: 15px 0 3px;
	border-top: 1px solid #3C6992;
	}
div#mn-footer {
	width: 928px;
	margin: 0 auto;
	}

