/* START of general setup */
* {
	margin:0;
	padding:0;
}

html, body {
	text-align:center;
	font-family: Calibri, Arial, sans-serif;
	background:#1b0a03 url(bgTexture.png) repeat-x;
}

a {
	text-decoration:none;
	color:#00F;
	border-bottom:1px dashed;
}

a:hover {
	color:#f00;
	border-bottom:1px solid;
}

img.centre {
	display: block;
	margin: 0 auto;
	padding: 0 0 6px 0;
}
/* END of general setup */

div#container {
	width:605px;
	margin:0 auto;
	background:#fff;
}

div#header {
	width:601px;
	height:86px;
	background:#2e3641 url(header.gif) center no-repeat;
	border-width:2px 2px 0;
	border-color:#FFF;
	border-style:solid;
	text-indent:-9999px;
}

div#content {
	width:380px;
	margin:20px 0 70px 20px;
	float:left;
}

div#article {
	position:relative;
	margin: 0 0 30px 0;
	width:380px;
	background:#ebf5bb;
	text-align:left;
}

div#articleTitle {
	width:372px;
	height:34px;
	padding:2px 4px;
	background:#656e7e url(titleBG.png) right no-repeat;
	font-size:26px;
}

.title {
	font-family:"Century Gothic", Verdana, Arial, sans-serif;
	color:#fff;
}

div#article p {padding:10px;}

div#article ul {
	list-style:disk inside;
	padding:0 0 14px 24px;
}

div#sandbag {
	width:60px;
	height:35px;
	float:right;
	background-color:transparent;
}

.title:first-letter {
	font-weight:bold;
}

div#pictogram {
	width:46px;
	height:60px;
	float:right;
	position:absolute;
	top:6px;
	right:6px;
}

div#sideBar {
	width:165px;
	margin:20px;
	float:right;
	background: #d5def7;
}

div#sidePhoto {
	height:136px;
	width:136px;
	margin:10px auto;
	border:4px #fff solid;
	background:url(sidePhoto.jpg)
}

div#eventsTitle {
	margin:10px;
	font-size:18px;
	line-height: 28px;
}

div#eventsItem {
	margin:10px;
	padding:4px;
	border-bottom:#656e7e 1px solid;
	font-size:0.8em;
}

div#eventsNote {
	margin:10px;
	color:#656e7e;
	font:italic 0.7em "italic Verdana", Arial, sans-serif;
}

p.eventsDate, p.telephone {
font-style:italic;
}

div#schedule {
	padding:10px;
	font-size:0.8em;
}

div#schedule td {
	text-align:center;
}

.stripe0 {
background:#f5fadd;
}

.stripe1 {
background:#def374;
}

.hr {
	width:90%;
	margin:10px auto;
	border-bottom:#656e7e 1px solid;
}

.hr hr {display:none;}

div#footer {
	width:605px;
	height:62px;
	position:relative;
	clear:both;
	background: url(footer.png);
}

div#footer p {
	padding:30px 0 0 0;
	font:10px Verdana, Arial, sans-serif;
}

div#plant {
	position:absolute;
	float:left;
	width:155px;
	height:217px;
	top:-140px;
	background:transparent url(plant.png);
}

/* START navigaton CSS */
div#navContainer {
	height:25px;
	background: url(navBG.gif) repeat-x;
}

ul#navList a {
	color:#000;
	border-bottom:none;
}

ul#navList {list-style:none;}

ul#navList li {
	display:inline;
	float:left;
	padding:0 4px;
}

ul#navList li.small {width:62px;}

ul#navList li.small a:hover {
	float:left;
	width:62px;
	height:25px;
	background:url(rollSmall.png);
}

ul#navList li.small .current {
	float:left;
	width:62px;
	height:25px;
	background:url(rollSmall.png) no-repeat -62px;
}

ul#navList li.big {width:99px;}

ul#navList li.big a:hover{
	float:left;
	width:99px;
	height:25px;
	background:url(rollBig.png);
}

ul#navList li.big .current {
	float:left;
	width:99px;
	height:25px;
	background:url(rollBig.png) no-repeat -99px;
}
