.left-bg {
	background-image: url(img/left-bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 190%;
	font-weight: bold;
	color: #FFFFCC;
	text-decoration: underline;
}
#menu a:hover {
	
	text-decoration: none;
}
.right-bg {
	background-image: url(img/bg-middle.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.mainbg {
	background-image: url(img/mainbg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFCC;
	font-weight: bold;
	line-height: 120%;

}
.textLarge {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #FFFFCC;
	font-weight: bold;
	line-height: normal;
}
