@charset "UTF-8";
/* CSS Document */

/*
Site Dev: Calmunity.ca
Last updated: July 2, 2013
*/

body{
	background:#ffffff;
	font:11px "Lucida Grande", Tahoma, sans-serif;
	color:#555;
	margin:90px 0px 0px 0px;
	padding:0px;
	text-align:center;
	width:100%;
}

#wrap{
	position:relative;
	width:780px;
	height:420px;
	padding:inherit;
	margin:0px;
	background:url(images/logos_bg.jpg) top center no-repeat;
}

#panel-amano{
	width:200px;
	height:222px;
	float:left;
}
#panel-amano a, visited{
	color:#555;
	text-decoration:none;
}
#panel-amano a:hover{
	color:#a03e00;
	text-decoration:underline;
}


#panel-bish{
	width:192px;
	height:222px;
	float:left;
}
#panel-bish a, visited{
	color:#555;
	text-decoration:none;
}
#panel-bish a:hover{
	color:#6e7b61;
	text-decoration:underline;
}


#panel-mercato{
	width:192px;
	height:222px;
	float:left;
}
#panel-mercato a, visited{
	color:#555;
	text-decoration:none;
}
#panel-mercato a:hover{
	color:#c26533;
	text-decoration:underline;
}


#panel-maurizio{
	width:195px;
	height:222px;
	float:left;
}
#panel-maurizio a, visited{
	color:#555;
	text-decoration:none;
}
#panel-maurizio a:hover{
	color:#000000;
	text-decoration:underline;
}

#footer{
	clear:both;
	height:60px;
	margin-top:70px;
}
#footer a, visited{
	color:#555;
	text-decoration:none;
}
#footer a:hover{
	color:#000;
	text-decoration:underline;
}