/*****Basic Elements*****/  
body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	font-size:  0.8em;
	color: #000;
}

h1 {
	font-size:  1.6em;
}

h2 {
	font-size:  1.5em;
}

h3 {
	font-size:  1.4em;
}

h4 {
	font-size:  1.3em;
}

ul {
}

ol {
}

li {
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #2e3192;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #00a650;
}

p{
	
}

img {

}

/*****Generic Classes*****/  

#clr {
	clear: both;
}


/*****Basic Layout*****/  

#outer {
	background: #fff;
	position: relative;
	width: 920px;
	margin: 0 auto;
	/*border: 1px solid #000;*/
}

#inner {
	position: relative;
	/*border: 1px solid #000;*/
}


/*****Header*****/  

#logo {
	float: left;
	width: 230px;
	height: 100px;
	/*border: 1px solid #000;*/
}

#lng {
	float: right;
	height: 30px;
	margin-top: 20px;
	margin-bottom: 15px;
	font-size: 0.8em;
	/*border: 1px solid #000;*/
}

#menu{
	white-space: nowrap;
	position: relative;
	margin-top: 7px;
	float: right;
	text-align: right;
	height: 20px;
	font-family: Georgia, serif;
	font-size: 16px;
	font-weight: bold;
	/*border: 1px solid #000;*/
}

#menu li {
	display: inline;
	padding-left: 15px;
	padding-right: 0px;
}

/*
#head {
	background: #fff url(../images/.jpg) no-repeat;
	height: px;
}
*/
/*****Content*****/  

#main {
	position: relative;
	/*background: #fff url(../images/.jpg) no-repeat left top;
	height: px;*/
	padding-top: 20px;
}

#mainbot {
	height: 340px;
	margin-top: 15px;
}

.m1 {
	float: right;
	width: 220px;
	margin-right: 10px;
}

.m1 h2 {
	font-family: Georgia, serif;
	font-size: 16px;
	color: #00a650;
}

.m1 p {
	margin-top: 5px;
	font-size: 12px;
	text-align: justify;
}

.m2 {
	float: left;
	width: 210px;
	margin-left: 10px;
	margin-right: 10px;
}

.m2 h1 {
	float: none;
	width: 210px;
	margin-left: 350px;
	margin-right: auto;
	padding: inherit;
	}

.m2 h2 {
	font-family: Georgia, serif;
	font-size: 16px;
	color: #00a650;
}

.m2 p {
	margin-top: 5px;
	font-size: 12px;
	text-align: justify;
}

.m3 {
	float: left;
	width: 220px;
	margin-left: 10px;
}

.m3 h2 {
	font-family: Georgia, serif;
	font-size: 16px;
	color: #00a650;
}

.m3 p {
	margin-top: 5px;
	font-size: 12px;
	text-align: justify;
}

#levo {
	position: relative;
	float: left;
	width: 220px;
	padding-top: 110px;
	/*border: 1px solid #000;*/
}

#sredina {
	position: relative;
	float: left;
	width: 650px;
	margin-left: 18px;
	/*border: 1px solid #000;*/

}

#sredina h2 {
	font-family: Georgia, serif;
	font-size: 20px;
	color: #00a650;
	margin-bottom: 5px;
}

#sredina p {
	width: 650px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: justify;
}

#sredina ul {
	margin-left: 30px;
	list-style-type: disc;
}

#sredina ol {
	margin-left: 20px;
	list-style-type: decimal;
}

#sredina li {
	text-align: justify;
}


#desno {
	position: relative;
	float: right;
	width: 220px;
	/*border: 1px solid #000;*/
}

.desno {
	float: left;
	width: 220px;
	margin-right: 10px;
	margin-bottom: 20px;

}

.desno h2 {
	font-family: Georgia, serif;
	font-size: 16px;
	color: #00a650;
}

.desno p {
	margin-top: 5px;
	font-size: 12px;
	text-align: justify;
}

#levo li {
	/*text-align: right;*/
	/*height: 24px;*/
	line-height: 24px;
	padding-top: 5px;
	font-family: Georgia, serif;
	font-size: 16px;
	border-bottom: 1px dotted #00a650;
	
}

#levo li a {
	text-decoration: none;
	font-weight: bold;
	color: #00a650;
}

#levo li a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #2e3192;

}




/*****Footer*****/  

#footer {
	clear: both;
	font-size: 11px;
	color: #00a650;
}

#footer hr {
	color: green;

}
/*****Etc*****/  

.left {
	float: left;
}
.right {
	float: right;
}

.sub {
	font-size: 10px;
	vertical-align: sub;
}