body{
	margin:0px;
	padding:0px;
	text-align:center;

}
#maincontainer {
	width:1000px;
	margin:0px auto;
	font-family:Palatino Linotype,arial;
	font-size:10pt;
	background-image:url(../images/mainbg.gif);
	color:#817f7f;
	border:solid 0px #000;
	height:650px;
	margin-top:0px;
	padding:0px;
}
#header{
	width:1000px;
	height:315px;
	float:left;
	margin:0px;
	padding:0px;
	border:solid 0px #000;
}

#menu {
	width:413px;
	float:left;
	font-size:11px;
	font-family:arial;
	text-align:left;
	border:solid 0px #000;
	margin:0px 0px 0px 0px;
}
#menuflash{
	width:200px;
	float:left;
	border:solid 0px #000;
	margin:0px;
}

#logo{
	width:330px;
	left:210px;
	top:3px;
	z-index:10px;
	float:right;
	border:solid 0 #000;
	position:absolute;		
}
form#search {
	width:205px;
	margin:0;
	float:left;
	border:solid 0 #000;
}
#rightcontainer{
	width:585px;
	height:315px;
	float:right;
	border:solid 0px #000;
}
#marquee{
	width:840px;
	height:30px;
	
	float:left;
	border:solid 0px #000;	
}

#flash{
	width:320px;
	float:left;
	height:326px;
	border:solid 0px #000;
}
#form{
	width:150x;
	border:solid 0px #000;
	color:#252525;
	margin-top:-80px;
	float:left;
	font-family:arial;
	font-size:12px;
}
select{
	width:100px;
	height:18px;
	border:solid 0px #fff;
	font-size:11px;
	margin:0px;
	padding:0px;
	background-color:#c9c9c9;	
}
#container {
	width:1000px;
	float:left;
	font-family:Palatino Linotype,arial;
	font-size:10pt;
	color:#817f7f;
	margin-top:-70px;
	border:solid 0px #000;
}
#content{
	width:500px;
	color:#414141;
	height:250px;
	font-family:Palatino Linotype,arial;
	text-align:justify;
	float:left;
	text-align:left;
	border:solid 0px #000;
	padding:0px 0px 0px 15px;
}
#content-right{
	width:400px;
	float:right;
	font-size:9pt;
	text-align:left;
	border:solid 0px #000;
	padding:0px 0px 0px 20px;
}
#doctorlogin{
	width:195px;
	float:left;
	border:solid 0px #000;
	margin-top:70px;
}
#patientlogin{
	width:200px;
	float:right;
	margin-top:70px;
	border:solid 0px #000;

}
input{
	background:#c9c9c9;
	border:0px;
	font-size:11px;
	margin-bottom:2px;
	width:100px;
}
#bottomcontainer{
	width:1000px;
	float:left;
	margin-top:-25px;
	border:solid 0px #000;
}
#bottomcontainer-left{
	width:243px;
	height:187px;
	background-image:url(../images/latest_hapenning.gif);
	float:left;
	border:solid 0px #000;
	color:#4d4c4c;
	font-size:10pt;
	margin-left:8px;
	text-align:left;
}
#bottomcontainer-mid{
	width:445px;
	float:left;
	margin-left:20px;
	border:solid 0px #000;
}
#bottomcontainer-right{
	width:250px;
	margin-top:48px;
	color:#808080;
	text-align:right;
	float:right;
	border:solid 0px #000;
}
#footer{
	width:1000px;
	text-align:center;
	height:50px;
	float:left;
	margin:0px;
	padding:0px;
	border:solid 0px #000;
}
#footer-menu{
	width:330px;
	text-align:left;
	margin:33px 0px 0px 0px;
	padding:0px;
	float:left;
	border:solid 0px #000;
}
h1{
	font-family:Palatino Linotype,arial;
	font-size:10.7pt;
	margin:2px 0px 4px 0px;
	color:#333333;
}
.marquee{
	margin:0px 0px 0px 10px;
	
}

/* thumbnail*/
.thumbnail{
position: relative;
z-index: 0;
text-align:left;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
width:185px;
text-align:justify;
position: absolute;

padding: 2px;
font:bold 11px arial;
line-height:18px;
left: -173px;
top: -20px;
border: 0px dashed #c3d79c;
visibility: hidden;
color: #626160;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;

}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -20px;
left: -175px; /*position where enlarged image should offset horizontally */
}
form{
	margin:0px;
	padding:0px;
}
#links{
	width:200px;
	float:right;
	border:solid 0 #000;
	color:#e66823; 
	font-size:16px;	
	margin-top:135px;
}
 
#links ul{
	width:190px;
	float:right;
	margin:5px 0 0 0;
	padding:0;
	border:solid 0 #000;
	color:#1e668a; 
	
	font-size:13px;	
clear:both;	
}
#links ul li{
	width:180px;
	float:left;
	margin: 0;
	padding:0;
	height:20px;
	list-style:none;
	border:solid 0 #000;
	clear:both;	
}
#links ul li a{
	text-decoration:none;
	color:#1e668a;	
}
#links ul li a:hover{
	text-decoration:underline;
	color:#e66823;	
}

#bottom-link-left{
float:left;
text-align:left;
}

#bottom-link-right{
float:right;
text-align:right;
}

#bottom-link-center{
margin-left:300px;
margin-right:300px;
text-align:center;
}

.bottom-bar{

height:15px;
font-family:Verdana;
font-size:10px;
color:#CC6600;
}