/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0 0 0;
	padding: 0;
	background-color: #F4F4F5;
}
em {
	font-style: normal;
	font-weight: bold;

}
#container {
	width: 829px;
	margin: 0 auto;
}
#header {
height: 105px;
background-color: none;
margin-top: 23px;
margin-bottom: 8px;
}
#menu {
height: 30px;
background-color: none;
}
#centre {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(../img/line.gif);
	height: 345px;

}

#footer {
	height: 65px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(../img/bottom-box.gif);

}

p {margin: 0 0 10px;}


.posimage {  /* positionning doors on index.html */
margin-top : 0px;
}
a.registration {
	font: bold 11px Lucida Grande, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #CB2E19;

}

/* menu */
#navcontainer ul
{
	padding: 0;
	margin: 0;
	color: White;
	width: 100%;
	font: bold 11px/98px Lucida Grande, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-image: url(../img/top-box.gif);
	height: 80px;
	text-align: center;

}

#navcontainer ul li {
	display: inline;
	margin-right: 17px;
	margin-left: 17px;
}

#navcontainer ul li a
{
	color: #CB2E19;
	text-decoration: none;
}

#navcontainer ul li a:hover
{
color: gray;
}

#navcontainer #active #current
 { 
color: gray;
 } 



/* end menu */


#topimg {
	height: 208px;
	background-image: url(../img/bkg-top.gif);

}

#main {
	background-image: url(../img/line.gif);
}
h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
	padding-top: 30px;
	padding-bottom: 18px;
	color: #CB2E19;
	font-family: Lucida Grande, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 19px;
}
#textmain {
	margin-left: 50px;
	margin-right: 50px;
	font-family: "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 22px;

}
.vignet {
	float: left;
	margin-right: 15px;
	padding-bottom: 15px;
	padding-top: 5px;

}
table {
	margin-left: 50px;
	margin-right: 50px;
	font-family: "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 22px;


}





