body{
font-family: "Trebuchet MS";
}
p, p.orange, p.green, p.blue {
	font-size:110%;
}
h4 {
	font-size: 110%;
}
h5 {
	font-size: 110%;
}
.article {
	font-size: 110%;
}
.content, .contenthome, .contentfilm {
	font-size: 110%;
}
.content p, .contenthome p, .contentfilm p {
	font-size: 110%;
}
.content p.orange {
	font-size: 110%;
}
.rightside {
	position:absolute;
	padding-top: 0px;
	top: 940px;
	right: 0px;
	width: 107px;
	height: 509px;
	background-color:#0000FF;
	background-image: url(../images/rightside.png);
	background-repeat: repeat-y;
	display:block;
}
.leftside {
	position:absolute;
	padding-top: 0px;
	top: 940px;
	width: 107px;
	height: 509px;
	background-image: url(../images/leftside.png);
	background-repeat: repeat-y;
	display:block;
}