
				

/***********************************************/
/* general page stuff                          */
/***********************************************/


body {
	background-color: #ffffff;
	color: #000000;
	font-family: "Orator STD", Arial, Helvetica, sans-serif;
	letter-spacing: .5px;
	font-size: 16px;
	line-height: 1.6em;
	text-align: left;
	text-transform: none;
	margin: 0px;
	padding: 0px;
}

* html body {
	margin: 0px;
    font-size: x-small; /* for IE5 Win */
    font-size: small; /* for other IE versions */
}

/***********************************************/
/* college gallery                          */
/***********************************************/

span.college {
margin:0;
padding:0px;
}

span.college a, span.college a:link, span.college a:visited {
display:block;
background-image:url("./imgs/college_over.jpg");
background-repeat: no-repeat;
}

span.college img {
border:0;
}

span.college a:hover img {
visibility:hidden;
}

/***********************************************/
/* familial gallery                          */
/***********************************************/

span.familial {
margin:0;
padding:0;
}

span.familial a, span.familial a:link, span.familial a:visited {
display:block;
background-image:url("./imgs/familial_over.jpg");
background-repeat: no-repeat;
}

span.familial img {
border:0;
}

span.familial a:hover img {
visibility:hidden;
}


/***********************************************/
/* placesobjectsthings gallery                          */
/***********************************************/

span.placesobjectsthings {
margin:0;
padding:0;
}

span.placesobjectsthings a, span.placesobjectsthings a:link, span.placesobjectsthings a:visited {
display:block;
background-image:url("./imgs/placesobjectsthings_over.jpg");
background-repeat: no-repeat;
}

span.placesobjectsthings img {
border:0;
}

span.placesobjectsthings a:hover img {
visibility:hidden;
}


/***********************************************/
/* portraits gallery                          */
/***********************************************/

span.portraits {
margin:0;
padding:0;
}

span.portraits a, span.portraits a:link, span.portraits a:visited {
display:block;
background-image:url("./imgs/portraits_over.jpg");
background-repeat: no-repeat;
}

span.portraits img {
border:0;
}

span.portraits a:hover img {
visibility:hidden;
}

/***********************************************/
/* menu styles                                 */
/***********************************************/


.menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu li {
	padding: 0;
	margin: 0;
	height: 40px;
	margin-right: 5px;
	list-style: none;
	background-repeat: no-repeat;
}
.menu li a, .menu li a:visited {
	display: block;    
	text-decoration: none;
	height: 40px;
	background-repeat: no-repeat;
}
.portfolio {background-image: url(./imgs/portfolio_ro2.gif); width: 150px;}
.portfolio a {background-image: url(./imgs/portfolio_ro1.gif); width: 150px;}

.portfolio_familial {background-image: url(./imgs/portfolio_ro_familial2.gif); width: 150px;}
.portfolio_familial a {background-image: url(./imgs/portfolio_ro1.gif); width: 150px;}

.portfolio_college {background-image: url(./imgs/portfolio_ro_college2.gif); width: 150px;}
.portfolio_college a {background-image: url(./imgs/portfolio_ro1.gif); width: 150px;}

.portfolio_pot {background-image: url(./imgs/portfolio_ro_pot2.gif); width: 150px;}
.portfolio_pot a {background-image: url(./imgs/portfolio_ro1.gif); width: 150px;}

.portfolio_portraits {background-image: url(./imgs/portfolio_ro_portraits2.gif); width: 150px;}
.portfolio_portraits a {background-image: url(./imgs/portfolio_ro1.gif); width: 150px;}

.contact {background-image: url(./imgs/contact_ro2.gif); width: 150px;}
.contact a {background-image: url(./imgs/contact_ro1.gif); width: 150px;}

ul.menu li a:hover {background: none;}
.menu li {float: left;}
.menu:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}



/***********************************************/
/* links styles                               */
/***********************************************/


#currentlink {
	color: #663366;
	}
	
.currentgallerylink a:link {
	color: #000000;
	text-decoration: none;
}

.currentgallerylink a:visited {
	color: #000000;
	text-decoration: none;
}

.currentgallerylink a:hover {
	background: url(./imgs/fam.gif) no-repeat;
	text-decoration: none;
}

.currentgallerylink a:active {
}

.links a:link {
	color: #000000;
	text-decoration: none;
	outline: 0;

}

.links a:visited {
	color: #000000;
	text-decoration: none;
	outline: 0;
}

.links a:hover {
	color: #663366;
	text-decoration: none;
	outline: 0;
}

.links a:active {
	color: #663366;
	outline: 0;
}


