
h1 {
	color: #EBF757;
	font-weight: normal;
}

table.cover-boxes {
	width: 100%;
}

table.cover-boxes td.cb1 {
	background-color: #3C5214;
	padding: 20px;
}

table.cover-boxes td.cb2 {
	background-color: #87855C;
}

table.cover-boxes td.cb3 {
	background-color: black;
	padding: 20px;
	background-position: bottom right;
	background-repeat: no-repeat;
	background-image: url(images/a4.gif);
}

table.box1 td.cb1a {
	padding: 20px;
}

table.box1 td.cb1b {
	background-color: #646D10;
	padding: 20px;
	color: #AABA1B;
	font-size: 90%;
}

/* Контент страницы */

table.page {
	width: 100%;
}

table.page td.pa {
	width: 30%;
	background-color: #1E2214;
	background-position: bottom left;
	background-repeat: no-repeat;
	background-image: url(images/a3.gif);
}

table.page td.pb {
	width: 70%;
}

table.page img {
	border: 3px #ECFE54 solid;
}

/* Подвал */

div.footer {
	width: 100%;
}

div.footer td,
div.footer a,
div.footer a:link,
div.footer a:visited,
div.footer a:active,
div.footer a:hover {
	color: #363636;
}