					/* COMMON STYLES FOR EVERY PAGE */
body{
	margin: 0;
	text-align: center;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	background-color: #FFFFFF;
}

/*  Position of the webpage  */
#content {
	position: relative;
	margin: auto;
	width: 770px;
	background-color: #FFFFFF;
	text-align: left;
	height: 100%;
	text-align: left;
}

#contentFlash {
	position: relative;
	margin: auto;
	width: 352px;
	background-color: #FFFFFF;
	text-align: left;
}

/*  Width of the webpage  */
#container {
	width: 770px;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	background-color: #ffffff;
	height: 108px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align: left;
	color: #000000;
}

#container h1 {
	display: none;
}

#quickMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	color: #ffffff;
}
#quickMenu a:link {
 	text-decoration: none; 
	color: #ffffff;
}

#quickMenu a:visited {
	text-decoration: none;
	color: #ffffff;
}

#quickMenu a:hover {
	text-decoration: underline;
	color: #ffffff;
}

#mainMenu {
	height: 30px;
	padding-top: 110px; 
	text-align: left;
	color: #000033;
	background-image: url(images/menu.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	text-decoration: none;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

/* TITLES FOR EACH PAGES */
#titleWelcome{
	width: 770px;
	background-image: url(images/welcome.jpg);
	background-repeat: no-repeat;
	height: 30px;
}
#titleWelcome h1 {
	display: none;
}

#titleBio{
	width: 770px;
	background-image: url(images/biography.jpg);
	background-repeat: no-repeat;
	height: 30px;
}
#titleBio h1 {
	display: none;
}

#titlePhilo{
	width: 590px;
	background-image: url(images/philosophy.jpg);
	background-repeat: no-repeat;
	height: 30px;
}
#titlePhilo h1 {
	display: none;
}

#titleSurgery{
	width: 770px;
	background-image: url(images/surgery.jpg);
	background-repeat: no-repeat;
	height: 30px;
}
#titleSurgery h1 {
	display: none;
}

#titleRoom {
	width: 770px;
	background-image: url(images/rooms.jpg);
	background-repeat: no-repeat;
	height: 30px;
}
#titleRoom h1 {
	display: none;
}

#titleContact {
	width: 590px;
	background-image: url(images/contact.jpg);
	background-repeat: no-repeat;
	height: 30px;
}
#titleContact h1 {
	display: none;
}

#titleFaqs {
	width: 770px;
	background-image: url(images/faqs.jpg);
	background-repeat: no-repeat;
	height: 30px;
}
#titleFaqs h1 {
	display: none;
}

#titlePubli {
	width: 770px;
	background-image: url(images/publi.jpg);
	background-repeat: no-repeat;
	height: 30px;
}
#titlePubli h1 {
	display: none;
}

#titleSitemap {
	width: 770px;
	background-image: url(images/sitemap.jpg);
	background-repeat: no-repeat;
	height: 30px;
}
#titleSitemap h1 {
	display: none;
}

/* trick for the footer to stay at the bottom in mozilla firefox  */
#footWrap {
	background: white url(images/footer.jpg) 0 0 no-repeat;
	background-position: top;
	width: 770px;
	height: 100%;
	float: left;
	margin: 0;
	padding-top: 5px;
	position: relative;
}

#footWrap p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 15px;
	color: black;
}

/* Links styles  */
a:link {
 	text-decoration: none; 
	color: #000033;
}

a:visited {
	text-decoration: none;
	color: #000033;
}

a:hover {
	text-decoration: underline;
	color: #0066cc;
}
					/*  END --- COMMON STYLES FOR EVERY PAGE   */


					/*  HOME PAGE STYLES   */
#wrapper {
	position: relative;
	background-color: #FFFFFF;
	width: 770px;
	height: 100% auto;
	float: left;
	margin: 0;
}

/*   Box features  */
#wrapBox {
	width: 150px;
	height: 100% auto;
	float: left;
	margin: 2px;
	position: relative;
}

#menuBox {
	width: 150px;
	display: block;
	background-image: url(images/bottombox.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000033;
	padding-bottom: 11px;
}

/*   duplicate bg img to extend the text area without going out of the box  */
#menuBox p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px; 
	padding-bottom: 11px;
	background-image: url(images/repeatbox.jpg);
	background-repeat: repeat-y;
}

#menuBox h3{
	background-image: url(images/topbox.jpg);
	background-repeat: no-repeat; 
}

#menuBox h3 {
	margin: 0;
	padding: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	width: 150px;
	color:#FFFFFF;
	font-size: 1em;
	text-align: center;
	height: 22px;
	float: right;
}


					/* CONTACT PAGE STYLES */
#colContact {
	width: 350px;
	float: left;
	margin: 3px;
	padding: 7px;
	height: 100%;
	border: thin outset #66cc99;
}
					
#colContact h3{
	background-image: url(images/icon/contact.jpg);
	background-repeat: no-repeat;
	height: 55px;
	border: 0;
}

#colTime {
	width: 350px;
	float: left;
	margin: 3px;
	padding: 7px;
	height: 100%;
	border: thin outset #66cc99;
}

#colTime h3{
	background-image: url(images/icon/schedule.jpg);
	background-repeat: no-repeat;
	height: 55px;
	border: 0;
}
					/* END --- CONTACT PAGE STYLES */

.style1 {
	color: #FFFFFF;
	font-weight: bold;
}

#flashcontent {
	width: 352px;
	height: 288px;
}
