@import url(banner.css);

@import url(sidebar.css);

@import url(content.css);

@import url(EmailForm.css);

@import url(programme.css);

@import url(footer.css);

@import url(google404.css);

* { 
	margin: 0;
	padding: 0; 
}

body { 	 		
	background: rgb(205,215,200);	
	font-family: "Helvetica", "Arial", sans-serif; 
	font-size: 80%;
}

img {
	border: none;
}

div#wrapper { 
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 20px;
	margin-bottom: 2em; 
	padding: 0; 
	width: 750px;
	background: rgb(230,240,255);
	border: 1px solid rgb(150,185,230);
}

.fauxlink {
	color: rgb(0,0,255);
	text-decoration: underline;
}



