/* CSS Document */
body {
	background:#c6b3a1 url(../images/sebastienBgdMain.jpg) no-repeat center center fixed;
	font-size:.7em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	
	width:100%;
	}
#copyrightNotice {
	color:#e38902;
	font-size:10px;
	float:right;
	margin-right:30px;
	text-align:right;
	}
#copyrightNotice p{
	float:right;
	}
#copyrightNotice a{
	font-variant:normal;
	color:#e38902;
	}
#copyrightNotice a:hover{
	color:#000;
	text-decoration:underline;
	}
/* MAIN BODY OF A WEB PAGE */
#wrapper {
	width:720px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	color:#333333;
	clear:both;	
	}
#mainContent {
	margin:auto;
	margin-bottom:10px;
	padding:10px;
	}
#mainContent img{
	margin:0;
	padding:0;
	}
/* ACCORDION */
#accordion {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
  	width: 100%;
	}
#accordion  div {
	padding:0;
	margin: 0;
	}
#accordion  div.sixMonths {
	background: url(../images/accordionBgds/sebastien6Months.png) no-repeat top right;
	}
#accordion  div.christening {
	background: url(../images/accordionBgds/sebastienChristening.png) no-repeat top right;
	}
#accordion  div.oneYear {
	background: url(../images/accordionBgds/sebastienOneYear.png) no-repeat top right;
	}
#accordion  div.eighteenMonths {
	background:url(../images/accordionBgds/sebastien18months.png) no-repeat top right;
	}
#accordion  div.secondBday {
	background: url(../images/accordionBgds/sebastiensecondBday.png) no-repeat top right;
	}
#accordion  div.theBeach {
	background:url(../images/accordionBgds/sebastienBeach.png) no-repeat top right;
	}
#accordion  div.halloweenParty {
	background:url(../images/accordionBgds/sebastienHalloween.png) no-repeat top right;
	}
#accordion  div.hayride {
	background:url(../images/accordionBgds/sebastienHayride.png) no-repeat top right;
	}
#accordion  div.lexi {
	background:url(../images/accordionBgds/sebastienWithLexi.png) no-repeat top right;
	}
#accordion div div {
	background:none;
	width:400px;
	height:300px;
	overflow:auto;
	}
#accordion  h2  {
	outline:none;
	font-size:11px;
	font-variant:small-caps;
	text-decoration: none;
	text-align:left;
	color:#000;
	background: #1bc1e4;
	height: 15px;
	padding: 3px;
	border-bottom: 1px solid #666;
	margin: 0;
	cursor: pointer;
	filter:alpha(opacity = 60);
	-moz-opacity:.60;
	opacity:.60;	
	}
#accordion a {
	border:none;
	text-decoration:none;
	outline:none;
	padding:4px;
	float:left;
	}
#accordion a img {
	text-decoration:none;
	outline:none;
	border:none;
	border-bottom:1px solid #666;
	border-right:1px solid #666;
	}
#accordion  h2.current {
	background:#F00;
	color:#fff;
	}
#validationIcons {
	margin-top:30px;
	}
