body {
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #317d4e;
}

a {
	color: green;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

#header {
	color: white;
	height: 25px;
	line-height: 25px;
	padding-left: 3em;
	background: url(/bitrix/templates/intro/images/meniu_bg.gif) repeat-x;
}

#content {
	background: url(/bitrix/templates/intro/images/contentRight.jpg) repeat-x;
	height: 500px;
	width: 100%;
}

#contentLeft {
	background: url(/bitrix/templates/intro/images/contentLeft.jpg) no-repeat;
	width: 432px;
	height: 500px;
	float: left;
}

#contentCenter {
	background: url(/bitrix/templates/intro/images/contentCenter1.jpg) no-repeat;
	width: 496px;
	height: 500px;
	float: left;
}

#contentMonetos {
	background: url(/bitrix/templates/intro/images/contentMonetos.jpg) no-repeat;
	width: 216px;
	height: 500px;
	float: left;
}

#contentNaujienos {
	background: url(/bitrix/templates/intro/images/contentNaujienos.jpg) no-repeat;
	width: 300px;
	height: 500px;
	float: left;
}

#contentRight {
	/*background: url(/bitrix/templates/intro/images/contentRight.jpg) repeat-x;
	height: 500px;
	width: 100%;
	float: left;*/
}

#footer {
	color: white;
	height: 30px;
	line-height: 25px;
	padding-left: 102px;
	background: url(/bitrix/templates/intro/images/meniu_bg.gif) repeat-x;
}