a {
	/*color: #D83535;*/
	color: #9370DB;
}
a:hover {
	/*color: #D83535;*/
	color: #C71585;
}

#main {
	background-image: url(../index/main.jpg);
	text-align: center;
}

#laurette {
	background-image: url(../index/laurette_fugain-2007-brush.jpg);
	border: 1px solid white;
	padding: 0 12px 12px;
}
#laurette h3 {
	margin: 0;
	padding: 0;
	/*border: 1px solid red;*/
}

#enfoires {
	background-color: #1061cd;
	background-image: url(../index/enfoires_2008.jpg);
	background-repeat: no-repeat;
	width: 292px;
	padding: 70px 240px 8px 190px;
	border: 1px solid white;
}
#enfoires #height {
	/*border: 1px solid red;*/
	height: 96px;
	width: 0;
	float: left;
}
#enfoires h3 {
	margin: 0;
}

#enfoires a:hover {
	color: #B22222;
}

.main-top {
	width: 706px;
	padding: 8px;
	background-color: black;
	border: 1px solid white;
}

.main-top p {
	text-align: justify;
}

.main-top h2 {
	/*width: 392px;*/
	/*padding: 8px;*/
	/*float: left;*/
}

#wishes {
	position: relative;
	height: 281px;
	top: 0px;
}

#wishes_link {
	bottom: 8px;
	right: 8px;
	font-style: italic;
	position: absolute;
}

.main-left {
	margin-top: 20px;
	float: left;
	width: 436px;

}

.main-left .frame {
	margin-top: 20px;
	width: 416px;
	padding: 8px;
	background-color: black;
	border: 1px solid white;
}

.main-left .no_border_frame {
	width: 416px;
	height: 218px;
	padding: 8px;
	background-color: Black;
	text-align: left;
	overflow: auto;
	border-top-color: White;
	border-top-style: solid;
	border-top-width: 1px;
}

.main-left .no_padding_frame {
	margin-top: 20px;
	width: 432px;
	background-color: black;
	border: 1px solid white;
}

.main-left .no_padding_frame h3 {
	padding: 0 8px;
}

.main-right {
	margin-top: 20px;
	float: left;
	width: 264px;
	padding-left: 22px;
}

.main-right .frame {
	margin-top: 20px;
	width: 248px;
	padding: 8px;
	background-color: black;
	border: 1px solid white;
}

.main-right .no_padding_frame {
	margin-top: 20px;
	width: 264px;
	background-color: black;
	border: 1px solid white;
}

.main-right .no_padding_frame h3 {
	padding: 0 8px;
}

#main-bottom {
	margin-top: 20px;
	width: 722px;
	background-color: black;
	border: 1px solid white;
	text-align: left;
}

#main-bottom a {
	margin: 0 0 0 3px;
	float: left;
	display: block;
}

#main-bottom h3 {
	margin-left: 8px;
	margin-right: 8px;
	text-align: center;
}

#main a {
	font-weight: bold;
}

#footer {
	background-image: url(../index/header.jpg);
	background-position: 0 -115px;
}

/* position:relative and overflow:hidden are required */
#scroller {
	position: relative;
	overflow: hidden;
	width: 722px;
	margin-top: 20px;
	border:1px solid white;
	background-color: black;
}

/* display:none prevents the controls being shown when JavaScript is not present */
#controls {
	display: none;
	text-align: right;
}

/* add link formatting for the controls */
#controls a {
	color: silver;
	text-decoration: none;
	font-weight: normal;
}

#controls a:hover {
	color: white;
	text-decoration: underline;
}

/* add formatting for the scrolling text */
#tag {
	margin: 8px
}

/* #testP must also contain all text-sizing properties of #tag */
#testP {
	visibility: hidden;
	position: absolute;
	white-space: nowrap;
}

/* used as a page top marker and to limit width */
#scroller_top {
	width: 722px;
	margin: auto;
}


/* STYLES FOR CROSSFADER */

#cf_wrapper {
	position: relative;
	text-align: left;
	width: 416px;
	height: 244px;
	overflow: auto;
}

.cf_element {
	width: 404px;
	height: 239px;
	background-color: #eee;
	background-image: url(../images/loading.gif);
	background-position: center;
	background-repeat: no-repeat;
}
