/* CSS Document */

#container {
position:absolute;
width:1024px;
height:1024px;
left:50%;
margin-left:-512px;
top:0px;

}


#leftbanner{
width:124px;
height:1000px;
float:left;
background-image:url(../images/quotes/quotes_leftbar.jpg);

}
/*---------------------------------------------------MIDDLE SECTION--------------------------------------------*/
#middle_section{
width:775px;
height:1000px;
float:left;
clear:right;
top:0px;


}

#header{
	position:relative;
	left:0px;
	top:0px;
	height:169px;
	widows:775px;
	width: 775px;
	clear: both;

}

#header1{
position:relative;
left:0px;
top:0px;
width:775px;
height:113px;

}
#header2{
position:relative;
left:0px;
top:0px;
width:775px;
height:56px;
}

#logo{
	position:relative;
	width:414px;
	height:113px;
	float:left;
	clear: none;
}

#navigation{
position:relative;
float:left;
width:361px;
height:113px;


}

#main_body{
width:775px;
height:558px;
left:0px;
}



#footer{
	position:relative;
	width:775px;
	height:273px;
	float:left;
	background-color:#FFFFFF;
	background-image: url(../images/quotes/footer.jpg);
	background-repeat: no-repeat;

}
/*--------------------------------------------------END MIDDLE SECTION--------------------------------------------*/
#rightbanner{
width:124px;
height:1000px;
float:left;
background-image:url(../images/quotes/quotes_rightbar.jpg);;

}

#footer_contents{
	width:auto;
	height:auto;
	top:0px;
	left:0px;
	position: relative;

}
a.bonheurlink:link{
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
	font-size:10px;
	
}

a.bonheurlink:visited{
	color:#999999;
	font-size:10px;
	
}

a.bonheurlink:hover{
	color:#333333;
	text-decoration: underline;
	font-size:10px;
	
}

a.bonheurlink:active{

	color:#333333;
	font-size:10px;

	
}

