@charset "utf-8";
body {
	background-color: #ECE6EA;
	background-image: url(../Images/title_background.jpg);
}
h1 {
	color: #68174F;
}
h2 {
	color: #64174D;
}

/*TOP BAR**********************************************************************************************/
#topbar {
	background-color: #B289A7;
	background-image: url(../Images/mauve_logo.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#topbar h1 {

}
/*MENU**********************************************************************************************/
.selectedanchor{
	color: #D0BFC9;
	background-color: #64174D;
}
.anylinkcss{
	color: #64174D;
	background-color: #D0BFC9;
}

.anylinkcss a:hover{
	background: #64174D;
	color: #D0BFC9;
}
.anylinkcss ul{
	color: #64174D;
}
.anylinkcss ul li a{
	color: #64174D;
}
#item a  {
	color: #64174D;
	background-color: #D0BFC9;
}
#item a:hover {
	color: #D2BEC9;
	background-color: #64174D;
}
/*MAIN BOX**********************************************************************************************/
#Maintext {

}
#Maintext a {
	color: #64174D;
}
#Maintext #MAIN {
	border: 1px solid #64174D;
}
/*WIDE MAIN BOX**********************************************************************************************/



/*RIGHT COLUMN**********************************************************************************************/

#PictureColumn p a {
	color: #64174D;
}
#PictureColumn img {
	border: 1px solid #64174D;
}
#bottombox {
	border: 1px dotted #64174D;
	background-color: #FFF;
}

#bottombox h1 {
	font-size: 12px;
	color: #64174D;
	background-color: #D0BFC9;
	border-bottom-color: #64174D;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
#bottombox a {
	color: #64174D;
}

/*FOOTER**********************************************************************************************/
#footerbar {
	background-color: #D0BFC9;
	border-color: #64174D;
}
#footertext {
	border: 1px none #64174D;
	color: #64174D;
}
#footertext a {
	color: #64174D;
}
#footertext a:hover {
	color: #64174D;
}

/*Gallery***************************************************************************************/
#myGallery, #myGallerySet, #flickrGallery
{
	border: 1px solid #64174D;
}
.jdGallery a.left
{
	left: 0;
	top: 0;
	background: url('img/lilac/fleche1.png') no-repeat center left;
}
* html .jdGallery a.left { background: url('img/lilac/fleche1.gif') no-repeat center left; }

.jdGallery a.right
{
	right: 0;
	top: 0;
	background: url('img/lilac/fleche2.png') no-repeat center right;
}

* html .jdGallery a.right { background: url('img/lilac/fleche2.gif') no-repeat center right; }

.withArrows a.open:hover { background: url('img/lilac/open.png') no-repeat center center; }

* html .withArrows a.open:hover {
	background: url('img/lilac/open.gif') no-repeat center center;
	filter:alpha(opacity=100);
}
.remooz-btn-close
{
	background-image: url('img/lilac/closebox.png');
}
.remooz-engine-trident4 .remooz-btn-close
{
	background-image: url('img/lilac/closebox.gif');
}
.remooz-box
{
	border: 1px solid #64174D;
}
.jdGallery a.carouselBtn
{
	background-color: #B289A7;
}

.jdGallery .carousel
{
	background-color: #B289A7;
}

	/***********************************************************************************************/
#container #Maintext table tr td h2 {
	color: #FFF;
	background-color: #B289A7;
	line-height: 20px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#container #Maintext #plain {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#container #Maintext table tr td {
	padding-top: 0px;
	padding-left: 2px;
}
#container #Maintext table {
	border: 1px dotted #B289A7;
	float: left;
	margin-right: 5px;
	background-color: #FFF;
}
#container #Maintext table tr {
	height: 20px;
	padding-left: 2px;
}

