*
{
	margin: 0;
	padding: 0;
}
BODY
{
	background-color: #012635;
	color: #000;
	font: 12px/17px Tahoma;
}
#YMapsID
{
color: #000000;
}
P
{
	padding: 10px;
	text-align: justify;
	text-indent: 12px;
}
#header
{
	height: 304px;
	background: #083239 url(images/Header.png) no-repeat center top;
	text-align: right;
	padding: 0px 25px 0 0;
	font: 36px/120% Arial;
	color: #FEFEFE;
}
#footer
{
	text-align:right;
	height: 100px;
	background: #012635;
	margin: 20px 0 0;
}
.clear
{
	clear: both;
}

#wrapper
{
	width: 960px;
	margin: 0 auto;
}
#container
{
	width: 100%;
	margin-bottom: 20px;
}
#content
{
	width: 100%;
	float: left;
}
#text
{
	margin: 0px 190px;
	width: 505px;
}
#left
{
	float: left;
	width: 190px;
	margin-left: -100%;
}
#right
{
	float: left;
	width: 265px;
	margin-left: -265px;
}
/*Middle
-----------------------------------------------------------------------------*/
H2
{
	font-size: 24px;
	font-family: Calibri;
	font-weight: normal;
	color: #90D919;
	line-height: 30px;
	margin: 14px 0 0 10px;
}
#style
{
	border: 1px solid #5E8433;
	margin: 20px 0 0;
	background-color: #FEFED6;
	background-image: url(images/container_gradient.gif);
	background-repeat: repeat-x;
}
H1
{
	font-weight: normal;
	line-height: 40px;
	color: #020202;
	font-family: Calibri;
	font-size: 24px;
	margin: 8px 0 0;
}
.right_text
{
	color: #603400;
	font-size: 13px;
	text-indent: 0;
}
IMG
{
	margin: 2px 3px 0;
	border: 0;
}
.contacts
{
	text-indent: 0;
}
#navigation
{
	margin: 0px 0 0 20px;
	font-size: 15px;
}
#navigation UL
{
	list-style: none;
}
#navigation UL LI A
{
	display: block;
	text-decoration: none;
	color: #020202;
	line-height: 30px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #1C6F50;
	padding-left: 10px;
	margin-right: 20px;
}
#navigation UL LI A:hover
{
	color: #FFFFFF;
	background: url(images/hover.png) repeat-x;
}
#navigation UL LI A STRONG
{
	margin-right: 10px;
}



/*---------------------------------*/

#articles {
	margin-bottom: 40px;
	
}

#articles .p_divider {
	border-bottom: 1px dashed #000;
	margin-bottom: 0px;
    padding-bottom: 2px;
	text-align: left;
}
#articles a {
	color: #020202;
}
#articles UL LI A:hover
{
color: #FFFFFF;
}
