@charset "utf-8";
/* CSS Document */

body {
	font-family: century gothic;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	color: #736C26;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	margin-top:0px;

}

.middle {
	text-align: center;
}
.white {
	color: #FFF;
	text-align: center;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #ADCE0D;
}
a:active {
	text-decoration: none;
	color: #ADCE0D;
}
white_left {
	color: #FFF;
}
.white_left {
	color: #FFF;
}
