/* revisió el 23.01.02 */
/* revisió Tue Dec 31 23:03:02 2002 sí, cap d'any! */
/* revisió Thu Jul 10 16:25:11 2003 (separació)*/
/* revisió Tue Aug 12 17:26:31 2003 (pas a XHTML 1.0)*/
/* revisió 2004-01-13 (canvi colors)*/

/* -------------------general ----- */

body {
	font-size: 10px;
	font-family: arial, helvetica, sans-serif;
	background-color: #dddddd;
}

img {
	border: 0;
}


a:link, a:visited {
	color: #0060FF;
	text-decoration: none;
}
		
a:hover {
	color: #ff0000;
	text-decoration: none;
}


#gallery_title {
	padding: 20px 0px 0px 0px;
	text-align: center;
	color: #333333;
	letter-spacing: .7em;
}

/* ---------------for the big box in all pages */
#content {
	min-height: 400px;
	border: 10px solid #eeeeee;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #ffffff;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 50px;
}

.text {
	padding: 10px 0px 10px 50px;
}

.menu {
	padding: 10px 0px 10px 50px;
}

/* ---------------for the boxes in the art page */
.pics_art {
	padding-left: 20%;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
	margin: 10px;
	color: #333333;
	background-color: #ffffff;
	border: 10px solid #eeeeee;
}