body {
	background: url("images/bg.jpg") repeat;
	color: #21272b;
	font-family: "Arial",Georgia,Serif;
	font-size: 14px;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
}

h1, b, strong {
	/*color: #87d92f;*/
	color: #97FF2F;
	text-shadow: 1px 1px 0px #000;
}

h1 {
	font-size: 20px;
	line-height: 22px;
}

b, strong {
	font-size: 16px;
	line-height: 18px;
}

a {
	color: #444444;
	text-decoration: none;
	text-shadow: none;
}

a:hover {
	color: #87d92f;
	text-decoration: underline;
}

/*p {
	color: #FFFFFF;
	text-shadow: 1px 1px 0px #000;
}*/

#top_menu {
	/*background: url("images/menu_bg.jpg") repeat-x;*/
	/*background-image: linear-gradient(bottom, rgb(155,166,178) 100%, rgb(178,190,203) 0%);
	background-image: -o-linear-gradient(bottom, rgb(155,166,178) 100%, rgb(178,190,203) 0%);
	background-image: -moz-linear-gradient(bottom, rgb(155,166,178) 100%, rgb(178,190,203) 0%);
	background-image: -webkit-linear-gradient(bottom, rgb(155,166,178) 100%, rgb(178,190,203) 0%);
	background-image: -ms-linear-gradient(bottom, rgb(155,166,178) 100%, rgb(178,190,203) 0%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(1, rgb(155,166,178)),
		color-stop(0, rgb(178,190,203))
	);*/
	background-image: linear-gradient(bottom, rgb(41,41,41) 0%, rgb(87,94,94) 100%);
	background-image: -o-linear-gradient(bottom, rgb(41,41,41) 0%, rgb(87,94,94) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(41,41,41) 0%, rgb(87,94,94) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(41,41,41) 0%, rgb(87,94,94) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(41,41,41) 0%, rgb(87,94,94) 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(41,41,41)),
		color-stop(1, rgb(87,94,94))
	);
	height: 56px;
}

#top_menu #menu {
	width: 980px;
	margin: 0 auto;
}

#top_menu #menu a {
	background: url("images/menu_border.jpg") no-repeat right center;
	color: #fffeff;
	text-shadow: 1px 1px 0px #000;
	line-height: 56px;
	padding: 22px;
}

#top_menu #menu a:hover, #top_menu #menu a.active {
	color: #87d92f;
	text-decoration: underline;
}

#body {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}

#left {
	float: left;
}
#left #menu {
	background-image: linear-gradient(bottom, rgb(100,147,25) 7%, rgb(105,150,33) 54%);
	background-image: -o-linear-gradient(bottom, rgb(100,147,25) 7%, rgb(105,150,33) 54%);
	background-image: -moz-linear-gradient(bottom, rgb(100,147,25) 7%, rgb(105,150,33) 54%);
	background-image: -webkit-linear-gradient(bottom, rgb(100,147,25) 7%, rgb(105,150,33) 54%);
	background-image: -ms-linear-gradient(bottom, rgb(100,147,25) 7%, rgb(105,150,33) 54%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.07, rgb(100,147,25)),
		color-stop(0.54, rgb(105,150,33))
	);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-top: -5px;
	margin-bottom: 15px;
	padding: 3px;
}

#left #menu #title {
	background-image: linear-gradient(bottom, rgb(78,124,23) 7%, rgb(83,128,27) 54%);
	background-image: -o-linear-gradient(bottom, rgb(78,124,23) 7%, rgb(83,128,27) 54%);
	background-image: -moz-linear-gradient(bottom, rgb(78,124,23) 7%, rgb(83,128,27) 54%);
	background-image: -webkit-linear-gradient(bottom, rgb(78,124,23) 7%, rgb(83,128,27) 54%);
	background-image: -ms-linear-gradient(bottom, rgb(78,124,23) 7%, rgb(83,128,27) 54%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.07, rgb(78,124,23)),
		color-stop(0.54, rgb(83,128,27))
	);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	/*color: #87d92f;*/
	color: #97FF2F;
	font-size: 18px;
	line-height: 20px;
	text-shadow: 1px 1px 0px #000;
	margin-top: 2px;
	padding: 3px;
}

#left #menu a {
	background-image: linear-gradient(bottom, rgb(78,124,23) 7%, rgb(83,128,27) 54%);
	background-image: -o-linear-gradient(bottom, rgb(78,124,23) 7%, rgb(83,128,27) 54%);
	background-image: -moz-linear-gradient(bottom, rgb(78,124,23) 7%, rgb(83,128,27) 54%);
	background-image: -webkit-linear-gradient(bottom, rgb(78,124,23) 7%, rgb(83,128,27) 54%);
	background-image: -ms-linear-gradient(bottom, rgb(78,124,23) 7%, rgb(83,128,27) 54%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.07, rgb(78,124,23)),
		color-stop(0.54, rgb(83,128,27))
	);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	display: block;
	color: #fffeff;
	font-size: 14px;
	line-height: 16px;
	text-shadow: 1px 1px 0px #000;
	margin-top: 3px;
	padding: 3px;
}

#left #menu a:hover, #left #menu a.active {
	color: #87d92f;
	text-decoration: underline;
}

#right {
	background: url("images/rightbg.png");
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	float: right;
	margin-top: 20px;
}

#txt {
	/*background-image: linear-gradient(bottom, rgb(74,83,88) 4%, rgb(132,142,152) 52%);
	background-image: -o-linear-gradient(bottom, rgb(74,83,88) 4%, rgb(132,142,152) 52%);
	background-image: -moz-linear-gradient(bottom, rgb(74,83,88) 4%, rgb(132,142,152) 52%);
	background-image: -webkit-linear-gradient(bottom, rgb(74,83,88) 4%, rgb(132,142,152) 52%);
	background-image: -ms-linear-gradient(bottom, rgb(74,83,88) 4%, rgb(132,142,152) 52%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.04, rgb(74,83,88)),
		color-stop(0.52, rgb(132,142,152))
	);*/
	/*background: #FFFFFF;*/
	background-image: linear-gradient(bottom, rgb(132,142,152) 0%, rgb(155,166,178) 100%);
	background-image: -o-linear-gradient(bottom, rgb(132,142,152) 0%, rgb(155,166,178) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(132,142,152) 0%, rgb(155,166,178) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(132,142,152) 0%, rgb(155,166,178) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(132,142,152) 0%, rgb(155,166,178) 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(132,142,152)),
		color-stop(1, rgb(155,166,178))
	);
	/*background-image: linear-gradient(bottom, rgb(155,166,178) 0%, rgb(178,190,203) 100%);
	background-image: -o-linear-gradient(bottom, rgb(155,166,178) 0%, rgb(178,190,203) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(155,166,178) 0%, rgb(178,190,203) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(155,166,178) 0%, rgb(178,190,203) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(155,166,178) 0%, rgb(178,190,203) 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(155,166,178)),
		color-stop(1, rgb(178,190,203))
	);*/
	border: 1px solid 1px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-shadow: 0 0 0 #000;
	/*width: 692px;
	margin: 4px;*/
	width: 678px;
	margin: 10px;
	padding: 8px;
}

#footer {
	/*background: url("images/footer.jpg") repeat-x;*/
	background-image: linear-gradient(bottom, rgb(132,142,152) 0%, rgb(155,166,178) 100%);
	background-image: -o-linear-gradient(bottom, rgb(132,142,152) 0%, rgb(155,166,178) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(132,142,152) 0%, rgb(155,166,178) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(132,142,152) 0%, rgb(155,166,178) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(132,142,152) 0%, rgb(155,166,178) 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(132,142,152)),
		color-stop(1, rgb(155,166,178))
	);
	text-align: center;
	height: 56px;
	line-height: 56px;
}


#footer a {
	color: #000000;
	text-decoration: underline;
}