html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}

body li {
padding:0,0,150,150px;
}

a {
	color: #3333FF;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	/*background: #F6F6FE url(images/page_bg.jpg) repeat-x; */
	text-align: center;
	font: 14px "Trebuchet MS";
	color: #333333;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 888px;
position: relative;
}
#left {
 top: 0;
 left: 50;
 width: 268px;
}
#right {
	position: absolute;
	top: 7px;
	left: 341px;
	width: 551px;
	height: 1923px;
}

/** Left **/
#left {
 background: url(images/SurgeryInFranceCom245x85.png) no-repeat;
 margin-top: 11px;

}
#left h1 {
 text-align: center;
 font: 27px "Trebuchet MS";
 color: #2A52BE;
 height: 150px;
}

#navmenu {
top: 0px;
}
/** Right **/
#nav {
 background: url(images/Montage.jpg) no-repeat;
 height: 108px;
}

#nav :hover {
color: red;
}

#nav ul {
	margin: 0;
	padding: 0 0 0 0px;
}
#nav li {
 float: left;
 border-right: 0px solid #486F21;
 padding: 5px 9px 9px 7px;
 list-style: none;
}
#nav li.last {
 border-right: none;
}
#nav a {
	color: #000066;
	font: bold normal 15px arial, sans-serif;
}

/** Body **/
/**
#body {
 background: url(images/body_bg.jpg) repeat-y;
}

#body-top {
 background: url(images/body_top.jpg) no-repeat;
}
**/
#body-bot {
 /*background: bottom left url(images/body_bot.jpg) no-repeat; */
 padding: 36px 89px 19px 39px;
}

#body h2 {
 font: bold 24px "Trebuchet MS", serif;
 color: #336600;
}
#body h2 strong {
 color: #486F21;
 font-weight: normal;
 font-size: 18px;
}
#body h3 {
 font: bold 14px "Trebuchet MS", serif;
 color: #003366;
 margin-top: 1.4em;
 margin-bottom: 1.1em;
}
#body h4 {
 color: black;
}
#body .left {
 margin: 0 26px 0 0;
}


/** footer **/

.body-hr {
 clear: both;
 height: 43px;
 background: bottom left url(images/body_hr.jpg) no-repeat;
 margin: 10px -39px;
}

#footer {
	text-align: right;
}
