body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1{
	color : #006600;
	font-size : 2em;
	text-transform: uppercase;
	font-weight: bold;	
}

h2{
	font-weight: bold;
	text-align: center;
	font-size: 1.3em;
	margin-bottom : 1em;
}
strong{
	font-weight: bold;
}
em{
	font-style: italic;
}
sup{
	font-size: 0.4em;
	vertical-align: super;
}

a{
	text-decoration: none;
	color : #004366;
}
a:hover{
	text-decoration: underline;
}

#container{
	width : 700px;
	margin : 0 auto;
}

#header{
	text-align: center;
	margin-bottom : 2em;
}

#content{
	
}

#diaporama{
	text-align: center;
	margin-bottom : 2em;
}

#cols{
	margin-bottom : 2em;
	line-height: 1.4em;
}
.col{
	float : left;
	width : 45%;
	margin : 0 1em;
}
.col p{
	text-align: justify;
}

p#moreinfo{
	text-align: center;
	margin-bottom : 2em;
}
p#moreinfo a.button{
	background-color : #006600;
	color : white;
	padding : 10px;
	font-weight: bolder;
	font-size: 1.2em;
	letter-spacing: 2px;
	-moz-border-radius: 10px;  
   -webkit-border-radius: 10px;  
   border-radius: 10px;  
	
	line-height: 2.5em;
}
p#moreinfo a.button:hover{
	background-color : #004366;
}

#footer{
	margin : 2em 0;
	text-align: center;
	font-size: 0.8em;
}


.clear{
	clear : both;
}
