/*layout.css*/
*
    {
    margin: 0;
    padding: 0;
    }
body
    {
    background:#E8EBF3 url(../images/bgrl.jpg) no-repeat;
	min-width: 1000px;
    }
#body-inn
    {
    background:url(../images/bgrr.jpg) no-repeat scroll right top;
    min-height: 750px;
	min-width: 1000px;
    }
#content
    {
    }
    #header
        {
        width: 100%;
        height: 230px;
		text-align: center;
		background:url(../images/title.png);
		_background:url(../images/title.gif);
		background-repeat:no-repeat;
		background-position:center;
        }
        #h-left
			{
			width: 210px;
			height: 220px;
			float:left;
			background:url(../images/gerb.png);
			_background:url(../images/gerb.gif);
			background-repeat:no-repeat;
			background-position:center;
			}
        #h-right
			{
			width: 210px;
			height: 220px;
			float:right;
			background:url(../images/sofia.png);
			_background:url(../images/sofia.gif);
			background-repeat:no-repeat;
			background-position:center;
			}
    #left
        {
        width: 210px;
        float:left;
        margin-left: 7px;
        _margin-left: 4px;
        }
    #right
        {
        width: 210px;
        float:right;
        margin-right: 9px;
        _margin-right: 4px;
        }
        .banners
        	{
         		margin-top: 25px;
         		text-align: center;
         	}
    #center
        {
        margin: 0 225px;
        background-color: #E3E7E9;
        border: 1px solid #96A0B5;
        min-height: 590px;
		_height: 590px;
        min-width: 300px;
        }
        #ctext
			{
			padding: 10px;
			}
    #footer
        {
        clear:both;
        min-height: 20px;
        }
		#foo_center
			{
			margin: 0 255px;
			text-align: center;
			color: #6E7C9A;
			font-size: 10px;
			}
			a.foo
				{
				color: #6E7C9A;
				font-size: 10px;
				}
			a.foo:hover
				{
				color: #000;
				}
    table.hmenu
        {
        width: 100%;
        margin: 0;
        _width: expression(document.body.clientWidth-458);
        }
    table.hmenu td
        {
        text-align: center;
        color: #4134A9;
        font-weight: bold;
        padding: 4px;
        background-color: #C9DAE7;
        border-bottom: 1px solid #96A0B5;
        width: 33%;
        }
    table.hmenu td.hmenu_c
        {
        border-right: 1px solid #96A0B5;
        border-left: 1px solid #96A0B5;
        }
    table.hmenu td:hover
        {
        background-color: #E0E9F0;
        }
    table.hmenu a
        {
        text-decoration: none;
        }