/* CSS Document */
body {
	background-color: #993333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #EBC9B4;
	margin: 0px;
}
#menu {
	text-align: left;
	width: 100%;
	height: 56px;
}
ul#navcontainer {
    list-style-type: none;
    margin: 0px;
    overflow: hidden;
    background: transparent url(images/mb_nav_glued_final.jpg) no-repeat 0 0;
    position: relative;
    width: 662px;
    height: 56px;
}
ul#navcontainer li a {
    text-indent: 0em;
    text-decoration: none;
    padding: 56px 0 0 0;
    overflow: hidden;
    background: transparent url(images/mb_nav_glued_final.jpg) no-repeat 0 0;
    position: absolute;
    top: 0;
    left: 0px;
    height: 0px !important; 
    height /**/:56px; /* IE5/Win */
}
ul#navcontainer li#biography a.section { background-position: 0px -112px; width: 145px; left:  0px; }
ul#navcontainer li#biography a { background-position: 0px 0px; width: 145px; left:  0px; }
ul#navcontainer li#biography a:hover { background-position:  0px -56px; }
ul#navcontainer li#ecole a.section { background-position: -145px -112px; width: 165px; left: 145px; }
ul#navcontainer li#ecole a { background-position: -145px 0px; width: 165px; left: 145px; }
ul#navcontainer li#ecole a:hover { background-position: -145px -56px; }
ul#navcontainer li#gallery a.section { background-position: -310px -112px; width: 100px; left: 310px; }
ul#navcontainer li#gallery a { background-position: -310px   0px; width: 100px; left: 310px; }
ul#navcontainer li#gallery a:hover { background-position: -310px -56px; }
ul#navcontainer li#contact a.section { background-position: -410px -112px; width: 90px; left: 410px; }
ul#navcontainer li#contact a { background-position: -410px   0px; width: 90px; left: 410px; }
ul#navcontainer li#contact a:hover { background-position: -410px -56px; }
ul#navcontainer li#links a.section { background-position: -500px -112px; width: 162px; left: 500px; }
ul#navcontainer li#links a { background-position: -500px 0px; width: 162px; left: 500px; }
ul#navcontainer li#links a:hover { background-position: -500px -56px; }

#sidebar {
	float:left;
	background-image: url(images/mb_side.jpg);
	width: 138px;
	height: 480px;
	margin: 0px;
	background-repeat: no-repeat;
}
#contenttop {
	background-image: url(images/mb_top.jpg);
	height: 62px;
	width: 800px;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: 138px;
}
#content {
	background-image: url(images/mb_contentblock.jpg);
	height: 480px;
	width: 800px;
	margin: 0px;
	background-repeat: no-repeat;
	position: relative;
	background-position: 138px 118px;
	text-align: left;
}
#contentside {
	margin-left: -50px;
	display: inline;
}
div.contentblock {
	text-align: left;
	position: relative;
	left: 10px;
	top: 0px;
	width: 615px;
	height: 320px;
	overflow: auto;
	padding: 5px 5px 5px 5px;
}
div.footer {
	width: 800px;
	text-align: center;
	font-size: 9pt;
	color: #FF0000;
	color: #732626;
}
div.footer a {
	color: #C94343;
	text-decoration: none;
}
div.footer a:hover {
	color: #999999;
	text-decoration: underline overline;
}

a {
	color: #DEA583;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: underline overline;
}
#page {
	width: 800px;
	border: solid;
	border-color: #000000;
	overflow: hidden;
}
div.heading {
	font-size: 14pt;
	font-weight: bold;
	color: #990000;
	
}
div.paintinginfo {
	text-align: left;
	margin: 5px;
	width: 200px;
	position: relative;
}
div.painting {
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
	width: 300px;
}
#floatclear {
	clear: both;
}
