
/* ==============================================
       Homepage StyleSheet for www.maeght.com
   ============================================== */


/*--- global ---*/

h2 {
	color: #5A92C9;
	margin-bottom: 20px;
}

/*--- boxes ---*/

#boxes {
	background: #ffffff;
	overflow: auto;
}
#boxes a:link, a:visited {
	color: #5A92C9;
	text-decoration: none;
}
#boxes a:hover, a:active {
	color: #5A92C9;
	text-decoration: underline;
}
#col1 {
	float: left;
}
#col2 {
	float: right;
}
div.left-boxes {
	width: 280px;
	min-height: 380px;
	background-color: #eeeeee;
	padding: 15px;
	margin: 20px 0 0 0;
}
div.main-box {
	width: 640px;
	background-color: #ffffff;
	padding: 0;
	margin: 20px 0 0 0;
	line-height: 1em;
}
div.main-box2 {
	width: 610px;
	background-color: #eee;
	padding: 15px;
	margin: 20px 0 0 0;
	line-height: 1.4em;
}
#col11 {
	float: left;
}
#col22 {
	float: left;
	margin: 0px 20px;
}
#col33 {
	float: right;
}
div.box {
	width: 280px;
	min-height: 346px;
	background-color: #eee;
	margin: 20px 0 0 0;
	padding: 15px;
}

/*-------- footer --------*/

#footer {
	background: #ffffff;
	clear: both;
	text-align: right;
	font-size: 75%;
	font-style: italic;
	padding-top: 10px;
	color: #666666;
}
#footer a:link, a:visited {
	color: #666666;
}
#footer a:hover, a:active {
	color: #000000;
	text-decoration: none;
}
#footer img {
	margin-left: 10px;
	opacity: 0.65;
}
#footer img:hover {
	opacity: 1;
}