body{
	
		background-image: url(images/back.jpg);
		background-color: white;
		background-repeat: repeat-y;
		background-position: center;
		font-family: trebuchet MS, Arial;
		font-size: 12px;
	
	}
	td{
		font-family: trebuchet MS, Arial;
		font-size: 12px;
	
	}
	
	#content td, #content{
		text-align: left;
	}
	
	h1 { font-family: 'Molengo', arial, serif; }
	
	.menunosel{
		background-image: url(images/menu_nosel.gif);
		background-repeat: no-repeat;
		width: 190px;
		height:36px;
		cursor: pointer;
		text-align: left;
	}
	
	.qtrans_language_chooser { list-style-type:none;  }
	.qtrans_language_chooser li { float:left; margin-right:3px; }
	.qtrans_flag { border:1px solid #b6b6b6; }
	
	.menusel{
		background-image: url(images/menu_sel.gif);
		background-repeat: no-repeat;
		width: 190px;
		height:36px;
		color:white;
		cursor: pointer;
		text-align: left;
		
	}
	
	.menusel, .menunosel .menu{
		padding: 0 0 0 10px;
		margin: 0 0 0 0;
		font-family: trebuchet MS;
		font-size:12px;	
		text-align: left;
	}
	
	.pagefooter{
		color: #888;
		text-align: center;
	}
	
	.content{
		padding-top: 0px;
	}
	
	a{
		color: #228;		
	}
	a:hover{
		color: #44E;		
	}
	
	.tiny{
		font-size: 11px;
	}
	
	p{
		
	}
	
	.puff{
		color:red;
		text-align: right;
	
		font-size: 90%;
	
	}
	
	
	
	
	
	/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

iframe{
	padding: 0;
	margin: 0;
}

a img{border:0px;}
	
	

