html, body  {
   background-color: #666666;
}

#wrapper  {
	background-color: #666666;
	margin-right: auto;
	margin-left: auto;
	width: 1010px;
}

#nav {
	margin-left: 190px;
	z-index: 22;
	clear: right;
	}

#aboutimage  {
	width: 262px;
	height: 93px;
	float: left;
	position: relative;
	z-index: 3;
}

#hospitalimage  {
	width: 262px;
	height: 93px;
	position: relative;
	float: left;
	z-index: 4;
	padding-left: 5px;
	padding-right: 5px;
}

#physiciansimage  {
	width: 262px;
	height: 93px;
	position: relative;
	float: left;
	z-index: 5;
}

#lightgraybar  {
	width: 1010px;
	height: 159px;
	background-image: url(../newimg/graybar.jpg);
	z-index: 2;
	margin-top: -52px;
	float: left;
}

#logo  {
	visibility: visible;
	left: 17px;
	z-index: 4;
	width: 155px;
	height: 150px;
	background-image: url(../newimg/logo.jpg);
	position: relative;
	top: 5px;
}

#redbar  {
	z-index: 2;
	width: 1010px;
	height: 202px;
	background-image: url(../newimg/redbar2.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	position: relative;
	float: left;
}
#redbarContent {
	width:780px;
	height:75px;
	top: 80px;
	position: relative;
	margin-left: 200px;
}
#redbarContent h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
#redbarContent ul li {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	margin-left: 30px;
}

#content {
	background-image: url(../newimg/graybck.jpg);
	background-repeat: no-repeat;
	width: 999px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	position: relative;
	height: 325px;
	left: 3px;
	float: left;
}
#contentLogin {
	font-family: "M Bembo", "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 600px;
	padding-top: 165px;
	}
#contentFooter {
	font-family: "M Bembo", "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	position: relative;
	padding-left: 600px;
	padding-top: 5px;
	}
#contentFooter a{
	font-family: "M Bembo", "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	display: inline;
	line-height: 16px;
}
#contentFooter a:hover{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}

#contentCopyright {
	font-family: "M Bembo", "Times New Roman", Times, serif;
	font-size: 9px;
	color: #FFFFFF;
	padding-left: 600px;
	margin-top: 4px;
	line-height: 12px;
	}

