body {
	background:  #cde3ef url(/static/images/light/background.jpg) repeat-x;
	color:       white;
}

div#header-box {
	background: url(/static/images/light/header-box-background.jpg) no-repeat;
}


	div#main-menu ul.menu li {
		border-left: 1px solid white;
	}

		div#main-menu ul.menu li a {
			color: white;
		}

div#left {
	background: url(/static/images/light/morgo.jpg) no-repeat;
}

		div#left ul.menu li a:hover,
		div#left ul.submenu li a:hover {
			color: #173170;
		}

div.main-box {
	border: 5px solid white;
}

div.main-box div.main-footer {
	background: white;
}

div#content-box {
	background: #dcebf4 url(/static/images/light/content-box-bg.gif) repeat-y;
}
	
	div#content-box div.top {
		background: transparent url(/static/images/light/content-box-bg-top.gif) no-repeat left top;
	}

	div#content-box div.bottom {
		background: transparent url(/static/images/light/content-box-bg-bottom.gif) no-repeat left bottom;
		min-height: 320px;
	}

div#content-box div.top div.bottom div.content {
	color: #173170;
}

div#content-box a {
	color: #717aae;
}

		div#content-box div.content div.title div.left {
			background: transparent url(/static/images/light/title_bg_left.gif) top left no-repeat;
		}

			div#content-box div.content div.title div.right {
				background: transparent url(/static/images/light/title_bg_right.gif) top right no-repeat;
			}

		div#content-box div.content div.footer div.left {
			background: #84ce1b url(/static/images/light/footer_bg_left.gif) bottom left no-repeat;
		}

			div#content-box div.content div.footer div.right {
				background: transparent url(/static/images/light/footer_bg_right.gif) bottom right no-repeat;
			}

div#game {
	background: #537997 url(/static/images/light/game-background.gif) no-repeat;
}

div#game-ok {
	background: #537997;
}

	div#game-ok div.bottom {
		background: url(/static/images/light/game-background-ok.gif) no-repeat;
		width: 120px;
		height: 240px;
	}

div#content-box div.news-item div.title {
	background: white;
	color: #173170;
}

