/*
      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;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#faux {
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%;
 background-image:url(img/back1.jpg);
 
}
#header {
 background-image:url(img/head2.jpg);
 width: 902px;
 height: 200px;
}
#mail {
		float: right;
		display: block;
		width: 362px;
		height: 200px;
		background: url(img/mail.png) no-repeat top left;
	}
	#mail:hover {
		background: url(img/mail_h.png) no-repeat top left;
	}
#navigation {
background-image: url(img/navjpg.jpg);
height:26px;
}
#rightcolumn { 
 float: right;
 color: #333;
 margin: 10px;
 padding: 0px;
 width: 890px;
 display: inline;
 position: relative;
}
#footer { 
 width: 902px;
 height: 45px;
 clear: both;
 padding: 10px;
 background-image: url(img/foot.jpg);
 }
#bagenda {
		float: left;
		display: block;
		width: 160px;
		height: 42px;
		background: url(img/boton_agenda.png) no-repeat top left;
	}
	#bagenda:hover {
		background: url(img/boton_agenda_h.png) no-repeat top left;
	}
#bpaneles {
		float: left;
		display: block;
		width: 160px;
		height: 42px;
		background: url(img/boton_paneles.png) no-repeat top left;
	}
	#bpaneles:hover {
		background: url(img/boton_paneles_h.png) no-repeat top left;
	}
#bparticipantes {
		float: left;
		display: block;
		width: 160px;
		height: 42px;
		background: url(img/boton_part.png) no-repeat top left;
	}
	#bparticipantes:hover {
		background: url(img/boton_part_h.png) no-repeat top left;
	}
	
#btalleres {
		float: left;
		display: block;
		width: 160px;
		height: 42px;
		background: url(img/boton_talleres.png) no-repeat top left;
	}
	#btalleres:hover {
		background: url(img/boton_talleres_h.png) no-repeat top left;
	}
#bmesas {
		float: left;
		display: block;
		width: 160px;
		height: 42px;
		background: url(img/boton_mesas.png) no-repeat top left;
	}
	#bmesas:hover {
		background: url(img/boton_mesas_h.png) no-repeat top left;
	}
	
	#balj {
		float: left;
		display: block;
		width: 160px;
		height: 68px;
		background: url(img/boton_alj.png) no-repeat top left;
	}
	#balj:hover {
		background: url(img/boton_alj_h.png) no-repeat top left;
	}
.clear { clear: both; background: none; }