/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-image: url('http://www.wkacanada.ca/images/wka_bg_s.png');
 background-position: top right;
 background-repeat: repeat-x;
 background-color: #f2f2f2;
}
#wrapper { 
 margin: 0 auto;
 width: 300px;
}
#content { 
 width: 100%;
 color: #333;
 border: 0px solid #ccc;
 background: #ffffff;
 margin: 10px 0px 10px 0px;
 padding: 10px;
 height: 375px;
}

/* ENGLISH/FRENCH LINK CSS BEGINS | DEBUT DU CSS DES LIENS ANGLAIS/FRANCAIS */

.langbtn {
	border:1px solid black;
	height: 20px;
	text-align: center;
	padding: 8px;
	font-weight: bold;
	color: #ffffff;
	background-color: #990000;
	width: 100px;
	text-decoration: none;
	font-size: 1em;
}

/* ENGLISH/FRENCH LINKS CSS ENDS | FIN DU CSS DES LIENS ANGLAIS/FRANCAIS */