@charset "utf-8";
/* CSS Document */
body{
background-color:#314401;
background-image:url(images/bg.jpg);
background-position:top center;
background-repeat:repeat-x;
margin: 0px;
font-family:Arial, Helvetica, sans-serif;
}
.rightside{
	background-image:url(images/rightbg.jpg);
	background-repeat:repeat-y;
	background-position:top;
	padding:5px;
	font-size:13px;
	color:#deebbd;
	font-weight:bold;
	}
.leftside{
	background-image:url(images/bgleft.jpg);
	background-repeat:repeat-x;
	background-position:top;
	font-size:13px;
	color:#e0cb89;
	}
.style7 {font-size: 18px; color: #ffc600; font-weight: bold; }