a img {
border: 0;
}
div#main {
width: 600px;
height: 445px;
background: url(/images/cube_small.jpg) right 45px no-repeat;
}
div#main img {
font: 22px arial;
color: #8fbc8f;
}
div#main img.space {
margin: 20px 0 0 150px;
}
div#main h2 {
font: 20px arial;
color: #69941e;
margin: 10px 0 0 10px;
padding: 0;
}
div#main h3 {
font: 18px arial;
font-style: italic;
margin: 0 0 0 10px;
padding: 0;
}
div#main h3 a {
color: #8fbc8f;
}
div#main ul {
margin: 0 0 0 10px;
padding: 0;
overflow: hidden;
width: 190px;
float: left;
list-style: none;
text-align: left;
}
div#main ul.icons li {
margin: 10px 0 0 2px;
padding: 0 0 0 16px;
background: url(/images/icons.gif) no-repeat;
overflow: hidden;
height: 20px;
}
div#main ul.icons li a {
background: #fff;
width: 100%;
float: left;
color: #666;
text-decoration: none;
}
div#main ul.icons li a:hover {
background: #f0f0f0;
}
div#link {
width: 600px;
height: 35px;
font: 14px arial;
color: #63c248;
text-align: center;
}
div#link a {
font: 18px arial;
color: #69941e;
background-color: #8fbc8f;
text-decoration: none;
}


/* FOOTER
--------------------------------------------------------- */
#ja-footer {
	clear: both;
	position: relative;
	padding: 15px 20px;
	color: #999999;
	text-align: center;
}

#ja-footer small {
	font-size: 100%;
}
/* Окантовка
---------------------------------------------------------- */

div.ja-box-br {
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
	background: url(../images/box-br.gif) no-repeat bottom right #FFFFFF;
	overflow: hidden;
}

div.ja-box-bl {
	padding: 0;
	background: url(../images/box-bl.gif) no-repeat bottom left;
}

div.ja-box-tr {
	padding: 0;
	background: url(../images/box-tr.gif) no-repeat top right;
}

div.ja-box-tl {
	padding: 4px 3px 4px 4px;
	background: url(../images/box-tl.gif) no-repeat top left;
}

div.ja-box-ct {
	background: url(../images/box-bg.gif) repeat-x top left !important;
	padding: 10px 15px !important;
}

#ja-pathway {
	color: #999999;
}

/* Normal link */
a {
	color: #666666;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #69941e;
	text-decoration: underline;
	font: oblique;
}

body#bd {
	color: #4a4a4a;
	margin-top: 5px;
	background: #F1F1F1;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
}

